Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp4715 uint8_t burst_setprop = (uint32_t)atoi(prop); in configureStillMore() local
4716 if (burst_setprop != 0) { in configureStillMore()
4717 if ((burst_setprop < stillmore_cap.min_burst_count) || in configureStillMore()
4718 (burst_setprop > stillmore_cap.max_burst_count)) { in configureStillMore()
4721 burst_cnt = burst_setprop; in configureStillMore()