Home
last modified time | relevance | path

Searched refs:trackCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/wilhelm/src/itf/
DIMIDIMuteSolo.c117 SLuint16 trackCount = thiz->mTrackCount; in IMIDIMuteSolo_GetTrackCount() local
118 *pCount = trackCount; in IMIDIMuteSolo_GetTrackCount()
/frameworks/av/cmds/stagefright/
Dmuxer.cpp88 size_t trackCount = extractor->countTracks(); in muxing() local
101 for (size_t i = 0; i < trackCount; ++i) { in muxing()
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp435 size_t trackCount = mExtractor->mTracks.size(); in seek() local
436 for (size_t index = 0; index < trackCount; ++index) { in seek()
457 unsigned long int trackCount = pTracks->GetTracksCount(); in seek() local
458 for (size_t index = 0; index < trackCount; ++index) { in seek()
/frameworks/av/media/libstagefright/httplive/
DM3UParser.cpp357 size_t trackCount = 0; in getTrackCount() local
359 trackCount += mMediaGroups.valueAt(i)->countTracks(); in getTrackCount()
361 return trackCount; in getTrackCount()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp963 size_t trackCount = mSources.size(); in getTrackInfo() local
964 if (trackIndex >= trackCount) { in getTrackInfo()