Home
last modified time | relevance | path

Searched refs:hantro_is_encoder_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/staging/media/hantro/
Dhantro_v4l2.c38 if (hantro_is_encoder_ctx(ctx)) { in hantro_get_formats()
138 skip_mode_none = capture == hantro_is_encoder_ctx(ctx); in vidioc_enum_fmt()
203 coded = capture == hantro_is_encoder_ctx(ctx); in vidioc_try_fmt()
221 } else if (hantro_is_encoder_ctx(ctx)) { in vidioc_try_fmt()
300 if (hantro_is_encoder_ctx(ctx)) { in hantro_reset_encoded_fmt()
326 if (hantro_is_encoder_ctx(ctx)) { in hantro_reset_raw_fmt()
380 if (!hantro_is_encoder_ctx(ctx)) { in vidioc_s_fmt_out_mplane()
412 if (!hantro_is_encoder_ctx(ctx)) in vidioc_s_fmt_out_mplane()
444 if (hantro_is_encoder_ctx(ctx)) { in vidioc_s_fmt_cap_mplane()
479 if (hantro_is_encoder_ctx(ctx)) in vidioc_s_fmt_cap_mplane()
[all …]
Dhantro.h379 bool hantro_is_encoder_ctx(const struct hantro_ctx *ctx);
Dhantro_drv.c201 bool hantro_is_encoder_ctx(const struct hantro_ctx *ctx) in hantro_is_encoder_ctx() function
246 if (hantro_is_encoder_ctx(ctx)) { in queue_init()