OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetCaptureSizes
(Results
1 - 4
of
4
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/
ImageReaderTest.java
363
Size[]
targetCaptureSizes
=
367
for (Size captureSz :
targetCaptureSizes
) {
667
Size[]
targetCaptureSizes
= mStaticInfo.getAvailableSizesForFormatChecked(format,
670
for (Size captureSz :
targetCaptureSizes
) {
[
all
...]
DngCreatorTest.java
642
Size[]
targetCaptureSizes
=
648
for (int i = 0; i <
targetCaptureSizes
.length; ++i) {
649
if (
targetCaptureSizes
[i].equals(s)) {
[
all
...]
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java
834
Size[]
targetCaptureSizes
= getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR,
837
targetCaptureSizes
.length != 0);
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
StaticMetadata.java
834
Size[]
targetCaptureSizes
= getAvailableSizesForFormatChecked(ImageFormat.RAW_SENSOR,
837
targetCaptureSizes
.length != 0);
850
"pixel array size",
targetCaptureSizes
, allowedArraySizes);
[
all
...]
Completed in 63 milliseconds