Searched refs:imageWidth (Results 1 – 5 of 5) sorted by relevance
177 private float focalLengthPixels(float fovDegrees, float imageWidth) { in focalLengthPixels() argument178 return (float) (imageWidth in focalLengthPixels()
880 var imageWidth = 100; // $F('imageWidth');891 canvasWidth: imageWidth,
760 int imageWidth, int imageHeight, in YUVImage() argument764 mImageWidth = imageWidth; in YUVImage()
1767 int imageWidth = image.getWidth(); in checksum() local1778 width = imageWidth; in checksum()1781 width = imageWidth / 2; in checksum()
143 int imageWidth = image.getWidth(); in testBadSurfaceDimensions() local145 Size actualSize = new Size(imageWidth, imageHeight); in testBadSurfaceDimensions()