Home
last modified time | relevance | path

Searched refs:vdec_if_get_param (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/mtk-vcodec/
A Dmtk_vcodec_dec_stateful.c77 if (vdec_if_get_param(ctx, GET_PARAM_DISP_FRAME_BUFFER, in get_display_buffer()
123 if (vdec_if_get_param(ctx, GET_PARAM_FREE_FRAME_BUFFER, in get_free_buffer()
256 if (vdec_if_get_param(ctx, GET_PARAM_PIC_INFO, in mtk_vdec_pic_info_update()
284 ret = vdec_if_get_param(ctx, GET_PARAM_DPB_SIZE, &dpbsize); in mtk_vdec_pic_info_update()
516 if (vdec_if_get_param(ctx, GET_PARAM_PIC_INFO, &ctx->picinfo)) { in vb2ops_vdec_stateful_buf_queue()
532 ret = vdec_if_get_param(ctx, GET_PARAM_DPB_SIZE, &dpbsize); in vb2ops_vdec_stateful_buf_queue()
A Dvdec_drv_if.h97 int vdec_if_get_param(struct mtk_vcodec_ctx *ctx, enum vdec_get_param_type type,
A Dvdec_drv_if.c85 int vdec_if_get_param(struct mtk_vcodec_ctx *ctx, enum vdec_get_param_type type, in vdec_if_get_param() function
A Dmtk_vcodec_dec.c348 if (vdec_if_get_param(ctx, GET_PARAM_CROP_INFO, &(s->r))) { in vidioc_vdec_g_selection()
479 ret = vdec_if_get_param(ctx, GET_PARAM_PIC_INFO, &ctx->picinfo); in vidioc_vdec_s_fmt()

Completed in 6 milliseconds