| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiVDEC_EX.h | 1209 } VDEC_EX_DispFrame; typedef 2384 VDEC_EX_Result MApi_VDEC_EX_GetNextDispFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame **ppDispF… 2392 VDEC_EX_Result MApi_VDEC_EX_DisplayFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm); 2400 VDEC_EX_Result MApi_VDEC_EX_ReleaseFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm);
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiVDEC_EX.h | 2180 } VDEC_EX_DispFrame; typedef 3424 VDEC_EX_Result MApi_VDEC_EX_GetNextDispFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame **ppDispF… 3432 VDEC_EX_Result MApi_VDEC_EX_DisplayFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm); 3440 VDEC_EX_Result MApi_VDEC_EX_ReleaseFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm);
|
| /utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/ |
| H A D | apiVDEC_EX.c | 537 VDEC_EX_DispFrame _stDispQ[VDEC_MAX_SUPPORT_STREAM_NUM][MAX_VDEC_DQNUM]; 598 VDEC_EX_DispFrame DispFrame_temp[VDEC_MAX_SUPPORT_STREAM_NUM]; // temp use for utopia 1.0, need to … 1182 static VDEC_EX_DispFrame *_VDEC_EX_MallocDq(MS_U8 u8StreamNum) in _VDEC_EX_MallocDq() 1184 VDEC_EX_DispFrame *pDisp = NULL; in _VDEC_EX_MallocDq() 1206 static void _VDEC_EX_FreeDq(MS_U8 u8StreamNum, VDEC_EX_DispFrame *pDq) in _VDEC_EX_FreeDq() 1214 static MS_BOOL _VDEC_EX_IsDqValid(VDEC_EX_DispFrame *pDq) in _VDEC_EX_IsDqValid() 7143 VDEC_EX_Result _MApi_VDEC_EX_V2_DisplayFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm) in _MApi_VDEC_EX_V2_DisplayFrame() 7199 VDEC_EX_Result _MApi_VDEC_EX_V2_ReleaseFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm) in _MApi_VDEC_EX_V2_ReleaseFrame() 9856 VDEC_EX_Result _MApi_VDEC_EX_V2_GetNextDispFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDisp… in _MApi_VDEC_EX_V2_GetNextDispFrame() 9878 VDEC_EX_DispFrame *pDispFrm_tmp = _VDEC_EX_MallocDq(u8Idx); in _MApi_VDEC_EX_V2_GetNextDispFrame() [all …]
|
| H A D | apiVDEC_wrap.c | 2823 eEXRetVal = MApi_VDEC_EX_GetNextDispFrame(&stStreamId, (VDEC_EX_DispFrame **)ppDispFrm); in MApi_VDEC_GetNextDispFrame() 2844 eEXRetVal = MApi_VDEC_EX_DisplayFrame(&stStreamId, (VDEC_EX_DispFrame*)pDispFrm); in MApi_VDEC_DisplayFrame() 2856 eEXRetVal = MApi_VDEC_EX_ReleaseFrame(&stStreamId, (VDEC_EX_DispFrame*)pDispFrm); in MApi_VDEC_ReleaseFrame()
|
| /utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/ |
| H A D | apiVDEC_EX_wrap.c | 2580 VDEC_EX_Result MApi_VDEC_EX_GetNextDispFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame **ppDispF… in MApi_VDEC_EX_GetNextDispFrame() 2605 VDEC_EX_Result MApi_VDEC_EX_DisplayFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm) in MApi_VDEC_EX_DisplayFrame() 2617 VDEC_EX_Result MApi_VDEC_EX_ReleaseFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm) in MApi_VDEC_EX_ReleaseFrame()
|
| /utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/ |
| H A D | apiVDEC_wrap.c | 2879 eEXRetVal = MApi_VDEC_EX_GetNextDispFrame(&stStreamId, (VDEC_EX_DispFrame **)ppDispFrm); in MApi_VDEC_GetNextDispFrame() 2900 eEXRetVal = MApi_VDEC_EX_DisplayFrame(&stStreamId, (VDEC_EX_DispFrame*)pDispFrm); in MApi_VDEC_DisplayFrame() 2912 eEXRetVal = MApi_VDEC_EX_ReleaseFrame(&stStreamId, (VDEC_EX_DispFrame*)pDispFrm); in MApi_VDEC_ReleaseFrame()
|
| H A D | apiVDEC_EX.c | 816 VDEC_EX_DispFrame _stDispQ[VDEC_MAX_SUPPORT_STREAM_NUM][MAX_VDEC_DQNUM]; 924 VDEC_EX_DispFrame DispFrame_temp[VDEC_MAX_SUPPORT_STREAM_NUM]; // temp use for utopia 1.0, need to … 4323 static VDEC_EX_DispFrame *_VDEC_EX_MallocDq(MS_U8 u8StreamNum) in _VDEC_EX_MallocDq() 4325 VDEC_EX_DispFrame *pDisp = NULL; in _VDEC_EX_MallocDq() 4347 static void _VDEC_EX_FreeDq(MS_U8 u8StreamNum, VDEC_EX_DispFrame *pDq) in _VDEC_EX_FreeDq() 4355 static MS_BOOL _VDEC_EX_IsDqValid(VDEC_EX_DispFrame *pDq) in _VDEC_EX_IsDqValid() 11534 VDEC_EX_Result _MApi_VDEC_EX_V2_DisplayFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm) in _MApi_VDEC_EX_V2_DisplayFrame() 11590 VDEC_EX_Result _MApi_VDEC_EX_V2_ReleaseFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm) in _MApi_VDEC_EX_V2_ReleaseFrame() 14350 VDEC_EX_Result _MApi_VDEC_EX_V2_GetNextDispFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDisp… in _MApi_VDEC_EX_V2_GetNextDispFrame() 14372 VDEC_EX_DispFrame *pDispFrm_tmp = _VDEC_EX_MallocDq(u8Idx); in _MApi_VDEC_EX_V2_GetNextDispFrame() [all …]
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_wrap.c | 2852 eEXRetVal = MApi_VDEC_EX_GetNextDispFrame(&stStreamId, (VDEC_EX_DispFrame **)ppDispFrm); in MApi_VDEC_GetNextDispFrame() 2873 eEXRetVal = MApi_VDEC_EX_DisplayFrame(&stStreamId, (VDEC_EX_DispFrame*)pDispFrm); in MApi_VDEC_DisplayFrame() 2885 eEXRetVal = MApi_VDEC_EX_ReleaseFrame(&stStreamId, (VDEC_EX_DispFrame*)pDispFrm); in MApi_VDEC_ReleaseFrame()
|
| H A D | apiVDEC_EX.c | 863 VDEC_EX_DispFrame _stDispQ[VDEC_MAX_SUPPORT_STREAM_NUM][MAX_VDEC_DQNUM]; 983 VDEC_EX_DispFrame DispFrame_temp[VDEC_MAX_SUPPORT_STREAM_NUM]; // temp use for utopia 1.0, need to … 2020 static VDEC_EX_DispFrame *_VDEC_EX_MallocDq(MS_U8 u8StreamNum) in _VDEC_EX_MallocDq() 2022 VDEC_EX_DispFrame *pDisp = NULL; in _VDEC_EX_MallocDq() 2044 static void _VDEC_EX_FreeDq(MS_U8 u8StreamNum, VDEC_EX_DispFrame *pDq) in _VDEC_EX_FreeDq() 2052 static MS_BOOL _VDEC_EX_IsDqValid(VDEC_EX_DispFrame *pDq) in _VDEC_EX_IsDqValid() 12595 VDEC_EX_Result _MApi_VDEC_EX_V2_DisplayFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm) in _MApi_VDEC_EX_V2_DisplayFrame() 12651 VDEC_EX_Result _MApi_VDEC_EX_V2_ReleaseFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm) in _MApi_VDEC_EX_V2_ReleaseFrame() 15484 VDEC_EX_Result _MApi_VDEC_EX_V2_GetNextDispFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDisp… in _MApi_VDEC_EX_V2_GetNextDispFrame() 15506 VDEC_EX_DispFrame *pDispFrm_tmp = _VDEC_EX_MallocDq(u8Idx); in _MApi_VDEC_EX_V2_GetNextDispFrame() [all …]
|
| H A D | apiVDEC_EX.c.0 | 863 VDEC_EX_DispFrame _stDispQ[VDEC_MAX_SUPPORT_STREAM_NUM][MAX_VDEC_DQNUM]; 983 VDEC_EX_DispFrame DispFrame_temp[VDEC_MAX_SUPPORT_STREAM_NUM]; // temp use for utopia 1.0, need to … 2020 static VDEC_EX_DispFrame *_VDEC_EX_MallocDq(MS_U8 u8StreamNum) 2022 VDEC_EX_DispFrame *pDisp = NULL; 2044 static void _VDEC_EX_FreeDq(MS_U8 u8StreamNum, VDEC_EX_DispFrame *pDq) 2052 static MS_BOOL _VDEC_EX_IsDqValid(VDEC_EX_DispFrame *pDq) 12591 VDEC_EX_Result _MApi_VDEC_EX_V2_DisplayFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm) 12647 VDEC_EX_Result _MApi_VDEC_EX_V2_ReleaseFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm) 15480 VDEC_EX_Result _MApi_VDEC_EX_V2_GetNextDispFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDisp… 15502 VDEC_EX_DispFrame *pDispFrm_tmp = _VDEC_EX_MallocDq(u8Idx); [all …]
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/ |
| H A D | drvDMS.c | 931 VDEC_EX_DispFrame VdecDispFrm; in _DMS_VDEC_Frame_AddRef_Interlace() 991 VDEC_EX_DispFrame VdecDispFrm; in _DMS_VDEC_Frame_Release_Interlace() 1456 VDEC_EX_DispFrame VdecDispFrm; in _DMS_VDEC_Frame_AddRef() 1514 VDEC_EX_DispFrame VdecDispFrm; in _DMS_VDEC_Frame_Release() 4958 VDEC_EX_DispFrame VdecDispFrm; in _DMS_VDEC_Frame_AddRef_CaptureMode() 5016 VDEC_EX_DispFrame VdecDispFrm; in _DMS_VDEC_Frame_Release_CaptureMode()
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/ |
| H A D | drvDMS.c | 952 VDEC_EX_DispFrame VdecDispFrm; in _DMS_VDEC_Frame_AddRef() 986 VDEC_EX_DispFrame VdecDispFrm; in _DMS_VDEC_Frame_Release()
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/utopia_adaption/vdec_v3/ |
| H A D | VDEC_EX_adp.c | 457 UADP_SDT_NAME0(VDEC_EX_DISP_FRAME,VDEC_EX_DispFrame);// TODO: remove MS_PHY in VDEC_EX_adp_Init()
|
| /utopia/UTPA2-700.0.x/modules/vdec_lite/utopia_adaption/vdec_lite/ |
| H A D | VDEC_EX_adp.c | 482 UADP_SDT_NAME0(VDEC_EX_DISP_FRAME,VDEC_EX_DispFrame);// TODO: remove MS_PHY in VDEC_EX_adp_Init()
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 45273 } VDEC_EX_DispFrame; 46257 VDEC_EX_Result MApi_VDEC_EX_GetNextDispFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame **ppDispFr… 46265 VDEC_EX_Result MApi_VDEC_EX_DisplayFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm); 46273 VDEC_EX_Result MApi_VDEC_EX_ReleaseFrame(VDEC_StreamId *pStreamId, VDEC_EX_DispFrame *pDispFrm);
|