Home
last modified time | relevance | path

Searched refs:vdec_if_get_param (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c62 if (vdec_if_get_param(ctx, GET_PARAM_DISP_FRAME_BUFFER, in get_display_buffer()
104 if (vdec_if_get_param(ctx, GET_PARAM_FREE_FRAME_BUFFER, in get_free_buffer()
237 if (vdec_if_get_param(ctx, GET_PARAM_PIC_INFO, in mtk_vdec_pic_info_update()
266 ret = vdec_if_get_param(ctx, GET_PARAM_DPB_SIZE, &dpbsize); in mtk_vdec_pic_info_update()
498 if (vdec_if_get_param(ctx, GET_PARAM_PIC_INFO, &ctx->picinfo)) { in vb2ops_vdec_stateful_buf_queue()
515 ret = vdec_if_get_param(ctx, GET_PARAM_DPB_SIZE, &dpbsize); in vb2ops_vdec_stateful_buf_queue()
H A Dvdec_drv_if.h95 * vdec_if_get_param() - get driver's parameter
100 int vdec_if_get_param(struct mtk_vcodec_dec_ctx *ctx, enum vdec_get_param_type type,
H A Dvdec_drv_if.c103 int vdec_if_get_param(struct mtk_vcodec_dec_ctx *ctx, enum vdec_get_param_type type, in vdec_if_get_param() function
H A Dmtk_vcodec_dec.c392 if (vdec_if_get_param(ctx, GET_PARAM_CROP_INFO, &(s->r))) { in vidioc_vdec_g_selection()
529 ret = vdec_if_get_param(ctx, GET_PARAM_PIC_INFO, &ctx->picinfo); in vidioc_vdec_s_fmt()
H A Dmtk_vcodec_dec_stateless.c402 ret = vdec_if_get_param(ctx, GET_PARAM_PIC_INFO, &ctx->picinfo); in mtk_vcodec_get_pic_info()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H A Dvdec_drv_if.h91 * vdec_if_get_param() - get driver's parameter
96 int vdec_if_get_param(struct mtk_vcodec_ctx *ctx, enum vdec_get_param_type type,
H A Dvdec_drv_if.c82 int vdec_if_get_param(struct mtk_vcodec_ctx *ctx, enum vdec_get_param_type type, in vdec_if_get_param() function
H A Dmtk_vcodec_dec.c110 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()

Completed in 11 milliseconds