Home
last modified time | relevance | path

Searched refs:testParams (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DVideoDecoderRotationTest.java70 final List<Object[]> testParams = new ArrayList<>(); in data() local
89 testParams.add(new Object[] { name, type, Integer.valueOf(90) }); in data()
90 testParams.add(new Object[] { name, type, Integer.valueOf(180) }); in data()
91 testParams.add(new Object[] { name, type, Integer.valueOf(270) }); in data()
92 testParams.add(new Object[] { name, type, Integer.valueOf(360) }); in data()
95 return testParams; in data()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java224 static void prepareParamsList(List<Object[]> testParams, String mediaType, int[] widths, in prepareParamsList() argument
242 testParams.add( in prepareParamsList()
252 final List<Object[]> testParams = new ArrayList<>(); in input() local
258 prepareParamsList(testParams, mediaType, widths, heights); in input()
262 prepareParamsList(testParams, mediaType, widths, heights); in input()
266 prepareParamsList(testParams, mediaType, widths, heights); in input()
270 prepareParamsList(testParams, mediaType, widths, heights); in input()
274 prepareParamsList(testParams, mediaType, widths, heights); in input()
278 prepareParamsList(testParams, mediaType, widths, heights); in input()
282 prepareParamsList(testParams, mediaType, widths, heights); in input()
[all …]
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTest.java180 final List<Object[]> testParams = new ArrayList<>(); in input() local
210 testParams.add(new Object[] {componentName, file, testName}); in input()
219 return testParams; in input()
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/
DTvInteractiveAppServiceTest.java791 final PlaybackParams testParams = new PlaybackParams().setSpeed(2.0f) in testNotifyTimeShiftPlaybackParams() local
795 mTvIAppView.notifyTimeShiftPlaybackParams(testParams); in testNotifyTimeShiftPlaybackParams()
798 assertThat(mSession.mPlaybackParams.getSpeed()).isEqualTo(testParams.getSpeed()); in testNotifyTimeShiftPlaybackParams()
800 .isEqualTo(testParams.getAudioFallbackMode()); in testNotifyTimeShiftPlaybackParams()
802 .isEqualTo(testParams.getPitch()); in testNotifyTimeShiftPlaybackParams()
804 .isEqualTo(testParams.getAudioStretchMode()); in testNotifyTimeShiftPlaybackParams()