HomeSort by relevance Sort by last modified time
    Searched defs:mStartTimeUs (Results 1 - 9 of 9) sorted by null

  /frameworks/av/include/media/stagefright/
TimeSource.h 44 int64_t mStartTimeUs;
AudioSource.h 82 int64_t mStartTimeUs;
CameraSource.h 160 int64_t mStartTimeUs;
  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 74 int64_t mStartTimeUs;
  /frameworks/base/media/java/android/media/
SubtitleData.java 47 private long mStartTimeUs;
62 return mStartTimeUs;
80 mStartTimeUs = parcel.readLong();
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h 57 int64_t mStartTimeUs;
  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.h 147 uint64_t mStartTimeUs;
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 111 int64_t mStartTimeUs;
  /frameworks/av/cmds/stagefright/
sf2.cpp 83 int64_t delayUs = ALooper::GetNowUs() - mStartTimeUs;
164 mStartTimeUs = ALooper::GetNowUs();
277 int64_t mStartTimeUs;

Completed in 591 milliseconds