HomeSort by relevance Sort by last modified time
    Searched refs:nextBufferTime (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h 60 status_t nextBufferTime(int64_t *timeUs);
MPEG2TSExtractor.cpp 427 while ((err = impl->nextBufferTime(&timeUs)) == OK) {
AnotherPacketSource.cpp 428 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 925 if (packets->nextBufferTime(&subTimeUs) != OK) {
    [all...]

Completed in 198 milliseconds