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.cpp480 int64_t AnotherPacketSource::getEstimatedBufferDurationUs() { in getEstimatedBufferDurationUs() function in android::AnotherPacketSource
/frameworks/av/media/extractors/mpeg2/
DMPEG2TSExtractor.cpp574 durationUs += src->getEstimatedBufferDurationUs(); in estimateDurationsFromTimesUsAtEnd()