Searched defs:afInMotion (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp1345 bool afInMotion = false; local
1391 afInMotion = false;
1393 l.mParameters.afInMotion) {
1401 afInMotion = false;
1403 l.mParameters.afInMotion) {
1409 afInMotion = true;
1418 l.mParameters.afInMotion = afInMotion;
1436 afInMotion ? 1 : 0, 0);
/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.h140 bool afInMotion; member in struct:android::camera2::Parameters

Completed in 50 milliseconds