Lines Matching refs:linesizes
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
70 int av_image_fill_linesizes(int linesizes[4], enum AVPixelFormat pix_fmt, int width);
76 * @param linesizes the array containing the linesize for each
84 int height, const ptrdiff_t linesizes[4]);
92 * @param linesizes the array containing the linesize for each
98 uint8_t *ptr, const int linesizes[4]);
102 * fill pointers and linesizes accordingly.
110 int av_image_alloc(uint8_t *pointers[4], int linesizes[4],
140 * @note On x86, the linesizes currently need to be aligned to the cacheline
150 * @param dst_linesizes linesizes for the image in dst_data
151 * @param src_linesizes linesizes for the image in src_data
163 * The data pointers and the linesizes must be aligned to the maximum required
168 * @note On x86, the linesizes currently need to be aligned to the cacheline
176 * Setup the data pointers and linesizes based on the specified image
192 * @param dst_linesize linesizes for the image in dst_data to be filled in
226 * @param src_linesize linesizes for the image in src_data
295 * @param dst_linesize linesizes for the destination image