Home
last modified time | relevance | path

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

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