Searched defs:setStoryboardStartTime (Results 1 - 2 of 2) sorted by relevance
/frameworks/media/libvideoeditor/lvpp/ | ||
H A D | PreviewPlayer.cpp | 1315 status_t PreviewPlayer::setStoryboardStartTime(uint32_t msec) { function in class:android::PreviewPlayer |
H A D | VideoEditorPlayer.cpp | 262 status_t VideoEditorPlayer::setStoryboardStartTime(uint32_t msec) { function in class:android::VideoEditorPlayer 263 LOGV("setStoryboardStartTime"); 264 return mPlayer->setStoryboardStartTime(msec); |
Completed in 23 milliseconds