Home
last modified time | relevance | path

Searched refs:mCurrentPlayedDuration (Results 1 – 2 of 2) sorted by relevance

/frameworks/media/libvideoeditor/lvpp/
DVideoEditorPreviewController.cpp46 mCurrentPlayedDuration(0), in VideoEditorPreviewController()
716 mCurrentPlayedDuration = 0; in stopPreview()
1035 pController->mCurrentPlayedDuration = 0; in threadProc()
1075 pController->mCurrentPlayedDuration += in threadProc()
1085 pController->mCurrentPlayedDuration += in threadProc()
1094 pController->mCurrentPlayedDuration); in threadProc()
1101 pController->mCurrentPlayedDuration, in threadProc()
1106 ClipBeginTime %d", pController->mCurrentPlayedDuration + in threadProc()
1179 M4OSA_UInt32 playedDuration = clipDuration+pController->mCurrentPlayedDuration; in notify()
DVideoEditorPreviewController.h117 M4OSA_UInt32 mCurrentPlayedDuration; variable