Lines Matching refs:height
66 * @param height The default height in pixels of the Images that this reader will produce.
80 * height, format, maxImages arguments is not supported.</li>
86 int32_t width, int32_t height, int32_t format, int32_t maxImages,
132 * Query the default height of the {@link AImage} generated by this reader, in pixels.
134 * <p>The height may be overridden by the producer sending buffers to this reader's
135 * {@link ANativeWindow}. If so, the actual height of the images can be found using
139 * @param height the default height of the reader will be filled here if the method call succeeeds.
143 * <li>{@link AMEDIA_ERROR_INVALID_PARAMETER} if reader or height is NULL.</li></ul>
145 media_status_t AImageReader_getHeight(const AImageReader* reader, /*out*/int32_t* height);