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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h97 // For use with triggerAfWithAuto quirk
253 bool triggerAfWithAuto; member in struct:android::camera2::Parameters::Quirks
H A DParameters.cpp1264 quirks.triggerAfWithAuto = (entry.count != 0 && entry.data.u8[0] == 1);
1265 ALOGV_IF(quirks.triggerAfWithAuto, "Camera %d: Quirk triggerAfWithAuto enabled",
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp361 if (p.quirks.triggerAfWithAuto) {
362 result.appendFormat(" triggerAfWithAuto\n");
1374 if (l.mParameters.quirks.triggerAfWithAuto &&
1420 // When using triggerAfWithAuto quirk, may need to reset focus mode to

Completed in 43 milliseconds