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