OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputSizes
(Results
1 - 3
of
3
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java
[
all
...]
RobustnessTest.java
573
List<Size>
inputSizes
= streamInfo.get(0).getAvailableSizes();
595
InputConfiguration inputConfig = new InputConfiguration(
inputSizes
.get(0).getWidth(),
596
inputSizes
.get(0).getHeight(), inputFormat);
[
all
...]
CameraDeviceTest.java
[
all
...]
Completed in 65 milliseconds