Home
last modified time | relevance | path

Searched refs:venc_common_if (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/platform/mtk-vcodec/
Dvenc_drv_if.c29 const struct venc_common_if *get_h264_enc_comm_if(void);
30 const struct venc_common_if *get_vp8_enc_comm_if(void);
Dvenc_drv_base.h25 struct venc_common_if { struct
Dmtk_vcodec_drv.h280 const struct venc_common_if *enc_if;
/Linux-v4.19/drivers/media/platform/mtk-vcodec/venc/
Dvenc_vp8_if.c472 static const struct venc_common_if venc_vp8_if = {
479 const struct venc_common_if *get_vp8_enc_comm_if(void);
481 const struct venc_common_if *get_vp8_enc_comm_if(void) in get_vp8_enc_comm_if()
Dvenc_h264_if.c667 static const struct venc_common_if venc_h264_if = {
674 const struct venc_common_if *get_h264_enc_comm_if(void);
676 const struct venc_common_if *get_h264_enc_comm_if(void) in get_h264_enc_comm_if()