Lines Matching refs:pixelformat
228 f->pixelformat = fmt->fourcc; in vidioc_enum_fmt()
248 f->pixelformat = fmt->fourcc; in vidioc_enum_fmt()
307 (pix_mp->pixelformat & 0x7f), in hantro_try_fmt()
308 (pix_mp->pixelformat >> 8) & 0x7f, in hantro_try_fmt()
309 (pix_mp->pixelformat >> 16) & 0x7f, in hantro_try_fmt()
310 (pix_mp->pixelformat >> 24) & 0x7f); in hantro_try_fmt()
312 fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_try_fmt()
315 pix_mp->pixelformat = fmt->fourcc; in hantro_try_fmt()
322 vpu_fmt = hantro_find_format(ctx, ctx->dst_fmt.pixelformat); in hantro_try_fmt()
393 fmt->pixelformat = vpu_fmt->fourcc; in hantro_reset_fmt()
525 pix_mp->pixelformat != ctx->src_fmt.pixelformat)) in hantro_set_fmt_out()
545 ctx->vpu_src_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_out()
559 hantro_get_format_depth(pix_mp->pixelformat), in hantro_set_fmt_out()
568 hantro_update_requires_request(ctx, pix_mp->pixelformat); in hantro_set_fmt_out()
569 hantro_update_requires_hold_capture_buf(ctx, pix_mp->pixelformat); in hantro_set_fmt_out()
600 (pix_mp->pixelformat != ctx->dst_fmt.pixelformat || in hantro_set_fmt_cap()
610 ctx->vpu_dst_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_cap()
635 hantro_update_requires_request(ctx, pix_mp->pixelformat); in hantro_set_fmt_cap()