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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstv680.h110 int cheight; /* camera height */ member in struct:usb_stv
H A Dse401.c362 if (se401->bayeroffset>=se401->cheight*se401->cwidth) {
442 se401_send_size(se401, se401->cwidth, se401->cheight);
551 if (se401->cwidth==width && se401->cheight==height)
568 se401->cheight=height;
703 if (se401->frame[se401->curframe].curpix>=se401->cwidth*se401->cheight*3) {
704 if (se401->frame[se401->curframe].curpix==se401->cwidth*se401->cheight*3) {
730 int datasize=se401->cwidth*se401->cheight;
758 if (se401->cheight%4)
829 for (i=0; i<se401->cheight; i++) {
892 enhance_picture(se401->frame[framenr].data, se401->cheight*se40
[all...]
H A Dse401.h188 int cheight; /* current height */ member in struct:usb_se401
H A Dstv680.c430 stv680->cheight = (buffer[6] << 8) | (buffer[7]); /* ->camera = 242, 292, 484 */
460 PDEBUG (2, "STV(i): cwidth = %i, cheight = %i", stv680->cwidth, stv680->cheight);
832 int vw = stv680->cwidth, vh = stv680->cheight;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-core.c334 u8 cheight = height; local
343 em28xx_write_regs(dev, CHEIGHT_REG, &cheight, 1);

Completed in 102 milliseconds