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

/frameworks/base/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/base/media/libstagefright/include/
H A DThrottledSource.h43 int64_t mStartTimeUs; member in struct:android::ThrottledSource
/frameworks/base/cmds/stagefright/
H A Dsf2.cpp117 mStartTimeUs = ALooper::GetNowUs();
179 int64_t delayUs = ALooper::GetNowUs() - mStartTimeUs;
245 int64_t mStartTimeUs; member in struct:Controller

Completed in 739 milliseconds