Lines Matching refs:pointers
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
102 * fill pointers and linesizes accordingly.
104 * av_freep(&pointers[0]).
110 int av_image_alloc(uint8_t *pointers[4], int linesizes[4],
163 * The data pointers and the linesizes must be aligned to the maximum required
176 * Setup the data pointers and linesizes based on the specified image
181 * specified pixel format, one or multiple image data pointers and
183 * pointers will be set pointing to the different picture planes and
191 * @param dst_data data pointers to be filled in
225 * @param src_data pointers containing the source image data
294 * @param dst_data data pointers to destination image