OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rawResolutionsCount
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware/tests/camera2/
CameraMetadataTests.cpp
166
int
rawResolutionsCount
=
168
if (
rawResolutionsCount
> 0) {
camera2.cpp
397
size_t
rawResolutionsCount
;
402
&rawResolutions, &
rawResolutionsCount
);
404
if (
rawResolutionsCount
<= 0) {
415
ASSERT_LT((size_t)0,
rawResolutionsCount
);
531
size_t
rawResolutionsCount
;
536
&rawResolutions, &
rawResolutionsCount
);
538
if (
rawResolutionsCount
<= 0) {
549
ASSERT_LT((uint32_t)0,
rawResolutionsCount
);
Completed in 526 milliseconds