Searched refs:testActiveArray (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/camera/libcameraservice/tests/ |
D | RotateAndCropMapperTest.cpp | 46 int32_t testActiveArray[] = {100, 100, 4000, 3000}; variable 67 CameraMetadata deviceInfo = setupDeviceInfo(testActiveArray, in TEST() 81 CameraMetadata deviceInfo = setupDeviceInfo(testActiveArray, in TEST() 88 auto full_crop = std::vector<int32_t>{0,0, testActiveArray[2], testActiveArray[3]}; in TEST() 89 auto full_region = std::vector<int32_t>{0,0, testActiveArray[2], testActiveArray[3], 1}; in TEST() 134 CameraMetadata deviceInfo = setupDeviceInfo(testActiveArray, in TEST() 141 auto full_crop = std::vector<int32_t> {0,0, testActiveArray[2], testActiveArray[3]}; in TEST() 142 auto full_region = std::vector<int32_t> {0,0, testActiveArray[2], testActiveArray[3], 1}; in TEST() 226 CameraMetadata deviceInfo = setupDeviceInfo(testActiveArray, in TEST() 233 auto full_crop = std::vector<int32_t> {0,0, testActiveArray[2], testActiveArray[3]}; in TEST() [all …]
|
D | DistortionMapperTest.cpp | 32 int32_t testActiveArray[] = {100, 100, 1000, 750}; variable 41 testActiveArray[2] - 1, 0, 42 testActiveArray[2] - 1, testActiveArray[3] - 1, 43 0, testActiveArray[3] - 1, 44 testActiveArray[2] / 2, testActiveArray[3] / 2, 101 testActiveArray, 4); in TEST() 131 /*activeArray*/ testActiveArray, in TEST() 132 /*preCorrectionActiveArray*/ testActiveArray); in TEST() 152 testActiveArray[2] - 101, testActiveArray[3] - 101, 100, 100 in TEST() 203 /*activeArray*/ testActiveArray, in TEST() [all …]
|
/frameworks/av/services/camera/libcameraservice/fuzzer/ |
D | DistortionMapperFuzzer.cpp | 28 int32_t testActiveArray[] = {100, 100, 1000, 750}; variable 57 /*activeArray*/ testActiveArray, in LLVMFuzzerTestOneInput() 58 /*preCorrectionActiveArray*/ testActiveArray); in LLVMFuzzerTestOneInput()
|