HomeSort by relevance Sort by last modified time
    Searched defs:timeMS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c 450 M4_MediaTime timeMS = 0;
480 timeMS = (M4_MediaTime)targetTime;
482 pC->m_pDecoderCtx, &timeMS, bJumpNeeded, tolerance);
490 pC->m_pDecoderCtx, &timeMS, pC->m_outputPlane, M4OSA_TRUE);
498 pC->m_currentCTS = (M4OSA_UInt32)timeMS;
VideoEditorMain.cpp 179 M4OSA_UInt32 timeMS);
648 frameStr.timeMs = 0;
673 M4OSA_UInt32 timeMs = (M4OSA_UInt32)fromMs;
738 if (timeMs == 0) {
743 "videoEditor_renderPreviewFrame() timeMs=%d", timeMs);
745 if (timeMs > uiTotalClipDuration) {
747 "videoEditor_renderPreviewFrame() timeMs > uiTotalClipDuration");
754 if (timeMs <= (iIncrementedDuration +
760 "videoEditor_renderPreviewFrame() iCurrentClipIndex=%d for timeMs=%d"
    [all...]

Completed in 89 milliseconds