Searched refs:drv_handle (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/media/platform/mediatek/vcodec/ |
D | vdec_drv_if.c | 83 if (!ctx->drv_handle) in vdec_if_decode() 88 ret = ctx->dec_if->decode(ctx->drv_handle, bs, fb, res_chg); in vdec_if_decode() 100 if (!ctx->drv_handle) in vdec_if_get_param() 104 ret = ctx->dec_if->get_param(ctx->drv_handle, type, out); in vdec_if_get_param() 112 if (!ctx->drv_handle) in vdec_if_deinit() 116 ctx->dec_if->deinit(ctx->drv_handle); in vdec_if_deinit() 119 ctx->drv_handle = NULL; in vdec_if_deinit()
|
D | venc_drv_if.c | 50 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()
|
D | mtk_vcodec_drv.h | 298 void *drv_handle; member
|
/linux-6.1.9/drivers/media/platform/mediatek/vcodec/venc/ |
D | venc_vp8_if.c | 352 ctx->drv_handle = inst; in vp8_enc_init()
|
D | venc_h264_if.c | 631 ctx->drv_handle = inst; in h264_enc_init()
|
/linux-6.1.9/drivers/media/platform/mediatek/vcodec/vdec/ |
D | vdec_h264_if.c | 299 ctx->drv_handle = inst; in vdec_h264_init()
|
D | vdec_vp8_req_if.c | 309 ctx->drv_handle = inst; in vdec_vp8_slice_init()
|
D | vdec_h264_req_multi_if.c | 435 ctx->drv_handle = inst; in vdec_h264_slice_init() 463 struct vdec_h264_slice_inst *inst = ctx->drv_handle; in vdec_h264_slice_core_decode()
|
D | vdec_h264_req_if.c | 310 ctx->drv_handle = inst; in vdec_h264_slice_init()
|
D | vdec_vp8_if.c | 420 ctx->drv_handle = inst; in vdec_vp8_init()
|
D | vdec_vp9_if.c | 811 ctx->drv_handle = inst; in vdec_vp9_init()
|
D | vdec_vp9_req_lat_if.c | 1904 ctx->drv_handle = instance; in vdec_vp9_slice_init() 2160 instance = ctx->drv_handle; in vdec_vp9_slice_core_decode()
|