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

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp169 int64_t totalOutDurationUs = (mAccuOutBufferSize * 1000000) / (mOutputSampleRate * 2 * 2); local
170 int64_t timeUs = mInitialTimeStampUs + totalOutDurationUs;

Completed in 122 milliseconds