Home
last modified time | relevance | path

Searched refs:rawResolutionsCount (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/tests/camera2/
DCameraMetadataTests.cpp167 int rawResolutionsCount = in TEST_F() local
169 if (rawResolutionsCount > 0) { in TEST_F()
Dcamera2.cpp446 size_t rawResolutionsCount; in TEST_F() local
451 &rawResolutions, &rawResolutionsCount); in TEST_F()
453 if (rawResolutionsCount <= 0) { in TEST_F()
464 ASSERT_LT((size_t)0, rawResolutionsCount); in TEST_F()
582 size_t rawResolutionsCount; in TEST_F() local
587 &rawResolutions, &rawResolutionsCount); in TEST_F()
589 if (rawResolutionsCount <= 0) { in TEST_F()
600 ASSERT_LT((uint32_t)0, rawResolutionsCount); in TEST_F()