Home
last modified time | relevance | path

Searched refs:vdec_h264_if (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/
H A Dvdec_drv_if.h57 extern const struct vdec_common_if vdec_h264_if;
H A DMakefile7 mtk-vcodec-dec-y := vdec/vdec_h264_if.o \
H A Dvdec_drv_if.c23 ctx->dec_if = &vdec_h264_if; in vdec_if_init()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_h264_if.c498 const struct vdec_common_if vdec_h264_if = { variable