Searched refs:vcodec_dev (Results 1 – 3 of 3) sorted by relevance
158 vcodec_dev->dbgfs.inst_count++; in mtk_vcodec_dbgfs_create()171 vcodec_dev->dbgfs.inst_count--; in mtk_vcodec_dbgfs_remove()185 if (IS_ERR(vcodec_dev->dbgfs.vcodec_root)) in mtk_vcodec_dbgfs_vdec_init()187 PTR_ERR(vcodec_dev->dbgfs.vcodec_root)); in mtk_vcodec_dbgfs_vdec_init()193 vcodec_dev->dbgfs.inst_count = 0; in mtk_vcodec_dbgfs_vdec_init()196 mutex_init(&vcodec_dev->dbgfs.dbgfs_lock); in mtk_vcodec_dbgfs_vdec_init()204 if (IS_ERR(vcodec_dev->dbgfs.vcodec_root)) in mtk_vcodec_dbgfs_venc_init()206 IS_ERR(vcodec_dev->dbgfs.vcodec_root)); in mtk_vcodec_dbgfs_venc_init()212 vcodec_dev->dbgfs.inst_count = 0; in mtk_vcodec_dbgfs_venc_init()218 mtk_vcodec_dbgfs_venc_init(vcodec_dev); in mtk_vcodec_dbgfs_init()[all …]
54 void mtk_vcodec_dbgfs_remove(struct mtk_vcodec_dec_dev *vcodec_dev, int ctx_id);55 void mtk_vcodec_dbgfs_init(void *vcodec_dev, bool is_encode);62 static inline void mtk_vcodec_dbgfs_remove(struct mtk_vcodec_dec_dev *vcodec_dev, int ctx_id) in mtk_vcodec_dbgfs_remove() argument66 static inline void mtk_vcodec_dbgfs_init(void *vcodec_dev, bool is_encode) in mtk_vcodec_dbgfs_init() argument
542 static void vdec_h264_insert_startcode(struct mtk_vcodec_dec_dev *vcodec_dev, unsigned char *buf, in vdec_h264_insert_startcode() argument545 struct device *dev = &vcodec_dev->plat_dev->dev; in vdec_h264_insert_startcode()