Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp4677 uint8_t burst_cnt = 0; in configureStillMore() local
4698 burst_cnt = stillmore_cap.max_burst_count; in configureStillMore()
4704 burst_cnt = dynamic_img_data.input_count; in configureStillMore()
4709 burst_cnt = 1; in configureStillMore()
4719 burst_cnt = stillmore_cap.max_burst_count; in configureStillMore()
4721 burst_cnt = burst_setprop; in configureStillMore()
4726 stillmore_config.burst_count = burst_cnt; in configureStillMore()
4729 LOGH("Stillmore burst %d", burst_cnt); in configureStillMore()
8539 uint32_t burst_cnt = mParameters.getNumOfSnapshots(); in addReprocChannel() local
8590 pp_config.burst_cnt = stillmore_config.burst_count; in addReprocChannel()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h2938 uint32_t burst_cnt; member