Home | History | Annotate | Download | only in camera

Lines Matching refs:height

66     void setPreviewSize(int width, int height);
67 void getPreviewSize(int *width, int *height) const;
70 // Set the dimensions in pixels to the given width and height
71 // for video frames. The given width and height must be one
75 void setVideoSize(int width, int height);
76 // Retrieve the current dimensions (width and height)
81 void getVideoSize(int *width, int *height) const;
82 // Retrieve a Vector of supported dimensions (width and height)
89 // Retrieve the preferred preview size (width and height) in pixels
90 // for video recording. The given width and height must be one of
94 // Vector of Size, the width and height returned from this method
96 void getPreferredPreviewSizeForVideo(int *width, int *height) const;
104 void setPictureSize(int width, int height);
105 void getPictureSize(int *width, int *height) const;