Home | History | Annotate | Download | only in HAL

Lines Matching defs:stillmore_config

2587             cam_still_more_t stillmore_config = mParameters.getStillMoreSettings();
2588 stillmore_config.burst_count = 0;
2589 mParameters.setStillMoreSettings(stillmore_config);
2853 cam_still_more_t stillmore_config;
2888 memset(&stillmore_config, 0, sizeof(cam_still_more_t));
2889 stillmore_config.burst_count = burst_cnt;
2890 mParameters.setStillMoreSettings(stillmore_config);
5931 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings();
5932 pp_config.burst_cnt = stillmore_config.burst_count;