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

/frameworks/media/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp1315 status_t PreviewPlayer::setStoryboardStartTime(uint32_t msec) { function in class:android::PreviewPlayer
H A DVideoEditorPlayer.cpp262 status_t VideoEditorPlayer::setStoryboardStartTime(uint32_t msec) { function in class:android::VideoEditorPlayer
263 LOGV("setStoryboardStartTime");
264 return mPlayer->setStoryboardStartTime(msec);

Completed in 23 milliseconds