Home
last modified time | relevance | path

Searched refs:mStartTimeUs (Results 1 – 25 of 142) sorted by relevance

123456

/aosp_15_r20/frameworks/av/media/libstagefright/
H A DAudioSource.cpp83 mStartTimeUs = 0; in set()
164 mStartTimeUs = 0; in start()
167 mStartTimeUs = startTimeUs; in start()
294 int64_t elapsedTimeUs = timeUs - mStartTimeUs; in read()
382 if (mNumFramesReceived == 0 && timeUs < mStartTimeUs) { in onMoreData()
386 receievedFrames, timeUs, mStartTimeUs); in onMoreData()
402 if (mStartTimeUs > 0) { in onMoreData()
403 mStartTimeUs = timeUs - mStartTimeUs; in onMoreData()
405 mPrevSampleTimeUs = mStartTimeUs; in onMoreData()
456 buffer->meta_data().setInt64(kKeyAnchorTime, mStartTimeUs); in queueInputBuffer_l()
[all …]
H A DThrottledSource.cpp29 mStartTimeUs(-1), in ThrottledSource()
47 if (mStartTimeUs < 0) { in readAt()
48 mStartTimeUs = nowUs; in readAt()
56 int64_t whenUs = mStartTimeUs + durationUs; in readAt()
H A DCameraSource.cpp692 mStartTimeUs = 0; in start()
700 mStartTimeUs = startTimeUs; in start()
971 if (!mStarted || (mNumFramesReceived == 0 && timestampUs < mStartTimeUs)) { in shouldSkipFrameLocked()
972 ALOGV("Drop frame at %lld/%lld us", (long long)timestampUs, (long long)mStartTimeUs); in shouldSkipFrameLocked()
1005 if (mStartTimeUs > 0) { in shouldSkipFrameLocked()
1006 if (timestampUs < mStartTimeUs) { in shouldSkipFrameLocked()
1011 mStartTimeUs = timestampUs - mStartTimeUs; in shouldSkipFrameLocked()
1099 int64_t timeUs = mStartTimeUs + (timestampUs - mFirstFrameTimeUs); in processBufferQueueFrame()
1102 mStartTimeUs, timeUs); in processBufferQueueFrame()
H A DCameraSourceTimeLapse.cpp268 if (*timestampUs < mStartTimeUs) { in skipFrameAndModifyTimeStamp()
269 ALOGI("set timestampUs to start time stamp %" PRId64 " us", mStartTimeUs); in skipFrameAndModifyTimeStamp()
270 *timestampUs = mStartTimeUs; in skipFrameAndModifyTimeStamp()
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DSubtitleData.java71 private long mStartTimeUs; field in SubtitleData
96 mStartTimeUs = startTimeUs; in SubtitleData()
114 return mStartTimeUs; in getStartTimeUs()
145 mStartTimeUs = parcel.readLong(); in parseParcel()
/aosp_15_r20/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp276 mStartTimeUs = startTimeRealUs; in WebmFrameMediaSourceThread()
293 mStartTimeUs += startTimeOffsetUs; in WebmFrameMediaSourceThread()
300 meta->setInt64(kKeyTime, mStartTimeUs); in start()
345 mStartTimeUs = kUninitialized; in run()
369 if (mStartTimeUs == kUninitialized) { in run()
370 mStartTimeUs = timestampUs; in run()
/aosp_15_r20/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp156 mStartTimeUs(-1LL), in PlaylistFetcher()
777 mStartTimeUs = startTimeUs; in onStart()
1092 CHECK_GE(mStartTimeUs, 0LL); in initDownloadState()
1102 mSeqNumber = getSeqNumberForTime(mStartTimeUs); in initDownloadState()
1103 mStartTimeUs -= getSegmentStartTimeUs(mSeqNumber); in initDownloadState()
1107 (long long)mStartTimeUs, mSeqNumber, firstSeqNumberInPlaylist, in initDownloadState()
1257 mStartup, mLastDiscontinuitySeq, mDiscontinuitySeq, (long long)mStartTimeUs); in initDownloadState()
1318 mStartTimeUs = 0; in initDownloadState()
1583 int64_t diffUs = anchorTimeUs - mStartTimeUs; in adjustSeqNumberWithAnchorTime()
1615 (long long) anchorTimeUs - mStartTimeUs, in adjustSeqNumberWithAnchorTime()
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DSnapshotStatistics.java223 public long mStartTimeUs = 0; field in SnapshotStatistics.Stats
315 mStartTimeUs = now; in Stats()
325 mStartTimeUs = orig.mStartTimeUs; in Stats()
376 pw.format(Locale.US, "%11s", durationToString(now - mStartTimeUs)); in dumpPrefix()
/aosp_15_r20/hardware/google/aemu/base/
DSystem.cpp88 uint64_t mStartTimeUs; member
105 mStartTimeUs = getUs(); in TickCountImpl()
115 return mStartTimeUs; in getStartTimeUs()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/libstagefright/include/
DThrottledSource.h66 int64_t mStartTimeUs; member

123456