Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.cpp4259 cam_still_more_t stillmore_cap; in configureStillMore() local
4277 stillmore_cap = mParameters.getStillMoreCapability(); in configureStillMore()
4278 burst_cnt = stillmore_cap.max_burst_count; in configureStillMore()
4282 if (dynamic_img_data.input_count >= stillmore_cap.min_burst_count && in configureStillMore()
4283 dynamic_img_data.input_count <= stillmore_cap.max_burst_count) { in configureStillMore()
4297 if ((burst_setprop < stillmore_cap.min_burst_count) || in configureStillMore()
4298 (burst_setprop > stillmore_cap.max_burst_count)) { in configureStillMore()
4299 burst_cnt = stillmore_cap.max_burst_count; in configureStillMore()
DQCamera2HWICallbacks.cpp1995 cam_still_more_t stillmore_cap = mParameters.getStillMoreSettings(); in updateMetadata() local
1996 dyn_img_data.input_count = stillmore_cap.burst_count; in updateMetadata()