Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/mtk-vcodec/
Dvdec_drv_if.h57 extern const struct vdec_common_if vdec_h264_if;
DMakefile7 mtk-vcodec-dec-y := vdec/vdec_h264_if.o \
Dvdec_drv_if.c24 ctx->dec_if = &vdec_h264_if; in vdec_if_init()
/Linux-v5.4/drivers/media/platform/mtk-vcodec/vdec/
Dvdec_h264_if.c500 const struct vdec_common_if vdec_h264_if = { variable