Home
last modified time | relevance | path

Searched full:testparams (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DVideoDecoderRotationTest.java72 final List<Object[]> testParams = new ArrayList<>(); in data() local
91 testParams.add(new Object[] { name, type, Integer.valueOf(90) }); in data()
92 testParams.add(new Object[] { name, type, Integer.valueOf(180) }); in data()
93 testParams.add(new Object[] { name, type, Integer.valueOf(270) }); in data()
94 testParams.add(new Object[] { name, type, Integer.valueOf(360) }); in data()
97 return testParams; in data()
/cts/apps/CameraITS/
Dconfig_parallel.yml23 TestParams:
40 TestParams:
57 TestParams:
75 TestParams:
Dconfig.yml27 TestParams:
43 TestParams:
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java225 static void prepareParamsList(List<Object[]> testParams, String mediaType, int[] widths, in prepareParamsList() argument
243 testParams.add( in prepareParamsList()
253 final List<Object[]> testParams = new ArrayList<>(); in input() local
259 prepareParamsList(testParams, mediaType, widths, heights); in input()
263 prepareParamsList(testParams, mediaType, widths, heights); in input()
267 prepareParamsList(testParams, mediaType, widths, heights); in input()
271 prepareParamsList(testParams, mediaType, widths, heights); in input()
275 prepareParamsList(testParams, mediaType, widths, heights); in input()
279 prepareParamsList(testParams, mediaType, widths, heights); in input()
283 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
200 testParams.add(new Object[] {componentName, file, testName}); in input()
207 return testParams; in input()
/cts/apps/CameraITS/tools/
Drun_sensor_fusion.py132 config_file_contents['TestBeds'][0]['TestParams'] = test_params_content
Drun_all_tests.py394 test_params = datadict.get('TestParams')
795 config_file_contents['TestBeds'][0]['TestParams'] = test_params_content
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/
DTvInteractiveAppServiceTest.java729 final PlaybackParams testParams = new PlaybackParams().setSpeed(2.0f) in testNotifyTimeShiftPlaybackParams() local
733 mTvIAppView.notifyTimeShiftPlaybackParams(testParams); in testNotifyTimeShiftPlaybackParams()
736 assertThat(mSession.mPlaybackParams.getSpeed()).isEqualTo(testParams.getSpeed()); in testNotifyTimeShiftPlaybackParams()
738 .isEqualTo(testParams.getAudioFallbackMode()); in testNotifyTimeShiftPlaybackParams()
740 .isEqualTo(testParams.getPitch()); in testNotifyTimeShiftPlaybackParams()
742 .isEqualTo(testParams.getAudioStretchMode()); in testNotifyTimeShiftPlaybackParams()
/cts/apps/CameraITS/tests/
Dtutorial.py62 TestParams: