Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp754 int64_t timeUs = fetchTimestamp(nextScan, &pesOffset, &pesScramblingControl); in dequeueScrambledAccessUnit()
982 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitEAC3()
1056 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitAC4()
1123 int64_t timeUs = fetchTimestamp(payloadSize + 4); in dequeueAccessUnitPCMAudio()
1280 int64_t timeUs = fetchTimestamp(offset); in dequeueAccessUnitAAC()
1295 int64_t ElementaryStreamQueue::fetchTimestamp( in fetchTimestamp() function in android::ElementaryStreamQueue
1472 int64_t timeUs = fetchTimestamp(nextScan); in dequeueAccessUnitH264()
1558 int64_t timeUs = fetchTimestamp(frameSize); in dequeueAccessUnitMPEGAudio()
1681 (void)fetchTimestamp(offset); in dequeueAccessUnitMPEGVideo()
1718 (void)fetchTimestamp(offset); in dequeueAccessUnitMPEGVideo()
[all …]
DESQueue.h131 int64_t fetchTimestamp(size_t size,