Home
last modified time | relevance | path

Searched refs:af_state_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestState.cpp304 info.af_state_ = ANDROID_CONTROL_AF_STATE_INACTIVE; in ProcessAF()
329 info.af_state_ = ANDROID_CONTROL_AF_STATE_INACTIVE; in ProcessAF()
342 switch (info.af_state_) { in ProcessAF()
349 info.af_state_ = ANDROID_CONTROL_AF_STATE_ACTIVE_SCAN; in ProcessAF()
354 info.af_state_ = ANDROID_CONTROL_AF_STATE_NOT_FOCUSED_LOCKED; in ProcessAF()
364 info.af_state_ = ANDROID_CONTROL_AF_STATE_PASSIVE_SCAN; in ProcessAF()
379 info.af_state_ = ANDROID_CONTROL_AF_STATE_FOCUSED_LOCKED; in ProcessAF()
381 info.af_state_ = ANDROID_CONTROL_AF_STATE_NOT_FOCUSED_LOCKED; in ProcessAF()
392 info.af_state_ = ANDROID_CONTROL_AF_STATE_PASSIVE_FOCUSED; in ProcessAF()
401 info.af_state_ = ANDROID_CONTROL_AF_STATE_FOCUSED_LOCKED; in ProcessAF()
[all …]
DEmulatedCameraDeviceInfo.h201 uint8_t af_state_ = ANDROID_CONTROL_AF_STATE_INACTIVE; member