Searched refs:bytewidth (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/common/
H A Dglgrab.c112 long bytewidth; local
154 bytewidth = width * 4; // Assume 4 bytes/pixel for now
155 bytewidth = (bytewidth + 3) & ~3; // Align to 4 bytes
156 bytes = bytewidth * height; // width * height
159 data = malloc(height * bytewidth);
167 bitmap = CGBitmapContextCreate(data, width, height, 8, bytewidth,
196 swizzleBitmap(data, bytewidth, height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dimgutils.h98 * That is, copy "height" number of lines of "bytewidth" bytes each.
107 int bytewidth, int height);
H A Dimgutils.c226 int bytewidth, int height)
231 memcpy(dst, src, bytewidth);
224 av_image_copy_plane(uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize, int bytewidth, int height) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dimgutils.h99 * That is, copy "height" number of lines of "bytewidth" bytes each.
103 * bytewidth must be contained by both absolute values of dst_linesize
111 int bytewidth, int height);
H A Dimgutils.c267 int bytewidth, int height)
271 av_assert0(abs(src_linesize) >= bytewidth);
272 av_assert0(abs(dst_linesize) >= bytewidth);
274 memcpy(dst, src, bytewidth);
265 av_image_copy_plane(uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize, int bytewidth, int height) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_noise.c59 int bytewidth[4]; member in struct:__anon3412
193 if ((ret = av_image_fill_linesizes(n->bytewidth, inlink->format, inlink->w)) < 0)
380 s->bytewidth[plane], start, end, s, plane);

Completed in 116 milliseconds