Home
last modified time | relevance | path

Searched refs:fetchTimestamp (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp538 int64_t timeUs = fetchTimestamp(nextScan, &pesOffset, &pesScramblingControl); in dequeueScrambledAccessUnit()
705 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitAC3()
778 int64_t timeUs = fetchTimestamp(payloadSize + 4); in dequeueAccessUnitPCMAudio()
949 int64_t timeUs = fetchTimestamp(offset); in dequeueAccessUnitAAC()
964 int64_t ElementaryStreamQueue::fetchTimestamp( in fetchTimestamp() function in android::ElementaryStreamQueue
1162 int64_t timeUs = fetchTimestamp(nextScan); in dequeueAccessUnitH264()
1247 int64_t timeUs = fetchTimestamp(frameSize); in dequeueAccessUnitMPEGAudio()
1373 (void)fetchTimestamp(offset); in dequeueAccessUnitMPEGVideo()
1410 (void)fetchTimestamp(offset); in dequeueAccessUnitMPEGVideo()
1453 int64_t timeUs = fetchTimestamp(offset); in dequeueAccessUnitMPEGVideo()
[all …]
DESQueue.h127 int64_t fetchTimestamp(size_t size,