Searched refs:m_lastRenderCts (Results 1 - 2 of 2) sorted by relevance

/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoDecoder_internal.h96 M4_MediaTime m_lastRenderCts; member in struct:android::__anon1598
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp949 pDecShellContext->m_lastRenderCts = -1;
1111 pDecShellContext->m_lastRenderCts = -1;
1353 pDecShellContext->m_lastRenderCts = -1;
1576 if ( (*pTime <= pDecShellContext->m_lastRenderCts) &&
1583 "%lf", pDecShellContext->m_lastRenderCts, *pTime);
1593 m_lastRenderCts) {
1599 m_lastRenderCts) &&
1619 pDecShellContext->m_lastRenderCts = candidateTimeStamp;
1675 *pTime = pDecShellContext->m_lastRenderCts;

Completed in 21 milliseconds