Home | History | Annotate | Download | only in libcamera

Lines Matching refs:tempArray

3946     int tempArray[5];
3964 if (m_subBracketsStr2Ints(5, buf, tempArray) == false) {
3969 rect2s[i].x1 = tempArray[0];
3970 rect2s[i].y1 = tempArray[1];
3971 rect2s[i].x2 = tempArray[2];
3972 rect2s[i].y2 = tempArray[3];
3973 weights[i] = tempArray[4];