Home
last modified time | relevance | path

Searched refs:is_encoder (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/staging/media/hantro/
Dhantro_v4l2.c41 if (ctx->is_encoder) { in hantro_get_formats()
58 if (ctx->is_encoder || !vpu->variant->postproc_fmts) { in hantro_get_postproc_formats()
160 skip_mode_none = capture == ctx->is_encoder; in vidioc_enum_fmt()
242 coded = capture == ctx->is_encoder; in hantro_try_fmt()
259 } else if (ctx->is_encoder) { in hantro_try_fmt()
342 if (ctx->is_encoder) { in hantro_reset_encoded_fmt()
353 if (ctx->is_encoder) in hantro_reset_encoded_fmt()
367 if (ctx->is_encoder) { in hantro_reset_raw_fmt()
380 if (ctx->is_encoder) in hantro_reset_raw_fmt()
447 if (!ctx->is_encoder) { in hantro_set_fmt_out()
[all …]
Dhantro_drv.c143 if (!ctx->is_encoder && !ctx->dev->variant->late_postproc) { in hantro_start_prepare_run()
155 if (!ctx->is_encoder && ctx->dev->variant->late_postproc) { in hantro_end_prepare_run()
239 if (!ctx->is_encoder) in queue_init()
568 ctx->is_encoder = true; in hantro_open()
571 ctx->is_encoder = false; in hantro_open()
Dhantro.h243 bool is_encoder; member
Dhantro_postproc.c57 if (ctx->is_encoder) in hantro_needs_postproc()