Searched refs:testPatternModes (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraDevice.cpp | 463 const int32_t testPatternModes[] = {ANDROID_SENSOR_TEST_PATTERN_MODE_OFF, in initDefaultCharsKeys() local 465 UPDATE(ANDROID_SENSOR_AVAILABLE_TEST_PATTERN_MODES, testPatternModes, in initDefaultCharsKeys() 466 ARRAY_SIZE(testPatternModes)); in initDefaultCharsKeys()
|
D | ExternalCameraDeviceSession.cpp | 952 const int32_t testPatternModes = ANDROID_SENSOR_TEST_PATTERN_MODE_OFF; in initDefaultRequests() local 953 UPDATE(md, ANDROID_SENSOR_TEST_PATTERN_MODE, &testPatternModes, 1); in initDefaultRequests()
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDevice.cpp | 416 const int32_t testPatternModes[] = {ANDROID_SENSOR_TEST_PATTERN_MODE_OFF, in initDefaultCharsKeys() local 418 UPDATE(ANDROID_SENSOR_AVAILABLE_TEST_PATTERN_MODES, testPatternModes, in initDefaultCharsKeys() 419 ARRAY_SIZE(testPatternModes)); in initDefaultCharsKeys()
|
D | ExternalCameraDeviceSession.cpp | 2550 const int32_t testPatternModes = ANDROID_SENSOR_TEST_PATTERN_MODE_OFF; in initDefaultRequests() local 2551 UPDATE(md, ANDROID_SENSOR_TEST_PATTERN_MODE, &testPatternModes, 1); in initDefaultRequests()
|