Searched refs:vdec_if_get_param (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_stateful.c | 62 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 D | vdec_drv_if.h | 100 int vdec_if_get_param(struct mtk_vcodec_dec_ctx *ctx, enum vdec_get_param_type type,
|
H A D | vdec_drv_if.c | 103 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 D | mtk_vcodec_dec.c | 392 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 D | mtk_vcodec_dec_stateless.c | 402 ret = vdec_if_get_param(ctx, GET_PARAM_PIC_INFO, &ctx->picinfo); in mtk_vcodec_get_pic_info()
|