Searched refs:stillmore_cap (Results 1 – 2 of 2) sorted by relevance
4679 cam_still_more_t stillmore_cap; in configureStillMore() local4697 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()
2067 cam_still_more_t stillmore_cap = mParameters.getStillMoreSettings(); in updateMetadata() local2068 dyn_img_data.input_count = stillmore_cap.burst_count; in updateMetadata()