HomeSort by relevance Sort by last modified time
    Searched refs:m_currentCTS (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/jni/mediaeditor/
VideoBrowserInternal.h 111 M4OSA_UInt32 m_currentCTS ;
VideoBrowserMain.c 473 if (pC->m_currentCTS == 0 ||
474 targetTime < pC->m_currentCTS ||
475 targetTime > (pC->m_currentCTS + 85))
498 pC->m_currentCTS = (M4OSA_UInt32)timeMS;
500 *pTime = pC->m_currentCTS;
512 pC->m_currentCTS = 0;
VideoEditorThumbnailMain.cpp 238 // m_currentCTS has the actual frame time stamp just ahead of the
240 if ((((VideoBrowserContext*)pC->m_pVideoBrowser)->m_currentCTS != 0) &&
242 (*pTimeMS < ((VideoBrowserContext*)pC->m_pVideoBrowser)->m_currentCTS))
245 *pTimeMS = ((VideoBrowserContext*)pC->m_pVideoBrowser)->m_currentCTS;

Completed in 27 milliseconds