Lines Matching refs:pixelformat
209 f->pixelformat = fmt->fourcc; in vidioc_enum_fmt()
229 f->pixelformat = fmt->fourcc; in vidioc_enum_fmt()
287 (pix_mp->pixelformat & 0x7f), in hantro_try_fmt()
288 (pix_mp->pixelformat >> 8) & 0x7f, in hantro_try_fmt()
289 (pix_mp->pixelformat >> 16) & 0x7f, in hantro_try_fmt()
290 (pix_mp->pixelformat >> 24) & 0x7f); in hantro_try_fmt()
292 fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_try_fmt()
295 pix_mp->pixelformat = fmt->fourcc; in hantro_try_fmt()
368 fmt->pixelformat = vpu_fmt->fourcc; in hantro_reset_fmt()
498 pix_mp->pixelformat != ctx->src_fmt.pixelformat)) in hantro_set_fmt_out()
518 ctx->vpu_src_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_out()
539 hantro_update_requires_request(ctx, pix_mp->pixelformat); in hantro_set_fmt_out()
540 hantro_update_requires_hold_capture_buf(ctx, pix_mp->pixelformat); in hantro_set_fmt_out()
571 (pix_mp->pixelformat != ctx->dst_fmt.pixelformat || in hantro_set_fmt_cap()
581 ctx->vpu_dst_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_cap()
606 hantro_update_requires_request(ctx, pix_mp->pixelformat); in hantro_set_fmt_cap()