Searched refs:bytes_per_line (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dpcx.c78 unsigned int w, h, bits_per_pixel, bytes_per_line, nplanes, stride, y, x, local
102 bytes_per_line = AV_RL16(buf+66);
104 bytes_per_scanline = nplanes * bytes_per_line;
156 ptr[3*x+1] = scanline[x+ bytes_per_line ];
157 ptr[3*x+2] = scanline[x+(bytes_per_line<<1)];
206 v += !!(scanline[i*bytes_per_line + (x>>3)] & m);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-dec23.c343 static void copy_image_block_Y(const int *src, unsigned char *dst, unsigned int bytes_per_line, unsigned int scalebits) argument
355 d = dst + bytes_per_line;
361 d = dst + bytes_per_line*2;
367 d = dst + bytes_per_line*3;
379 d = dst + bytes_per_line;
383 d = dst + bytes_per_line*2;
387 d = dst + bytes_per_line*3;
397 static void copy_image_block_CrCb(const int *src, unsigned char *dst, unsigned int bytes_per_line, unsigned int scalebits) argument
414 d = dst + bytes_per_line;
434 d = dst + bytes_per_line;
455 copy_image_block_Green(const int *src, unsigned char *dst, unsigned int bytes_per_line, unsigned int scalebits) argument
505 copy_image_block_RedBlue(const int *src, unsigned char *dst, unsigned int bytes_per_line, unsigned int scalebits) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dx11grab.c139 image->bytes_per_line * image->height,
350 im_data += image->bytes_per_line * (y - y_off);
371 im_data += image->bytes_per_line;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.c599 const int bytes_per_line = 32; local
604 if (i > 0 && ((i % bytes_per_line) == 0)) {
608 if ((i % bytes_per_line) == 0)

Completed in 139 milliseconds