Home | History | Annotate | Download | only in camera

Lines Matching refs:aeMode

675     static const uint8_t aeMode = ANDROID_CONTROL_AE_MODE_ON;
676 settings.update(ANDROID_CONTROL_AE_MODE, &aeMode, 1);
1408 uint8_t aeMode = e.data.u8[0];
1410 switch (aeMode) {
1420 __FUNCTION__, aeMode);