Searched refs:trackCount (Results 1 – 6 of 6) sorted by relevance
100 int trackCount = trackFormats.length; in prepare() local101 mGotEos = new boolean[trackCount]; in prepare()103 for (int i = 0; i < trackCount; ++i) { in prepare()116 mCea708TextTrackIndex = trackCount; in prepare()118 mTrackFormats = new MediaFormat[mCea708TextTrackIndex < 0 ? trackCount : trackCount + 1]; in prepare()119 System.arraycopy(trackFormats, 0, mTrackFormats, 0, trackCount); in prepare()121 mTrackFormats[trackCount] = MediaFormatUtil.createTextMediaFormat(MIMETYPE_TEXT_CEA_708, in prepare()
143 int trackCount = mMediaExtractor.getTrackCount(); in prepare() local144 mTrackFormats = new MediaFormat[trackCount]; in prepare()145 for (int i = 0; i < trackCount; i++) { in prepare()151 for (int i = 0; i < trackCount; i++) { in prepare()
86 int trackCount = mSource.getTrackCount(); in doPrepare() local87 for (int i = 0; i < trackCount; ++i) { in doPrepare()
52 int trackCount = ids.size(); in init() local53 mPlayingSampleQueues = new SampleQueue[trackCount]; in init()54 for (int i = 0; i < trackCount; i++) { in init()
134 int trackCount = extractor.getTrackCount(); in genVideoUsingMuxer() local143 Integer>(trackCount); in genVideoUsingMuxer()145 for (int i = 0; i < trackCount; i++) { in genVideoUsingMuxer()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...