Lines Matching refs:dst_linesize
119 * bytewidth must be contained by both absolute values of dst_linesize
122 * @param dst_linesize linesize for the image plane in dst
125 void av_image_copy_plane(uint8_t *dst, int dst_linesize,
135 * bytewidth must be contained by both absolute values of dst_linesize
143 void av_image_copy_plane_uc_from(uint8_t *dst, ptrdiff_t dst_linesize,
188 * To allocate the buffer and fill in the dst_data and dst_linesize in
192 * @param dst_linesize linesizes for the image in dst_data to be filled in
201 int av_image_fill_arrays(uint8_t *dst_data[4], int dst_linesize[4],
295 * @param dst_linesize linesizes for the destination image
302 int av_image_fill_black(uint8_t *dst_data[4], const ptrdiff_t dst_linesize[4],