Searched defs:fromMS (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp430 M4OSA_UInt32 fromMS, M4OSA_Int32 toMs, M4OSA_UInt16 callBackAfterFrameCount,
437 if(fromMS > (M4OSA_UInt32)toMs) {
438 ALOGE("startPreview: fromMS > toMs");
510 if(fromMS == 0) {
517 ALOGV("startPreview: fromMS=%d", fromMS);
518 if(fromMS >= mClipTotalDuration) {
519 ALOGE("startPreview: fromMS >= mClipTotalDuration");
523 if(fromMS < (iIncrementedDuration + (mClipList[i]->uiEndCutTime -
529 ALOGD("startPreview:mCurrentClipNumber = %d fromMS
429 startPreview( M4OSA_UInt32 fromMS, M4OSA_Int32 toMs, M4OSA_UInt16 callBackAfterFrameCount, M4OSA_Bool loop) argument
[all...]

Completed in 46 milliseconds