Searched full:testparams (Results 1 – 9 of 9) sorted by relevance
| /cts/tests/tests/media/codec/src/android/media/codec/cts/ |
| D | VideoDecoderRotationTest.java | 72 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/ |
| D | config_parallel.yml | 23 TestParams: 40 TestParams: 57 TestParams: 75 TestParams:
|
| D | config.yml | 27 TestParams: 43 TestParams:
|
| /cts/tests/video/src/android/video/cts/ |
| D | VideoEncoderDecoderTest.java | 225 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/ |
| D | DecodeAccuracyTest.java | 180 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/ |
| D | run_sensor_fusion.py | 132 config_file_contents['TestBeds'][0]['TestParams'] = test_params_content
|
| D | run_all_tests.py | 394 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/ |
| D | TvInteractiveAppServiceTest.java | 729 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/ |
| D | tutorial.py | 62 TestParams:
|