Searched refs:countTracks (Results 51 - 58 of 58) sorted by relevance

123

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp1013 size_t numTracks = extractor->countTracks();
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp380 size_t AVIExtractor::countTracks() { function in class:android::AVIExtractor
H A DOggExtractor.cpp988 size_t OggExtractor::countTracks() { function in class:android::OggExtractor
H A DMPEG4Extractor.cpp391 size_t MPEG4Extractor::countTracks() { function in class:android::MPEG4Extractor
394 ALOGV("MPEG4Extractor::countTracks: no tracks");
405 ALOGV("MPEG4Extractor::countTracks: %d tracks", n);
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp688 size_t MatroskaExtractor::countTracks() { function in class:android::MatroskaExtractor
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp758 size_t n = mExtractor->countTracks();
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp187 for (size_t i = 0; i < extractor->countTracks(); ++i) {
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1437 trackCount = pC->mExtractor->countTracks();

Completed in 209 milliseconds

123