Home
last modified time | relevance | path

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

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