Lines Matching defs:data
145 int av_image_fill_pointers(uint8_t *data[4], enum AVPixelFormat pix_fmt, int height,
152 memset(data , 0, sizeof(data[0])*4);
171 data[0] = ptr;
173 data[i] = data[i - 1] + sizes[i - 1];
547 // dst_size%clear_size!=0), the remaining data will be filled with the beginning
548 // of the clear data only.
604 uint8_t *data;
613 data = dst_data[0];
617 memset(data, fill, bytewidth);
618 data += dst_linesize[0];
681 uint8_t *data = dst_data[plane];
686 memset_bytes(data, bytewidth, &clear_block[plane][0], clear_block_size[plane]);
687 data += dst_linesize[plane];