Searched defs:mStartTimeUs (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/
H A DSubtitleData.java47 private long mStartTimeUs; field in class:SubtitleData
62 return mStartTimeUs;
80 mStartTimeUs = parcel.readLong();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h57 int64_t mStartTimeUs; member in struct:android::RepeaterSource
/frameworks/av/include/media/stagefright/
H A DAudioSource.h87 int64_t mStartTimeUs; member in struct:android::AudioSource
H A DCameraSource.h198 int64_t mStartTimeUs; member in class:android::CameraSource
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h74 int64_t mStartTimeUs; member in struct:android::ThrottledSource
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.h147 uint64_t mStartTimeUs; member in class:android::WebmFrameMediaSourceThread
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h126 int64_t mStartTimeUs; member in struct:android::PlaylistFetcher
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp83 int64_t delayUs = ALooper::GetNowUs() - mStartTimeUs;
163 mStartTimeUs = ALooper::GetNowUs();
276 int64_t mStartTimeUs; member in struct:Controller

Completed in 1054 milliseconds