Home
last modified time | relevance | path

Searched refs:fromMS (Results 1 – 2 of 2) sorted by relevance

/frameworks/media/libvideoeditor/lvpp/
DVideoEditorPreviewController.cpp423 M4OSA_UInt32 fromMS, M4OSA_Int32 toMs, M4OSA_UInt16 callBackAfterFrameCount, in startPreview() argument
430 if(fromMS > (M4OSA_UInt32)toMs) { in startPreview()
503 if(fromMS == 0) { in startPreview()
510 LOGV("startPreview: fromMS=%d", fromMS); in startPreview()
511 if(fromMS >= mClipTotalDuration) { in startPreview()
516 if(fromMS < (iIncrementedDuration + (mClipList[i]->uiEndCutTime - in startPreview()
522 LOGD("startPreview:mCurrentClipNumber = %d fromMS=%d",i,fromMS); in startPreview()
528 if((fromMS+mClipList[i]->uiBeginCutTime) > in startPreview()
533 (fromMS - iIncrementedDuration); in startPreview()
546 mVePlayer[playerInst]->setAudioMixStoryBoardParam(fromMS, in startPreview()
[all …]
DVideoEditorPreviewController.h74 M4OSA_ERR startPreview(M4OSA_UInt32 fromMS, M4OSA_Int32 toMs,