OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxVideoSize
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2SwitchPreviewTest.java
324
Size
maxVideoSize
= SIZE_BOUND_1080P;
326
maxVideoSize
= SIZE_BOUND_2160P;
329
getSupportedVideoSizes(cameraId, mCameraManager,
maxVideoSize
);
Camera2RecordingTest.java
456
Size
maxVideoSize
= SIZE_BOUND_1080P;
458
maxVideoSize
= SIZE_BOUND_2160P;
461
getSupportedVideoSizes(cameraId, mCameraManager,
maxVideoSize
);
[
all
...]
/cts/tests/camera/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java
217
Size
maxVideoSize
= new Size(
223
maxVideoSize
.getWidth() >= FULLHD.getWidth() &&
224
maxVideoSize
.getHeight() >= FULLHD.getHeight())) {
242
if (size.getWidth() >=
maxVideoSize
.getWidth() &&
243
size.getHeight() >=
maxVideoSize
.getHeight()) {
[
all
...]
RecordingTest.java
756
Size
maxVideoSize
= SIZE_BOUND_1080P
[
all
...]
Completed in 404 milliseconds