Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DAudioSource.cpp274 if (elapsedTimeUs < kAutoRampStartUs) { in read()
276 } else if (elapsedTimeUs < kAutoRampStartUs + kAutoRampDurationUs) { in read()
281 … ((int64_t)kAutoRampStartUs * mSampleRate + 500000LL) / 1000000LL; //Need type casting in read()
/frameworks/av/media/libstagefright/include/media/stagefright/
DAudioSource.h91 kAutoRampStartUs = 0, enumerator