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.java74 final List<Object[]> testParams = new ArrayList<>(); in data() local
93 testParams.add(new Object[] { name, type, Integer.valueOf(90) }); in data()
94 testParams.add(new Object[] { name, type, Integer.valueOf(180) }); in data()
95 testParams.add(new Object[] { name, type, Integer.valueOf(270) }); in data()
96 testParams.add(new Object[] { name, type, Integer.valueOf(360) }); in data()
99 return testParams; in data()
/cts/apps/CameraITS/
Dconfig_sample_parallel_testing.yml24 TestParams:
41 TestParams:
58 TestParams:
76 TestParams:
Dconfig.yml27 TestParams:
44 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
210 testParams.add(new Object[] {componentName, file, testName}); in input()
219 return testParams; in input()
/cts/apps/CameraITS/tools/
Drun_sensor_fusion.py133 config_file_contents['TestBeds'][0]['TestParams'] = test_params_content
Drun_all_tests.py390 test_params = datadict.get('TestParams')
828 config_file_contents['TestBeds'][0]['TestParams'] = test_params_content
/cts/apps/CameraITS/tests/
Dtutorial.py63 TestParams:
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/
DTvInteractiveAppServiceTest.java789 final PlaybackParams testParams = new PlaybackParams().setSpeed(2.0f) in testNotifyTimeShiftPlaybackParams() local
793 mTvIAppView.notifyTimeShiftPlaybackParams(testParams); in testNotifyTimeShiftPlaybackParams()
796 assertThat(mSession.mPlaybackParams.getSpeed()).isEqualTo(testParams.getSpeed()); in testNotifyTimeShiftPlaybackParams()
798 .isEqualTo(testParams.getAudioFallbackMode()); in testNotifyTimeShiftPlaybackParams()
800 .isEqualTo(testParams.getPitch()); in testNotifyTimeShiftPlaybackParams()
802 .isEqualTo(testParams.getAudioStretchMode()); in testNotifyTimeShiftPlaybackParams()