Searched defs:mStartTimeUs (Results 1 - 9 of 9) sorted by path

/frameworks/av/cmds/stagefright/
H A Dsf2.cpp83 int64_t delayUs = ALooper::GetNowUs() - mStartTimeUs;
164 mStartTimeUs = ALooper::GetNowUs();
277 int64_t mStartTimeUs; member in struct:Controller
/frameworks/av/include/media/stagefright/
H A DAudioSource.h82 int64_t mStartTimeUs; member in struct:android::AudioSource
H A DCameraSource.h160 int64_t mStartTimeUs; member in class:android::CameraSource
H A DTimeSource.h44 int64_t mStartTimeUs; member in class:android::SystemTimeSource
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h112 int64_t mStartTimeUs; member in struct:android::PlaylistFetcher
/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/wifi-display/source/
H A DRepeaterSource.h57 int64_t mStartTimeUs; member in struct:android::RepeaterSource
/frameworks/base/media/java/android/media/
H A DSubtitleData.java47 private long mStartTimeUs; field in class:SubtitleData
62 return mStartTimeUs;
80 mStartTimeUs = parcel.readLong();

Completed in 1141 milliseconds