Searched refs:trackCount (Results 1 - 4 of 4) 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.cpp76 size_t trackCount = extractor->countTracks(); local
89 for (size_t i = 0; i < trackCount; ++i) {
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp2328 size_t trackCount = mExtractor->countTracks(); local
2330 trackCount += mTextDriver->countExternalTracks();
2333 reply->writeInt32(trackCount);
2442 size_t trackCount = mExtractor->countTracks(); local
2444 trackCount += mTextDriver->countExternalTracks();
2446 if (trackIndex >= trackCount) {
2447 ALOGE("Track index (%d) is out of range [0, %d)", trackIndex, trackCount);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1414 M4OSA_UInt8 temp, i, trackCount; local
1437 trackCount = pC->mExtractor->countTracks();
1440 if(temp >= trackCount) {
1886 * 2. "trackCount > pC->mCurrTrack" indicates that there are other
1892 if (M4WAR_NO_MORE_AU == err && trackCount > pC->mCurrTrack) {

Completed in 108 milliseconds