Home | History | Annotate | Download | only in HAL3

Lines Matching refs:hotPixelMode

2983         uint8_t  *hotPixelMode =
2985 camMetadata.update(ANDROID_HOT_PIXEL_MODE, hotPixelMode, 1);
3394 uint8_t hotPixelMode = ANDROID_HOT_PIXEL_MODE_FAST;
3395 camMetadata.update(ANDROID_HOT_PIXEL_MODE, &hotPixelMode, 1);
4502 static const uint8_t hotpixelMode = ANDROID_HOT_PIXEL_MODE_FAST;
4503 staticInfo.update(ANDROID_HOT_PIXEL_MODE, &hotpixelMode, 1);
5733 static const uint8_t hotpixelMode = ANDROID_HOT_PIXEL_MODE_FAST;
5734 settings.update(ANDROID_HOT_PIXEL_MODE, &hotpixelMode, 1);
6360 uint8_t hotPixelMode =
6363 sizeof(hotPixelMode), &hotPixelMode);