Searched refs:trackCount (Results 1 - 6 of 6) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIMIDIMuteSolo.c117 SLuint16 trackCount = thiz->mTrackCount; local
118 *pCount = trackCount;
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp87 size_t trackCount = extractor->countTracks(); local
100 for (size_t i = 0; i < trackCount; ++i) {
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp422 size_t trackCount = mExtractor->mTracks.size(); local
423 for (size_t index = 0; index < trackCount; ++index) {
444 unsigned long int trackCount = pTracks->GetTracksCount(); local
445 for (size_t index = 0; index < trackCount; ++index) {
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp357 size_t trackCount = 0; local
359 trackCount += mMediaGroups.valueAt(i)->countTracks();
361 return trackCount;
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp2656 size_t trackCount = mExtractor->countTracks(); local
2658 trackCount += mTextDriver->countExternalTracks();
2661 reply->writeInt32(trackCount);
2771 size_t trackCount = mExtractor->countTracks(); local
2773 trackCount += mTextDriver->countExternalTracks();
2775 if (trackIndex >= trackCount) {
2776 ALOGE("Track index (%zu) is out of range [0, %zu)", trackIndex, trackCount);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1081 size_t trackCount = mSources.size(); local
1082 if (trackIndex >= trackCount) {

Completed in 203 milliseconds