Searched refs:triggerAfWithAuto (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.h93 // For use with triggerAfWithAuto quirk
192 bool triggerAfWithAuto; member in struct:android::camera2::Parameters::Quirks
H A DParameters.cpp935 quirks.triggerAfWithAuto = (entry.count != 0 && entry.data.u8[0] == 1);
936 ALOGV_IF(quirks.triggerAfWithAuto, "Camera %d: Quirk triggerAfWithAuto enabled",
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp328 if (p.quirks.triggerAfWithAuto) {
329 result.appendFormat(" triggerAfWithAuto\n");
1012 if (l.mParameters.quirks.triggerAfWithAuto &&
1045 // When using triggerAfWithAuto quirk, may need to reset focus mode to

Completed in 212 milliseconds