HomeSort by relevance Sort by last modified time
    Searched refs:kAutoRampStartUs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/media/stagefright/
AudioSource.h 91 kAutoRampStartUs = 0,
  /frameworks/av/media/libstagefright/
AudioSource.cpp 274 if (elapsedTimeUs < kAutoRampStartUs) {
276 } else if (elapsedTimeUs < kAutoRampStartUs + kAutoRampDurationUs) {
281 ((int64_t)kAutoRampStartUs * mSampleRate + 500000LL) / 1000000LL; //Need type casting

Completed in 186 milliseconds