Searched defs:fetchTimestamp (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp538 int64_t timeUs = fetchTimestamp(nextScan, &pesOffset, &pesScramblingControl);
702 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize);
775 int64_t timeUs = fetchTimestamp(payloadSize + 4);
940 int64_t timeUs = fetchTimestamp(offset);
955 int64_t ElementaryStreamQueue::fetchTimestamp( function in class:android::ElementaryStreamQueue
1153 int64_t timeUs = fetchTimestamp(nextScan);
1233 int64_t timeUs = fetchTimestamp(frameSize);
1359 (void)fetchTimestamp(offset);
1396 (void)fetchTimestamp(offset);
1439 int64_t timeUs = fetchTimestamp(offse
[all...]

Completed in 699 milliseconds