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

  /cts/tests/tests/media/src/android/media/cts/
MediaExtractorTest.java 100 final int trackCount = mExtractor.getTrackCount();
102 for (int i = 0; i < trackCount; i++) {
106 for (int i = 0; i < trackCount; i++) {
MediaMuxerTest.java 185 int trackCount = extractor.getTrackCount();
186 assertEquals("wrong number of tracks", expectedTrackCount, trackCount);
193 HashMap<Integer, Integer> indexMap = new HashMap<Integer, Integer>(trackCount);
194 for (int i = 0; i < trackCount; i++) {
344 int trackCount = extractorSrc.getTrackCount();
349 assertEquals("wrong number of tracks", trackCount,
353 for (int i = 0; i < trackCount; i++) {
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/
MpegTsSampleSourceExtractor.java 100 int trackCount = trackFormats.length;
101 mGotEos = new boolean[trackCount];
103 for (int i = 0; i < trackCount; ++i) {
116 mCea708TextTrackIndex = trackCount;
118 mTrackFormats = new MediaFormat[mCea708TextTrackIndex < 0 ? trackCount : trackCount + 1];
119 System.arraycopy(trackFormats, 0, mTrackFormats, 0, trackCount);
121 mTrackFormats[trackCount] = MediaFormatUtil.createTextMediaFormat(MIMETYPE_TEXT_CEA_708,
PlaySampleExtractor.java 143 int trackCount = mMediaExtractor.getTrackCount();
144 mTrackFormats = new MediaFormat[trackCount];
145 for (int i = 0; i < trackCount; i++) {
151 for (int i = 0; i < trackCount; i++) {
Cea708TextTrackRenderer.java 86 int trackCount = mSource.getTrackCount();
87 for (int i = 0; i < trackCount; ++i) {
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
SimpleSampleBuffer.java 52 int trackCount = ids.size();
53 mPlayingSampleQueues = new SampleQueue[trackCount];
54 for (int i = 0; i < trackCount; i++) {
  /frameworks/wilhelm/src/itf/
IMIDIMuteSolo.c 117 SLuint16 trackCount = thiz->mTrackCount;
118 *pCount = trackCount;
  /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++) {
  /frameworks/av/cmds/stagefright/
muxer.cpp 88 size_t trackCount = extractor->countTracks();
101 for (size_t i = 0; i < trackCount; ++i) {
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 435 size_t trackCount = mExtractor->mTracks.size();
436 for (size_t index = 0; index < trackCount; ++index) {
457 unsigned long int trackCount = pTracks->GetTracksCount();
458 for (size_t index = 0; index < trackCount; ++index) {
    [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 357 size_t trackCount = 0;
359 trackCount += mMediaGroups.valueAt(i)->countTracks();
361 return trackCount;
    [all...]
  /external/esd/include/
audiofile.h 428 void afInitTrackIDs (AFfilesetup, int *trackids, int trackCount);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
audiofile.h 428 void afInitTrackIDs (AFfilesetup, int *trackids, int trackCount);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
audiofile.h 444 void afInitTrackIDs (AFfilesetup, const int *trackids, int trackCount);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 963 size_t trackCount = mSources.size();
964 if (trackIndex >= trackCount) {
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 584 milliseconds