Searched full:testparams (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | VideoDecoderRotationTest.java | 74 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/ |
D | config_sample_parallel_testing.yml | 24 TestParams: 41 TestParams: 58 TestParams: 76 TestParams:
|
D | config.yml | 27 TestParams: 44 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 210 testParams.add(new Object[] {componentName, file, testName}); in input() 219 return testParams; in input()
|
/cts/apps/CameraITS/tools/ |
D | run_sensor_fusion.py | 133 config_file_contents['TestBeds'][0]['TestParams'] = test_params_content
|
D | run_all_tests.py | 390 test_params = datadict.get('TestParams') 828 config_file_contents['TestBeds'][0]['TestParams'] = test_params_content
|
/cts/apps/CameraITS/tests/ |
D | tutorial.py | 63 TestParams:
|
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/ |
D | TvInteractiveAppServiceTest.java | 789 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()
|