Home | History | Annotate | Download | only in camera

Lines Matching refs:number_of_faces

418             mHalCamCtrl->mMetadata.number_of_faces = roi.d.hdr.num_face_detected;
419 if(mHalCamCtrl->mMetadata.number_of_faces > MAX_ROI)
420 mHalCamCtrl->mMetadata.number_of_faces = MAX_ROI;
423 if (mHalCamCtrl->mMetadata.number_of_faces == 0) {
441 if (idx >= mHalCamCtrl->mMetadata.number_of_faces) {
443 ALOGE("%s: idx %d out of boundary %d", __func__, idx, mHalCamCtrl->mMetadata.number_of_faces);
515 if (mNumFDRcvd == mHalCamCtrl->mMetadata.number_of_faces) {