Home
last modified time | relevance | path

Searched refs:sync_print (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c298 #define sync_print(fmt, args...) do { if(0) DMS_PRINTF(fmt, ##args); } while (0) macro
2108 sync_print("MarkIg From%d to %d => ",u16CurID,u16TargetID); in _MarkIgnorableReadBuffer()
2124 sync_print("MarkIg ID%d => ",u16CurID); in _MarkIgnorableReadBuffer()
2157 sync_print("0.WP %d => ",RES_DMS._stXC_DIPWriteReadPointer[u32Window].u16WritePointer); in _GetNextReadPointer()
2665sync_print(" RemoveID %d V:%d =>",RES_DMS.gDMS_MVOPRemoveBufferID,RES_DMS._stXC_DIPPushInfo[MVOP_W… in _DMS_CheckDispBufFlag()
2810 sync_print(" V, NRP %d => ",u16NextReadPointer); in _DMS_GetNextInfo()
4331 sync_print("prepare ID%d -> %d => ",u16BufferID,RES_DMS.gDMS_MVOPShowBufferID); in _DMS_VDEC_Flow_PrepareNextFrame()
4830sync_print("set show ID%d, rm %d => ",RES_DMS.gDMS_MVOPShowBufferID, RES_DMS.gDMS_MVOPRemoveBuffer… in _DMS_SwitchMVOPBufferByVDEC()
4904 sync_print("||>> "); in _Task_DMS_CapturePushedFrame()
4908sync_print(" next buffer ID %d, now show ID%d => ",RES_DMS.u8DIPReadytoCaptureID[MVOP_WINDOW],RES_… in _Task_DMS_CapturePushedFrame()
[all …]
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/
H A DdrvDMS.c287 #define sync_print(fmt, args...) do { if(0) DMS_PRINTF(fmt, ##args); } while (0) macro