Lines Matching refs:stillmore_cap
4176 cam_still_more_t stillmore_cap;
4194 stillmore_cap = mParameters.getStillMoreCapability();
4195 burst_cnt = stillmore_cap.max_burst_count;
4199 if (dynamic_img_data.input_count >= stillmore_cap.min_burst_count &&
4200 dynamic_img_data.input_count <= stillmore_cap.max_burst_count) {
4214 if ((burst_setprop < stillmore_cap.min_burst_count) ||
4215 (burst_setprop > stillmore_cap.max_burst_count)) {
4216 burst_cnt = stillmore_cap.max_burst_count;