Home
last modified time | relevance | path

Searched refs:drv_handle (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/platform/mtk-vcodec/
A Dvdec_drv_if.c67 if (!ctx->drv_handle) in vdec_if_decode()
75 ret = ctx->dec_if->decode(ctx->drv_handle, bs, fb, res_chg); in vdec_if_decode()
90 if (!ctx->drv_handle) in vdec_if_get_param()
94 ret = ctx->dec_if->get_param(ctx->drv_handle, type, out); in vdec_if_get_param()
102 if (!ctx->drv_handle) in vdec_if_deinit()
107 ctx->dec_if->deinit(ctx->drv_handle); in vdec_if_deinit()
111 ctx->drv_handle = NULL; in vdec_if_deinit()
A Dvenc_drv_if.c50 ret = ctx->enc_if->set_param(ctx->drv_handle, type, in); in venc_if_set_param()
72 ret = ctx->enc_if->encode(ctx->drv_handle, opt, frm_buf, in venc_if_encode()
88 if (!ctx->drv_handle) in venc_if_deinit()
93 ret = ctx->enc_if->deinit(ctx->drv_handle); in venc_if_deinit()
97 ctx->drv_handle = NULL; in venc_if_deinit()
A Dmtk_vcodec_drv.h281 void *drv_handle; member
/linux/drivers/media/platform/mtk-vcodec/venc/
A Dvenc_vp8_if.c353 ctx->drv_handle = inst; in vp8_enc_init()
A Dvenc_h264_if.c530 ctx->drv_handle = inst; in h264_enc_init()
/linux/drivers/media/platform/mtk-vcodec/vdec/
A Dvdec_h264_if.c299 ctx->drv_handle = inst; in vdec_h264_init()
A Dvdec_vp8_if.c420 ctx->drv_handle = inst; in vdec_vp8_init()
A Dvdec_h264_req_if.c648 ctx->drv_handle = inst; in vdec_h264_slice_init()
A Dvdec_vp9_if.c811 ctx->drv_handle = inst; in vdec_vp9_init()

Completed in 16 milliseconds