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

  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.h 52 M4OSA_UInt32 height, M4OSA_UInt32 *timeMS,
67 M4OSA_UInt32 height, M4OSA_UInt32 *timeMS,
VideoEditorThumbnailMain.cpp 267 M4OSA_UInt32 height, M4OSA_UInt32* timeMS,
281 err = ThumbnailGetPixels(pContext, pixelArray, width, height, timeMS, tolerance);
290 M4OSA_UInt32 height, M4OSA_UInt32* timeMS,
304 timeMS, tolerance);
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 178 M4OSA_UInt32 timeMS);
650 frameStr.timeMs = 0;
675 M4OSA_UInt32 timeMs = (M4OSA_UInt32)fromMs;
740 if (timeMs == 0) {
745 "videoEditor_renderPreviewFrame() timeMs=%d", timeMs);
747 if (timeMs > uiTotalClipDuration) {
749 "videoEditor_renderPreviewFrame() timeMs > uiTotalClipDuration");
756 if (timeMs <= (iIncrementedDuration +
762 "videoEditor_renderPreviewFrame() iCurrentClipIndex=%d for timeMs=%d"
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]

Completed in 256 milliseconds