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.cpp78 size_t trackCount = extractor->countTracks(); local
91 for (size_t i = 0; i < trackCount; ++i) {
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp421 size_t trackCount = mExtractor->mTracks.size(); local
422 for (size_t index = 0; index < trackCount; ++index) {
443 unsigned long int trackCount = pTracks->GetTracksCount(); local
444 for (size_t index = 0; index < trackCount; ++index) {
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp340 size_t trackCount = 0; local
342 trackCount += mMediaGroups.valueAt(i)->countTracks();
344 return trackCount;
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp2605 size_t trackCount = mExtractor->countTracks(); local
2607 trackCount += mTextDriver->countExternalTracks();
2610 reply->writeInt32(trackCount);
2720 size_t trackCount = mExtractor->countTracks(); local
2722 trackCount += mTextDriver->countExternalTracks();
2724 if (trackIndex >= trackCount) {
2725 ALOGE("Track index (%zu) is out of range [0, %zu)", trackIndex, trackCount);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1117 size_t trackCount = mSources.size(); local
1118 if (trackIndex >= trackCount) {

Completed in 207 milliseconds