OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIZE_BOUND_1080P
(Results
1 - 2
of
2
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/
CameraTestUtils.java
94
public static final Size
SIZE_BOUND_1080P
= new Size(1920, 1088);
97
public static final Size PREVIEW_SIZE_BOUND =
SIZE_BOUND_1080P
;
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestUtils.java
94
public static final Size
SIZE_BOUND_1080P
= new Size(1920, 1088);
97
public static final Size PREVIEW_SIZE_BOUND =
SIZE_BOUND_1080P
;
[
all
...]
Completed in 46 milliseconds