OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZE_BOUND_1080P
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestUtils.java
76
public static final Size
SIZE_BOUND_1080P
= new Size(1920, 1088);
79
public static final Size PREVIEW_SIZE_BOUND =
SIZE_BOUND_1080P
;
[
all
...]
RecordingTest.java
542
Size maxVideoSize =
SIZE_BOUND_1080P
;
[
all
...]
Completed in 201 milliseconds