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

/frameworks/av/include/media/stagefright/
H A DTimeSource.h46 int64_t mStartTimeUs; member in class:android::SystemTimeSource
H A DAudioSource.h81 int64_t mStartTimeUs; member in struct:android::AudioSource
H A DCameraSource.h150 int64_t mStartTimeUs; member in class:android::CameraSource
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h48 int64_t mStartTimeUs; member in struct:android::ThrottledSource
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp120 mStartTimeUs = ALooper::GetNowUs();
183 int64_t delayUs = ALooper::GetNowUs() - mStartTimeUs;
253 int64_t mStartTimeUs; member in struct:Controller

Completed in 84 milliseconds