Searched refs:cwidth (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dyuvcmp.c43 int cwidth = width / 2; local
125 x = c % cwidth;
126 y = c / cwidth;
143 x / 8 + y / 8 * cwidth / 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dse401.c369 if (se401->bayeroffset >= se401->cheight * se401->cwidth)
447 se401_send_size(se401, se401->cwidth, se401->cheight);
558 if (se401->cwidth == width && se401->cheight == height)
574 se401->cwidth = width;
604 int linelength = se401->cwidth * 3;
681 se401->cwidth * 3 - 1;
713 if (se401->frame[se401->curframe].curpix >= se401->cwidth * se401->cheight * 3) {
714 if (se401->frame[se401->curframe].curpix == se401->cwidth * se401->cheight * 3) {
738 int datasize = se401->cwidth * se401->cheight;
741 int width = se401->cwidth;
[all...]
H A Dse401.h189 int cwidth; /* current width */ member in struct:usb_se401
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_rate.c245 unsigned int channels, cwidth, swidth, chn; local
295 cwidth = snd_pcm_format_physical_width(cinfo->format);
297 rate->pareas[0].addr = malloc(((cwidth * channels * cinfo->period_size) / 8) +
303 rate->sareas[0].addr = (char *)rate->pareas[0].addr + ((cwidth * channels * cinfo->period_size) / 8);
305 rate->pareas[chn].addr = rate->pareas[0].addr + (cwidth * chn * cinfo->period_size) / 8;
307 rate->pareas[chn].step = cwidth;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-core.c722 u8 cwidth = width; local
732 em28xx_write_regs(dev, EM28XX_R1E_CWIDTH, &cwidth, 1);

Completed in 70 milliseconds