Lines Matching refs:fourcc
67 int hantro_get_format_depth(u32 fourcc) in hantro_get_format_depth() argument
69 switch (fourcc) { in hantro_get_format_depth()
91 fmt_depth = hantro_get_format_depth(fmt->fourcc); in hantro_check_depth_match()
104 hantro_find_format(const struct hantro_ctx *ctx, u32 fourcc) in hantro_find_format() argument
111 if (formats[i].fourcc == fourcc) in hantro_find_format()
116 if (formats[i].fourcc == fourcc) in hantro_find_format()
210 f->pixelformat = fmt->fourcc; in vidioc_enum_fmt()
230 f->pixelformat = fmt->fourcc; in vidioc_enum_fmt()
296 pix_mp->pixelformat = fmt->fourcc; in hantro_try_fmt()
321 v4l2_fill_pixfmt_mp(pix_mp, fmt->fourcc, pix_mp->width, in hantro_try_fmt()
323 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE && in hantro_try_fmt()
328 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_VP9_FRAME && in hantro_try_fmt()
333 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_HEVC_SLICE && in hantro_try_fmt()
369 fmt->pixelformat = vpu_fmt->fourcc; in hantro_reset_fmt()
436 hantro_update_requires_request(struct hantro_ctx *ctx, u32 fourcc) in hantro_update_requires_request() argument
438 switch (fourcc) { in hantro_update_requires_request()
455 hantro_update_requires_hold_capture_buf(struct hantro_ctx *ctx, u32 fourcc) in hantro_update_requires_hold_capture_buf() argument
462 switch (fourcc) { in hantro_update_requires_hold_capture_buf()