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 180 M4OSA_UInt32 timeMS);
641 frameStr.timeMs = 0;
666 M4OSA_UInt32 timeMs = (M4OSA_UInt32)fromMs;
721 if (timeMs == 0) {
726 "videoEditor_renderPreviewFrame() timeMs=%d", timeMs);
728 if (timeMs > uiTotalClipDuration) {
730 "videoEditor_renderPreviewFrame() timeMs > uiTotalClipDuration");
737 if (timeMs <= (iIncrementedDuration +
743 "videoEditor_renderPreviewFrame() iCurrentClipIndex=%d for timeMs=%d"
    [all...]

Completed in 30 milliseconds