Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp751 int64_t timeUs = fetchTimestamp(nextScan, &pesOffset, &pesScramblingControl); in dequeueScrambledAccessUnit()
979 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitEAC3()
1053 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitAC4()
1120 int64_t timeUs = fetchTimestamp(payloadSize + 4); in dequeueAccessUnitPCMAudio()
1277 int64_t timeUs = fetchTimestamp(offset); in dequeueAccessUnitAAC()
1292 int64_t ElementaryStreamQueue::fetchTimestamp( in fetchTimestamp() function in android::ElementaryStreamQueue
1469 int64_t timeUs = fetchTimestamp(nextScan); in dequeueAccessUnitH264()
1555 int64_t timeUs = fetchTimestamp(frameSize); in dequeueAccessUnitMPEGAudio()
1678 (void)fetchTimestamp(offset); in dequeueAccessUnitMPEGVideo()
1715 (void)fetchTimestamp(offset); in dequeueAccessUnitMPEGVideo()
[all …]
DESQueue.h131 int64_t fetchTimestamp(size_t size,