Home | History | Annotate | Download | only in ndk

Lines Matching full:planes

64      * <p>The order of planes is guaranteed such that plane #0 is always Y, plane #1 is always
67 * <p>The Y-plane is guaranteed not to be interleaved with the U/V planes
70 * <p>The U/V planes are guaranteed to have the same row stride and pixel stride, that is, the
220 * The number of planes returned by {@link AImage_getNumberOfPlanes} will always be 1.
316 * The number of planes returned by {@link AImage_getNumberOfPlanes} will always be 1.
516 * Query the number of planes of the input {@link AImage}.
522 * @param numPlanes the number of planes of the image will be filled here if the method call
544 * @param planeIdx the index of the plane. Must be less than the number of planes of input image.
569 * @param planeIdx the index of the plane. Must be less than the number of planes of input image.
592 * @param planeIdx the index of the plane. Must be less than the number of planes of input image.