Searched refs:VDEC_DispFrame (Results 1 – 10 of 10) sorted by relevance
998 } VDEC_DispFrame; typedef1256 VDEC_Result MApi_VDEC_GetNextDispFrame(VDEC_DispFrame** ppDispFrm);1257 VDEC_Result MApi_VDEC_DisplayFrame(VDEC_DispFrame *pDispFrm);1258 VDEC_Result MApi_VDEC_ReleaseFrame(VDEC_DispFrame *pDispFrm);1454 VDEC_Result MApi_VDEC_V2_GetNextDispFrame(VDEC_DispFrame** ppDispFrm);1455 VDEC_Result MApi_VDEC_V2_DisplayFrame(VDEC_DispFrame *pDispFrm);1456 VDEC_Result MApi_VDEC_V2_DisplayFrame(VDEC_DispFrame *pDispFrm);
893 } VDEC_DispFrame; typedef1129 VDEC_Result MApi_VDEC_GetNextDispFrame(VDEC_DispFrame** ppDispFrm);1130 VDEC_Result MApi_VDEC_DisplayFrame(VDEC_DispFrame *pDispFrm);1131 VDEC_Result MApi_VDEC_ReleaseFrame(VDEC_DispFrame *pDispFrm);
221 typedef VDEC_Result (*IOCTL_VDEC_GetNextDispFrame) (VDEC_DispFrame** );222 typedef VDEC_Result (*IOCTL_VDEC_DisplayFrame) (VDEC_DispFrame* );223 typedef VDEC_Result (*IOCTL_VDEC_ReleaseFrame) (VDEC_DispFrame* );
861 …*((VDEC_Result *)pRet) = psVDEC_InstPri->fpVDEC_GetNextDispFrame((VDEC_DispFrame**)(((VDEC_V2_IO_… in VDEC_V2_Ioctl()866 …*((VDEC_Result *)pRet) = psVDEC_InstPri->fpVDEC_DisplayFrame((VDEC_DispFrame*)(((VDEC_V2_IO_Param… in VDEC_V2_Ioctl()871 …*((VDEC_Result *)pRet) = psVDEC_InstPri->fpVDEC_ReleaseFrame((VDEC_DispFrame*)(((VDEC_V2_IO_Param… in VDEC_V2_Ioctl()
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()[all …]
2590 eRetVal = MApi_VDEC_GetNextDispFrame((VDEC_DispFrame **)ppDispFrm); in MApi_VDEC_EX_GetNextDispFrame()2611 eRetVal = MApi_VDEC_DisplayFrame((VDEC_DispFrame*)pDispFrm); in MApi_VDEC_EX_DisplayFrame()2623 eRetVal = MApi_VDEC_ReleaseFrame((VDEC_DispFrame*)pDispFrm); in MApi_VDEC_EX_ReleaseFrame()
2813 VDEC_Result MApi_VDEC_GetNextDispFrame(VDEC_DispFrame** ppDispFrm) in MApi_VDEC_GetNextDispFrame()2838 VDEC_Result MApi_VDEC_DisplayFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_DisplayFrame()2850 VDEC_Result MApi_VDEC_ReleaseFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_ReleaseFrame()
2869 VDEC_Result MApi_VDEC_GetNextDispFrame(VDEC_DispFrame** ppDispFrm) in MApi_VDEC_GetNextDispFrame()2894 VDEC_Result MApi_VDEC_DisplayFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_DisplayFrame()2906 VDEC_Result MApi_VDEC_ReleaseFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_ReleaseFrame()
2842 VDEC_Result MApi_VDEC_GetNextDispFrame(VDEC_DispFrame** ppDispFrm) in MApi_VDEC_GetNextDispFrame()2867 VDEC_Result MApi_VDEC_DisplayFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_DisplayFrame()2879 VDEC_Result MApi_VDEC_ReleaseFrame(VDEC_DispFrame *pDispFrm) in MApi_VDEC_ReleaseFrame()
25914 } VDEC_DispFrame;26162 VDEC_Result MApi_VDEC_GetNextDispFrame(VDEC_DispFrame** ppDispFrm);26163 VDEC_Result MApi_VDEC_DisplayFrame(VDEC_DispFrame *pDispFrm);26164 VDEC_Result MApi_VDEC_ReleaseFrame(VDEC_DispFrame *pDispFrm);26360 VDEC_Result MApi_VDEC_V2_GetNextDispFrame(VDEC_DispFrame** ppDispFrm);26361 VDEC_Result MApi_VDEC_V2_DisplayFrame(VDEC_DispFrame *pDispFrm);26362 VDEC_Result MApi_VDEC_V2_DisplayFrame(VDEC_DispFrame *pDispFrm);