Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_drv_if.h70 int vdec_if_init(struct mtk_vcodec_dec_ctx *ctx, unsigned int fourcc);
H A Dvdec_drv_if.c17 int vdec_if_init(struct mtk_vcodec_dec_ctx *ctx, unsigned int fourcc) in vdec_if_init() function
H A Dmtk_vcodec_dec.c505 ret = vdec_if_init(ctx, q_data->fmt->fourcc); in vidioc_vdec_s_fmt()