Home | History | Annotate | Download | only in client2

Lines Matching refs:pictureHeight

271     pictureHeight = availableJpegSizes[0].height;
273 pictureHeightLastSet = pictureHeight;
277 pictureHeight);
300 ALOG_ASSERT(pictureWidth > 0 && pictureHeight > 0,
301 "Invalid picture size, %d x %d", pictureWidth, pictureHeight);
302 float picAspectRatio = static_cast<float>(pictureWidth) / pictureHeight;
1423 &validatedParams.pictureHeight);
1425 validatedParams.pictureHeight != pictureHeight) {
1431 validatedParams.pictureHeight)) break;
1436 validatedParams.pictureHeight);
2171 pictureHeightLastSet = pictureHeight;
2173 pictureHeight = videoHeight;
2186 pictureHeightLastSet = pictureHeight;
2188 if (pictureWidth <= videoWidth && pictureHeight <= videoHeight) {
2194 pictureHeight = videoHeight;
2206 pictureHeight = pictureHeightLastSet;
2893 static_cast<float>(pictureHeight) },
2969 float stillAspect = static_cast<float>(pictureWidth) / pictureHeight;