Home | History | Annotate | Download | only in libcamera2

Lines Matching full:tempfacecount

587     int tempFaceCount = 0;
590 mataFaceIds[tempFaceCount] = metadata->dm.stats.faceIds[i];
593 metaFaceScores[tempFaceCount] = 100;
595 metaFaceScores[tempFaceCount] = metadata->dm.stats.faceScores[i];
597 memcpy(&mataFaceLandmarks[tempFaceCount][0], &metadata->dm.stats.faceLandmarks[i][0], 6*sizeof(uint32_t));
598 memcpy(&metaFaceRectangles[tempFaceCount][0], &metadata->dm.stats.faceRectangles[i][0], 4*sizeof(uint32_t));
599 tempFaceCount++;
603 if (tempFaceCount > 0) {
605 &metaFaceRectangles, 4 * tempFaceCount))
609 &mataFaceLandmarks, 6 * tempFaceCount))
613 &mataFaceIds, tempFaceCount))
617 &metaFaceScores, tempFaceCount))