Home
last modified time | relevance | path

Searched refs:getEstimatedBufferDurationUs (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.h61 int64_t getEstimatedBufferDurationUs();
DAnotherPacketSource.cpp465 int64_t AnotherPacketSource::getEstimatedBufferDurationUs() { in getEstimatedBufferDurationUs() function in android::AnotherPacketSource
DMPEG2TSExtractor.cpp420 durationUs += src->getEstimatedBufferDurationUs(); in estimateDurationsFromTimesUsAtEnd()