OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_R1
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java
67
private static final int
TEST_R1
= 236; // pink; BT.601 YUV {120,160,200}
372
GLES20.glClearColor(
TEST_R1
/ 255.0f, TEST_G1 / 255.0f, TEST_B1 / 255.0f, 1.0f);
[
all
...]
EncodeDecodeTest.java
75
private static final int
TEST_R1
= 236; // RGB equivalent of {120,160,200} (BT.601)
[
all
...]
MediaRecorderTest.java
122
private static final int
TEST_R1
= 236; // RGB equivalent of {120,160,200} (BT.601)
783
GLES20.glClearColor(
TEST_R1
/ 255.0f, TEST_G1 / 255.0f, TEST_B1 / 255.0f, 1.0f);
[
all
...]
Completed in 45 milliseconds