Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/mtk-vcodec/
Dvdec_drv_if.h66 int vdec_if_init(struct mtk_vcodec_ctx *ctx, unsigned int fourcc);
Dvdec_drv_if.c17 int vdec_if_init(struct mtk_vcodec_ctx *ctx, unsigned int fourcc) in vdec_if_init() function
Dmtk_vcodec_dec.c896 ret = vdec_if_init(ctx, q_data->fmt->fourcc); in vidioc_vdec_s_fmt()