Home | History | Annotate | Download | only in telecom

Lines Matching refs:height

342          * The height of the camera video in pixels.
360 * @param height The height of the camera video (in pixels).
362 public CameraCapabilities(int width, int height) {
363 this(width, height, false, 1.0f);
371 * @param height The height of the camera video (in pixels).
376 public CameraCapabilities(int width, int height, boolean zoomSupported, float maxZoom) {
378 mHeight = height;
397 int height = source.readInt();
401 return new CameraCapabilities(width, height, supportsZoom, maxZoom);
445 * The height of the camera video in pixels.