Searched refs:vdec_if_init (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
H A D | vdec_drv_if.h | 62 * vdec_if_init() - initialize decode driver 66 int vdec_if_init(struct mtk_vcodec_ctx *ctx, unsigned int fourcc);
|
H A D | vdec_drv_if.c | 17 int vdec_if_init(struct mtk_vcodec_ctx *ctx, unsigned int fourcc) in vdec_if_init() function
|
H A D | mtk_vcodec_dec.c | 896 ret = vdec_if_init(ctx, q_data->fmt->fourcc); in vidioc_vdec_s_fmt() 898 mtk_v4l2_err("[%d]: vdec_if_init() fail ret=%d", in vidioc_vdec_s_fmt() 1238 mtk_v4l2_debug(2, "[%d] vdec_if_init() OK wxh=%dx%d pic wxh=%dx%d sz[0]=0x%x sz[1]=0x%x", in vb2ops_vdec_buf_queue()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | vdec_drv_if.h | 66 * vdec_if_init() - initialize decode driver 70 int vdec_if_init(struct mtk_vcodec_dec_ctx *ctx, unsigned int fourcc);
|
H A D | vdec_drv_if.c | 17 int vdec_if_init(struct mtk_vcodec_dec_ctx *ctx, unsigned int fourcc) in vdec_if_init() function
|
H A D | mtk_vcodec_dec.c | 505 ret = vdec_if_init(ctx, q_data->fmt->fourcc); in vidioc_vdec_s_fmt() 507 mtk_v4l2_vdec_err(ctx, "[%d]: vdec_if_init() fail ret=%d", in vidioc_vdec_s_fmt()
|
Completed in 4 milliseconds