Searched defs:afMode (Results 1 – 5 of 5) sorted by relevance
75 camera_metadata_enum_android_control_af_mode afMode; member
810 uint8_t afMode = entry.data.u8[0]; in getCandidateTimestampLocked() local
1174 uint8_t afMode = in buildFastInfo() local
128 Integer afMode = result.get(CaptureResult.CONTROL_AF_MODE); in onCaptureCompleted() local
1444 public static String getAfModeName(int afMode) { in getAfModeName()