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

/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoDecoder_internal.h95 M4_MediaTime m_lastDecodedCTS; member in struct:android::__anon1598
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp948 pDecShellContext->m_lastDecodedCTS = -1;
1110 pDecShellContext->m_lastDecodedCTS = -1;
1250 *plastDecodedFrameCts = pDecShellContext->m_lastDecodedCTS;
1278 *pNextFrameCts = pDecShellContext->m_lastDecodedCTS;
1345 if(pDecShellContext->m_lastDecodedCTS >= *pTime) {
1347 pDecShellContext->m_lastDecodedCTS);
1352 pDecShellContext->m_lastDecodedCTS = -1;
1362 while (pDecoderBuffer == NULL || pDecShellContext->m_lastDecodedCTS + tolerance < *pTime) {
1364 pDecShellContext->m_lastDecodedCTS, *pTime);
1422 pDecShellContext->m_lastDecodedCTS
[all...]

Completed in 7 milliseconds