HomeSort by relevance Sort by last modified time
    Searched defs:trackCount (Results 1 - 7 of 7) sorted by null

  /frameworks/wilhelm/src/itf/
IMIDIMuteSolo.c 117 SLuint16 trackCount = thiz->mTrackCount;
118 *pCount = trackCount;
  /frameworks/av/cmds/stagefright/
muxer.cpp 76 size_t trackCount = extractor->countTracks();
89 for (size_t i = 0; i < trackCount; ++i) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 134 int trackCount = extractor.getTrackCount();
143 Integer>(trackCount);
145 for (int i = 0; i < trackCount; i++) {
  /cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java 169 int trackCount = extractor.getTrackCount();
170 assertEquals("wrong number of tracks", expectedTrackCount, trackCount);
177 HashMap<Integer, Integer> indexMap = new HashMap<Integer, Integer>(trackCount);
178 for (int i = 0; i < trackCount; i++) {
328 int trackCount = extractorSrc.getTrackCount();
333 assertEquals("wrong number of tracks", trackCount,
337 for (int i = 0; i < trackCount; i++) {
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 322 size_t trackCount = 0;
324 trackCount += mMediaGroups.valueAt(i)->countTracks();
326 reply->writeInt32(trackCount);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp     [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp     [all...]

Completed in 178 milliseconds