OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:presentations
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
MediaExtractorTest.java
200
// The test file has two sets of audio
presentations
. The presentation set
201
// changes for every 100 audio presentation descriptors between two
presentations
.
203
// a particular order of the
presentations
and advances to the next reference set
254
List<AudioPresentation>
presentations
= mExtractor.getAudioPresentations(ac4TrackIndex);
local
255
assertNotNull(
presentations
);
256
// Assumes all presentation sets have the same number of
presentations
.
257
assertEquals(refPresentations.get(i).size(),
presentations
.size());
258
if (!audioPresentationSetMatchesReference(refPresentations.get(i),
presentations
)) {
/frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp
2943
AudioPresentationCollection
presentations
;
local
[
all
...]
Completed in 167 milliseconds