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

  /frameworks/av/media/libstagefright/
ThrottledSource.cpp 29 mStartTimeUs(-1),
47 if (mStartTimeUs < 0) {
48 mStartTimeUs = nowUs;
56 int64_t whenUs = mStartTimeUs + durationUs;
AudioSource.cpp 62 mStartTimeUs(0),
143 mStartTimeUs = 0;
146 mStartTimeUs = startTimeUs;
273 int64_t elapsedTimeUs = timeUs - mStartTimeUs;
361 if (mNumFramesReceived == 0 && timeUs < mStartTimeUs) {
365 receievedFrames, timeUs, mStartTimeUs);
381 if (mStartTimeUs > 0) {
382 mStartTimeUs = timeUs - mStartTimeUs;
384 mPrevSampleTimeUs = mStartTimeUs;
    [all...]
CameraSource.cpp 797 mStartTimeUs = 0;
805 mStartTimeUs = startTimeUs;
    [all...]
CameraSourceTimeLapse.cpp 289 if (*timestampUs < mStartTimeUs) {
290 ALOGI("set timestampUs to start time stamp %" PRId64 " us", mStartTimeUs);
291 *timestampUs = mStartTimeUs;
  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 70 int64_t mStartTimeUs;
  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.cpp 277 mStartTimeUs = startTimeRealUs;
294 mStartTimeUs += startTimeOffsetUs;
301 meta->setInt64(kKeyTime, mStartTimeUs);
346 mStartTimeUs = kUninitialized;
359 if (mStartTimeUs == kUninitialized) {
360 mStartTimeUs = timestampUs;
WebmFrameThread.h 148 uint64_t mStartTimeUs;
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 155 mStartTimeUs(-1LL),
775 mStartTimeUs = startTimeUs;
    [all...]
PlaylistFetcher.h 127 int64_t mStartTimeUs;
  /frameworks/av/media/libstagefright/include/media/stagefright/
AudioSource.h 105 int64_t mStartTimeUs;
CameraSource.h 203 int64_t mStartTimeUs;
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.cpp 662 CHECK(msg->findInt64("startTimeUs", &mCurrentSourceInfo.mStartTimeUs));
688 CHECK(msg->findInt64("startTimeUs", &mNextSourceInfo.mStartTimeUs));
691 mNextSourceInfo.mSource->prepareAsync(mNextSourceInfo.mStartTimeUs);
787 mCurrentSourceInfo.mSource->prepareAsync(mCurrentSourceInfo.mStartTimeUs);
    [all...]
NuPlayer2.h 181 int64_t mStartTimeUs;

Completed in 236 milliseconds