Lines Matching refs:plane
37 * Compute the max pixel step for each plane of an image with a
42 * byte of the successive group in the same plane for the same
46 * for each plane. Since a plane may contain different pixel
47 * components, the computed max_pixsteps[plane] is relative to the
48 * component in the plane with the max pixel step.
50 * for each plane which has the max pixel step. May be NULL.
57 * width for the plane plane.
61 int av_image_get_linesize(enum AVPixelFormat pix_fmt, int width, int plane);
64 * Fill plane linesizes for an image with pixel format pix_fmt and
67 * @param linesizes array to be filled with the linesize for each plane
73 * Fill plane sizes for an image with pixel format pix_fmt and height height.
75 * @param size the array to be filled with the size of each image plane
77 * plane, should be filled by av_image_fill_linesizes()
87 * Fill plane data pointers for an image with pixel format pix_fmt and
90 * @param data pointers array to be filled with the pointer for each image plane
93 * plane, should be filled by av_image_fill_linesizes()
114 * Copy image plane from src to dst.
122 * @param dst_linesize linesize for the image plane in dst
123 * @param src_linesize linesize for the image plane in src
252 * bytes of a plane of an image with the specified pix_fmt can be addressed