Home
last modified time | relevance | path

Searched refs:vdec_if_init (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/platform/mtk-vcodec/
Dvdec_drv_if.h70 int vdec_if_init(struct mtk_vcodec_ctx *ctx, unsigned int fourcc);
Dvdec_drv_if.c30 int vdec_if_init(struct mtk_vcodec_ctx *ctx, unsigned int fourcc) in vdec_if_init() function
Dmtk_vcodec_dec.c865 ret = vdec_if_init(ctx, q_data->fmt->fourcc); in vidioc_vdec_s_fmt()