Searched refs:M4OSA_clockGetTime (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_Clock.h40 M4OSAL_CLOCK_EXPORT_TYPE M4OSA_ERR M4OSA_clockGetTime(M4OSA_Time* pTime,
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp131 M4OSA_clockGetTime(&mImagePlayStartTime, kTimeScale);
147 M4OSA_clockGetTime(&mImagePlayStartTime, kTimeScale);
155 M4OSA_clockGetTime(&currentTimeMs, kTimeScale);
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Clock.c56 M4OSA_ERR M4OSA_clockGetTime(M4OSA_Time* pTime, M4OSA_UInt32 timescale) function
66 M4OSA_TRACE1_2("M4OSA_clockGetTime\t\tM4OSA_Time* 0x%x\tM4OSA_UInt32 %d",
70 "M4OSA_clockGetTime: pTime is M4OSA_NULL");
72 "M4OSA_clockGetTime: timescale is 0");

Completed in 150 milliseconds