Searched refs:vdec_if_get_param (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
D | vdec_drv_if.h | 96 int vdec_if_get_param(struct mtk_vcodec_ctx *ctx, enum vdec_get_param_type type,
|
D | vdec_drv_if.c | 82 int vdec_if_get_param(struct mtk_vcodec_ctx *ctx, enum vdec_get_param_type type, in vdec_if_get_param() function
|
D | mtk_vcodec_dec.c | 110 if (vdec_if_get_param(ctx, in get_display_buffer() 161 if (vdec_if_get_param(ctx, in get_free_buffer() 304 if (vdec_if_get_param(ctx, in mtk_vdec_pic_info_update() 336 ret = vdec_if_get_param(ctx, GET_PARAM_DPB_SIZE, &dpbsize); in mtk_vdec_pic_info_update() 786 if (vdec_if_get_param(ctx, GET_PARAM_CROP_INFO, &(s->r))) { in vidioc_vdec_g_selection() 1225 if (vdec_if_get_param(ctx, GET_PARAM_PIC_INFO, &ctx->picinfo)) { in vb2ops_vdec_buf_queue() 1245 ret = vdec_if_get_param(ctx, GET_PARAM_DPB_SIZE, &dpbsize); in vb2ops_vdec_buf_queue()
|