Searched refs:drv_handle (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_drv_if.c91 if (!ctx->drv_handle)
96 ret = ctx->dec_if->decode(ctx->drv_handle, bs, fb, res_chg);
108 if (!ctx->drv_handle)
112 ret = ctx->dec_if->get_param(ctx->drv_handle, type, out);
120 if (!ctx->drv_handle)
124 ctx->dec_if->deinit(ctx->drv_handle);
127 ctx->drv_handle = NULL;
H A Dmtk_vcodec_dec_drv.h143 * @drv_handle: driver handle for specific decode/encode instance
190 void *drv_handle; member in struct:mtk_vcodec_dec_ctx
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_drv_if.c47 ret = ctx->enc_if->set_param(ctx->drv_handle, type, in);
71 ret = ctx->enc_if->encode(ctx->drv_handle, opt, frm_buf,
89 if (!ctx->drv_handle)
93 ret = ctx->enc_if->deinit(ctx->drv_handle);
96 ctx->drv_handle = NULL;
H A Dmtk_vcodec_enc_drv.h108 * @drv_handle: driver handle for specific decode/encode instance
142 void *drv_handle; member in struct:mtk_vcodec_enc_ctx
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/venc/
H A Dvenc_vp8_if.c335 ctx->drv_handle = inst;
H A Dvenc_h264_if.c610 ctx->drv_handle = inst;
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_if.c307 ctx->drv_handle = inst;
H A Dvdec_h264_if.c295 ctx->drv_handle = inst;
H A Dvdec_vp8_req_if.c307 ctx->drv_handle = inst;
H A Dvdec_h264_req_multi_if.c434 ctx->drv_handle = inst;
460 struct vdec_h264_slice_inst *inst = ctx->drv_handle;
H A Dvdec_hevc_req_multi_if.c900 ctx->drv_handle = inst;
927 struct vdec_hevc_slice_inst *inst = ctx->drv_handle;
H A Dvdec_vp8_if.c417 ctx->drv_handle = inst;
H A Dvdec_vp9_if.c801 ctx->drv_handle = inst;
H A Dvdec_vp9_req_lat_if.c1891 ctx->drv_handle = instance;
2145 instance = ctx->drv_handle;
H A Dvdec_av1_req_lat_if.c1934 ctx->drv_handle = instance;
2154 instance = ctx->drv_handle;

Completed in 151 milliseconds