Home | History | Annotate | Download | only in camera

Lines Matching full:vector

20 #include <utils/Vector.h>
68 void getSupportedPreviewSizes(Vector<Size> &sizes) const;
74 // getSupportedVideoSizes() returns an empty Vector of Size.
80 // empty Vector of Size.
82 // Retrieve a Vector of supported dimensions (width and height)
88 void getSupportedVideoSizes(Vector<Size> &sizes) const;
93 // Vector of Size. If getSupportedVideoSizes() returns an empty
94 // Vector of Size, the width and height returned from this method
106 void getSupportedPictureSizes(Vector<Size> &sizes) const;
111 status_t dump(int fd, const Vector<String16>& args) const;
184 Vector<Pair> mList;