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

  /frameworks/av/media/libstagefright/
AudioSource.cpp 67 mInitialReadTimeUs(0),
142 mInitialReadTimeUs = 0;
379 mInitialReadTimeUs = timeUs;
443 buffer->meta_data().setInt64(kKeyDriftTime, timeUs - mInitialReadTimeUs);
  /frameworks/av/media/libstagefright/include/media/stagefright/
AudioSource.h 110 int64_t mInitialReadTimeUs;

Completed in 42 milliseconds