Lines Matching refs:src
114 * Copy image plane from src to dst.
123 * @param src_linesize linesize for the image plane in src
126 const uint8_t *src, int src_linesize,
144 const uint8_t *src, ptrdiff_t src_linesize,
179 * The fields of the given image are filled in by using the src
185 * lines_sizes array. Call with src == NULL to get the required
186 * size for the src buffer.
193 * @param src buffer which will contain or contains the actual image data, can be NULL
197 * @param align the value used in src for linesize alignment
198 * @return the size in bytes required for src, a negative error code
202 const uint8_t *src,