Lines Matching refs:VDEC_DispFrame
473 static VDEC_DispFrame VDEC_DispQ[E_VDEC_STREAM_NUM_MAX][MAX_VDEC_DQNUM];
819 static VDEC_DispFrame* _VDEC_MallocDq(MS_U8 u8StreamNum) in _VDEC_MallocDq()
821 VDEC_DispFrame* pDisp = NULL; in _VDEC_MallocDq()
843 static void _VDEC_FreeDq(MS_U8 u8StreamNum, VDEC_DispFrame* pDq) in _VDEC_FreeDq()
853 static MS_BOOL _VDEC_IsDqValid(VDEC_DispFrame* pDq) in _VDEC_IsDqValid()
13347 VDEC_Result MApi_VDEC_GetNextDispFrame(VDEC_DispFrame** ppDispFrm) in MApi_VDEC_GetNextDispFrame()
13372 VDEC_Result MApi_VDEC_V2_GetNextDispFrame(VDEC_DispFrame** ppDispFrm) in MApi_VDEC_V2_GetNextDispFrame()
13395 VDEC_DispFrame* pDispFrm = _VDEC_MallocDq(E_VDEC_STREAM_0); in MApi_VDEC_V2_GetNextDispFrame()
13429 VDEC_DispFrame* pDispFrm = _VDEC_MallocDq(E_VDEC_STREAM_0); in MApi_VDEC_V2_GetNextDispFrame()
13465 VDEC_DispFrame* pDispFrm = _VDEC_MallocDq(E_VDEC_STREAM_0); in MApi_VDEC_V2_GetNextDispFrame()
13508 VDEC_Result MApi_VDEC_DisplayFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_DisplayFrame()
13533 VDEC_Result MApi_VDEC_V2_DisplayFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_V2_DisplayFrame()
13580 VDEC_Result MApi_VDEC_ReleaseFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_ReleaseFrame()
13605 VDEC_Result MApi_VDEC_V2_ReleaseFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_V2_ReleaseFrame()