Home | History | Annotate | Download | only in camera

Lines Matching refs:MAX_ROI

1973         int max_faces_detected = MAX_ROI * 4;
1977 for (int i = 1, j = 0;j < MAX_ROI; j++, i = i + 4) {
1992 memcpy((uint32_t *)mMetaDataHeap->mHeap->base(), (uint32_t *)array, (sizeof(int)*(MAX_ROI*4+1)));