Lines Matching refs:fourcc
75 int hantro_get_format_depth(u32 fourcc) in hantro_get_format_depth() argument
77 switch (fourcc) { in hantro_get_format_depth()
99 fmt_depth = hantro_get_format_depth(fmt->fourcc); in hantro_check_depth_match()
112 hantro_find_format(const struct hantro_ctx *ctx, u32 fourcc) in hantro_find_format() argument
119 if (formats[i].fourcc == fourcc) in hantro_find_format()
124 if (formats[i].fourcc == fourcc) in hantro_find_format()
228 f->pixelformat = fmt->fourcc; in vidioc_enum_fmt()
248 f->pixelformat = fmt->fourcc; in vidioc_enum_fmt()
311 pix_mp->pixelformat = fmt->fourcc; in hantro_try_fmt()
336 v4l2_fill_pixfmt_mp(pix_mp, fmt->fourcc, pix_mp->width, in hantro_try_fmt()
338 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE && in hantro_try_fmt()
343 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_VP9_FRAME && in hantro_try_fmt()
348 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_HEVC_SLICE && in hantro_try_fmt()
353 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_AV1_FRAME && in hantro_try_fmt()
389 fmt->pixelformat = vpu_fmt->fourcc; in hantro_reset_fmt()
457 hantro_update_requires_request(struct hantro_ctx *ctx, u32 fourcc) in hantro_update_requires_request() argument
459 switch (fourcc) { in hantro_update_requires_request()
476 hantro_update_requires_hold_capture_buf(struct hantro_ctx *ctx, u32 fourcc) in hantro_update_requires_hold_capture_buf() argument
483 switch (fourcc) { in hantro_update_requires_hold_capture_buf()