Home
last modified time | relevance | path

Searched refs:cwidth (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dse401.c486 if (se401->bayeroffset>=se401->cheight*se401->cwidth) { in se401_video_irq()
566 se401_send_size(se401, se401->cwidth, se401->cheight); in se401_start_stream()
645 if (se401->cwidth==width && se401->cheight==height) in se401_set_size()
661 se401->cwidth=width; in se401_set_size()
691 int linelength=se401->cwidth*3; in decode_JangGu_integrate()
766 se401->cwidth*3-1; in decode_JangGu()
796 if (se401->frame[se401->curframe].curpix>=se401->cwidth*se401->cheight*3) { in decode_JangGu()
797 if (se401->frame[se401->curframe].curpix==se401->cwidth*se401->cheight*3) { in decode_JangGu()
823 int datasize=se401->cwidth*se401->cheight; in decode_bayer()
827 int width=se401->cwidth; in decode_bayer()
[all …]
Dstv680.h104 int cwidth; /* camera width */ member
Dse401.h186 int cwidth; /* current width */ member
Dstv680.c436 stv680->cwidth = (buffer[4] << 8) | (buffer[5]); /* ->camera = 322, 356, 644 */ in stv_init()
467 PDEBUG (2, "STV(i): cwidth = %i, cheight = %i", stv680->cwidth, stv680->cheight); in stv_init()
868 int w = stv680->cwidth; in bayer_unshuffle()
869 int vw = stv680->cwidth, vh = stv680->cheight; in bayer_unshuffle()