Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.cpp8075 int32_t frame_bound = atoi(prop); in setInstantCapture() local
8076 if (frame_bound >= 0) { in setInstantCapture()
8077 mAecFrameBound = (uint8_t)frame_bound; in setInstantCapture()
8079 LOGE("Invalid prop for aec frame bound %d", frame_bound); in setInstantCapture()