Home | History | Annotate | Download | only in lvpp

Lines Matching full:startpreview

422 M4OSA_ERR VideoEditorPreviewController::startPreview(
428 LOGV("startPreview");
431 LOGE("startPreview: fromMS > toMs");
436 LOGE("startPreview: toMs is 0");
443 LOGV("startPreview: stopping previously started preview playback");
451 LOGV("startPreview: delete previous PreviewRenderer");
468 LOGV("startPreview: loop = %d", loop);
471 LOGV("startPreview: callBackAfterFrameCount = %d", callBackAfterFrameCount);
477 LOGE("startPreview:Error creating VideoEditorPlayer %d",playerInst);
480 LOGV("startPreview: object created");
483 LOGV("startPreview: notify callback set");
487 LOGV("startPreview: effects settings loaded");
490 LOGV("startPreview: AudioMixSettings settings loaded");
493 LOGV("startPreview: AudioMixPCMFileHandle set");
497 LOGV("startPreview: setProgressCallBackInterval");
510 LOGV("startPreview: fromMS=%d", fromMS);
512 LOGE("startPreview: fromMS >= mClipTotalDuration");
522 LOGD("startPreview:mCurrentClipNumber = %d fromMS=%d",i,fromMS);
550 LOGV("startPreview:setAudioMixStoryBoardSkimTimeStamp set %d cuttime \
561 LOGV("startPreview: Preview till end of storyboard");
568 LOGV("startPreview: toMs=%d", toMs);
570 LOGE("startPreview: toMs > mClipTotalDuration");
627 LOGV("startPreview: process thread started");