Searched defs:totalNativeFramesPresented (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixer.cpp455 uint32_t totalNativeFramesPresented = mTimestamp.mPosition; local
456 if (totalNativeFramesPresented <= mTotalNativeFramesWritten) {
458 mTotalNativeFramesWritten - totalNativeFramesPresented;

Completed in 105 milliseconds