Home
last modified time | relevance | path

Searched refs:COLORS (Results 1 – 9 of 9) sorted by relevance

/cts/apps/CameraITS/tests/scene1_1/
Dtest_param_noise_reduction.py31 COLORS = ['R', 'G', 'B'] variable
35 NUM_COLORS = len(COLORS)
152 COLORS[j], snrs[j][NR_MODES['OFF']], snrs[j][NR_MODES['FAST']],
159 COLORS[j], snrs[j][NR_MODES['FAST']], snrs[j][NR_MODES['HQ']],
166 COLORS[j], snrs[j][NR_MODES['OFF']], snrs[j][NR_MODES['HQ']])
172 COLORS[j], snrs[j][NR_MODES['OFF']], snrs[j][NR_MODES['MIN']],
179 COLORS[j], snrs[j][NR_MODES['MIN']], snrs[j][NR_MODES['HQ']],
187 COLORS[j], snrs[j][NR_MODES['ZSL']], snrs[j][NR_MODES['MIN']],
194 COLORS[j], snrs[j][NR_MODES['OFF']], snrs[j][NR_MODES['ZSL']],
Dtest_locked_burst.py28 COLORS = ['R', 'G', 'B'] variable
99 plane = COLORS[i]
Dtest_param_exposure_time.py30 COLORS = ['R', 'G', 'B'] variable
104 e_msg = '%s [i+1]: %.4f, [i]: %.4f' % (COLORS[ch], means[i+1], means[i])
Dtest_burst_sameness_manual.py33 COLORS = ['R', 'G', 'B'] variable
132 COLORS[plane], spread, spread_thresh)
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DWideColorGamutTests.java65 private static final Color[] COLORS = { field in WideColorGamutTests
104 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f)); in testDraw()
115 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f)); in testSaveLayer()
126 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f)); in testHardwareLayer()
138 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f)); in testSaveLayerInHardwareLayer()
/cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DDrawFramesActivity.java44 private static final int[] COLORS = new int[] { field in DrawFramesActivity
102 mColorView.setBackgroundColor(COLORS[mColorIndex]); in updateColor()
105 mColorIndex = (mColorIndex + 1) % COLORS.length; in updateColor()
/cts/apps/CameraITS/tests/scene1_2/
Dtest_raw_exposure.py32 COLORS = ['R', 'Gr', 'Gb', 'B'] variable
41 NUM_COLORS = len(COLORS)
131 for ch, color in enumerate(COLORS):
Dtest_param_sensitivity.py30 COLORS = ['R', 'G', 'B'] variable
/cts/tests/tests/tv/src/android/media/tv/cts/
DStubTunerTvInputService.java84 private static final int[] COLORS = { Color.RED, Color.GREEN, Color.BLUE }; field in StubTunerTvInputService.StubSessionImpl
103 c.drawColor(COLORS[mCurrentIndex]); in updateSurfaceLocked()