Home
last modified time | relevance | path

Searched defs:trackIndex (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DCodecState.java64 int trackIndex, in CodecState()
222 int trackIndex = mExtractor.getSampleTrackIndex(); in feedInputBuffer() local
DMediaPlayerTest.java1684 int trackIndex = mSubtitleTrackIndex.get(index); in selectSubtitleTrack() local
1690 int trackIndex = mSubtitleTrackIndex.get(index); in deselectSubtitleTrack() local
1938 int trackIndex = mTimedTextTrackIndex.get(index); in selectTimedTextTrack() local
1944 int trackIndex = mTimedTextTrackIndex.get(index); in deselectTimedTextTrack() local
DMediaMuxerTest.java552 int trackIndex = extractor.getSampleTrackIndex(); in cloneMediaUsingMuxer() local
779 int trackIndex = extractor.getSampleTrackIndex(); in simulateVideoFramesDropIssuesAndMux() local
961 int trackIndex = extractor.getSampleTrackIndex(); in cloneMediaWithSamplesDropAndStartOffsets() local
DMediaCodecTunneledPlayer.java235 private boolean addTrack(int trackIndex, MediaFormat format) throws IOException { in addTrack()
DMediaCodecClearKeyPlayer.java393 private void addTrack(int trackIndex, MediaFormat format, in addTrack()
DDecoderTest.java872 int trackIndex = -1; in testHdrStaticMetadata() local
DVideoDecoderPerfTest.java167 int trackIndex = extractor.getSampleTrackIndex(); in doDecode() local
DMediaCodecTest.java1736 int trackIndex; in getMediaExtractorForMimeType() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java637 int trackIndex; in getTrackFormatForExtractor() local
665 int trackIndex; in createMediaExtractorForMimeType() local
1069 int trackIndex = ex.getSampleTrackIndex(); in verifyDecoder() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java728 int trackIndex; in getTrackFormatForExtractor() local
756 int trackIndex; in createMediaExtractorForMimeType() local
1176 int trackIndex = ex.getSampleTrackIndex(); in verifyDecoder() local
/cts/tests/media/src/android/mediav2/cts/
DExtractorTest.java306 int trackIndex = refExtractor.getSampleTrackIndex(); in isMediaSimilar() local
/cts/tests/media/jni/
DNativeExtractorTest.cpp143 int trackIndex = AMediaExtractor_getSampleTrackIndex(refExtractor); in isMediaSimilar() local