Searched refs:imgFaceHeightColumn (Results 1 – 2 of 2) sorted by relevance
941 string imgFaceHeightColumn = VISION_IMAGE_FACE_TABLE + "." + SCALE_HEIGHT; in GetFeaturedSinglePortraitAlbumPredicates() local943 string imgFaceHeightClause = "( " + imgFaceHeightColumn + " > " + to_string(minSize) + in GetFeaturedSinglePortraitAlbumPredicates()944 …" OR ( " + imgFaceHeightColumn + " <= 1.0 " + " AND " + imgFaceHeightColumn + " * " + imgHeightCol… in GetFeaturedSinglePortraitAlbumPredicates()
1015 string imgFaceHeightColumn = VISION_IMAGE_FACE_TABLE + "." + SCALE_HEIGHT; in GetFeaturedSinglePortraitAlbumPredicates() local1017 string imgFaceHeightClause = "( " + imgFaceHeightColumn + " > " + to_string(minSize) + in GetFeaturedSinglePortraitAlbumPredicates()1018 …" OR ( " + imgFaceHeightColumn + " <= 1.0 " + " AND " + imgFaceHeightColumn + " * " + imgHeightCol… in GetFeaturedSinglePortraitAlbumPredicates()