Lines Matching full:num_areas_found
1782 camera_area_t *pAreas, int *num_areas_found)
1788 *num_areas_found = 0;
1823 (*num_areas_found) = index;
1864 int num_areas_found=0;
1865 if(parseCameraAreaString(str, max_num_af_areas, areas, &num_areas_found) < 0) {
1870 for(int i=0; i<num_areas_found; i++) {
1874 if(validateCameraAreas(areas, num_areas_found) == false) {
1880 num_areas_found = 1; //temp; need to change after the multi-roi is enabled
1889 //for special area string (0, 0, 0, 0, 0), set the num_areas_found to 0,
1891 if(num_areas_found == 1 && (areas[0].x1 == 0) && (areas[0].y1 == 0)
1893 num_areas_found = 0;
1910 af_roi_value.num_roi = num_areas_found;
1924 afArea.num_area = num_areas_found;
1930 for(int i=0; i<num_areas_found; i++) {
1970 int num_areas_found=0;
1971 if(parseCameraAreaString(str, max_num_mtr_areas, areas, &num_areas_found) < 0) {
1976 for(int i=0; i<num_areas_found; i++) {
1980 if(validateCameraAreas(areas, num_areas_found) == false) {
1994 num_areas_found = 1; //temp; need to change after the multi-roi is enabled
1996 //for special area string (0, 0, 0, 0, 0), set the num_areas_found to 0,
1998 if(num_areas_found == 1 && (areas[0].x1 == 0) && (areas[0].y1 == 0)
2000 num_areas_found = 0;
2014 if(num_areas_found == 1) {
2033 aecArea.num_area = num_areas_found;
2039 for(int i=0; i<num_areas_found; i++) {