Searched defs:cbInterval (Results 1 - 2 of 2) sorted by path

/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp1312 status_t PreviewPlayer::setProgressCallbackInterval(uint32_t cbInterval) { argument
1314 mProgressCbInterval = cbInterval;
H A DVideoEditorPlayer.cpp271 status_t VideoEditorPlayer::setProgressCallbackInterval(uint32_t cbInterval) { argument
273 return mPlayer->setProgressCallbackInterval(cbInterval);

Completed in 112 milliseconds