Searched refs:setStoryboardStartTime (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp266 status_t VideoEditorPlayer::setStoryboardStartTime(uint32_t msec) { function in class:android::VideoEditorPlayer
267 ALOGV("setStoryboardStartTime");
268 return mPlayer->setStoryboardStartTime(msec);
H A DPreviewPlayer.h82 status_t setStoryboardStartTime(uint32_t msec);
H A DVideoEditorPlayer.h139 virtual status_t setStoryboardStartTime(uint32_t msec);
H A DPreviewPlayer.cpp1305 status_t PreviewPlayer::setStoryboardStartTime(uint32_t msec) { function in class:android::PreviewPlayer
H A DVideoEditorPreviewController.cpp1101 pController->mVePlayer[pController->mCurrentPlayer]->setStoryboardStartTime(
1103 ALOGV("threadProc: setStoryboardStartTime");

Completed in 180 milliseconds