Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp4679 cam_still_more_t stillmore_cap; in configureStillMore() local
4697 stillmore_cap = mParameters.getStillMoreCapability(); in configureStillMore()
4698 burst_cnt = stillmore_cap.max_burst_count; in configureStillMore()
4702 if (dynamic_img_data.input_count >= stillmore_cap.min_burst_count && in configureStillMore()
4703 dynamic_img_data.input_count <= stillmore_cap.max_burst_count) { in configureStillMore()
4717 if ((burst_setprop < stillmore_cap.min_burst_count) || in configureStillMore()
4718 (burst_setprop > stillmore_cap.max_burst_count)) { in configureStillMore()
4719 burst_cnt = stillmore_cap.max_burst_count; in configureStillMore()
DQCamera2HWICallbacks.cpp2067 cam_still_more_t stillmore_cap = mParameters.getStillMoreSettings(); in updateMetadata() local
2068 dyn_img_data.input_count = stillmore_cap.burst_count; in updateMetadata()