Home
last modified time | relevance | path

Searched refs:testPatternModes (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/camera/device/default/
DExternalCameraDevice.cpp463 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()
DExternalCameraDeviceSession.cpp952 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/
DExternalCameraDevice.cpp416 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()
DExternalCameraDeviceSession.cpp2550 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()