Home
last modified time | relevance | path

Searched refs:hotPixelMode (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedFakeCamera3.cpp466 uint8_t hotPixelMode = 0; in constructDefaultRequestSettings() local
479 hotPixelMode = ANDROID_HOT_PIXEL_MODE_HIGH_QUALITY; in constructDefaultRequestSettings()
492 hotPixelMode = ANDROID_HOT_PIXEL_MODE_FAST; in constructDefaultRequestSettings()
501 settings.update(ANDROID_HOT_PIXEL_MODE, &hotPixelMode, 1); in constructDefaultRequestSettings()
DEmulatedFakeCamera2.cpp2355 uint8_t hotPixelMode = 0; in constructDefaultRequest() local
2368 hotPixelMode = ANDROID_HOT_PIXEL_MODE_HIGH_QUALITY; in constructDefaultRequest()
2381 hotPixelMode = ANDROID_HOT_PIXEL_MODE_FAST; in constructDefaultRequest()
2390 ADD_OR_SIZE(ANDROID_HOT_PIXEL_MODE, &hotPixelMode, 1); in constructDefaultRequest()
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp2439 uint8_t hotPixelMode = 0; in constructDefaultRequest() local
2452 hotPixelMode = ANDROID_HOT_PIXEL_MODE_HIGH_QUALITY; in constructDefaultRequest()
2465 hotPixelMode = ANDROID_HOT_PIXEL_MODE_FAST; in constructDefaultRequest()
2474 ADD_OR_SIZE(ANDROID_HOT_PIXEL_MODE, &hotPixelMode, 1); in constructDefaultRequest()
DEmulatedFakeCamera3.cpp503 uint8_t hotPixelMode = 0; in constructDefaultRequestSettings() local
516 hotPixelMode = ANDROID_HOT_PIXEL_MODE_HIGH_QUALITY; in constructDefaultRequestSettings()
529 hotPixelMode = ANDROID_HOT_PIXEL_MODE_FAST; in constructDefaultRequestSettings()
538 settings.update(ANDROID_HOT_PIXEL_MODE, &hotPixelMode, 1); in constructDefaultRequestSettings()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp5520 IF_META_AVAILABLE(uint32_t, hotPixelMode, CAM_INTF_META_HOTPIXEL_MODE, metadata) { in translateFromHalMetadata()
5521 uint8_t fwk_hotPixelMode = (uint8_t) *hotPixelMode; in translateFromHalMetadata()
9987 uint8_t hotPixelMode = frame_settings.find(ANDROID_HOT_PIXEL_MODE).data.u8[0]; in translateToHalMetadata() local
9989 hotPixelMode)) { in translateToHalMetadata()