Searched refs:hantro_find_format (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
H A D | hantro_v4l2.c | 68 hantro_find_format(const struct hantro_ctx *ctx, u32 fourcc) in hantro_find_format() function 125 fmt = hantro_find_format(ctx, fsize->pixel_format); in vidioc_enum_framesizes() 251 fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_try_fmt() 441 ctx->vpu_src_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_out() 503 ctx->vpu_dst_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_cap()
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_v4l2.c | 112 hantro_find_format(const struct hantro_ctx *ctx, u32 fourcc) in hantro_find_format() function 172 fmt = hantro_find_format(ctx, fsize->pixel_format); in vidioc_enum_framesizes() 312 fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_try_fmt() 322 vpu_fmt = hantro_find_format(ctx, ctx->dst_fmt.pixelformat); in hantro_try_fmt() 545 ctx->vpu_src_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_out() 610 ctx->vpu_dst_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_cap()
|
Completed in 3 milliseconds