Home
last modified time | relevance | path

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

/drivers/media/video/
Dse401.c362 if (se401->bayeroffset>=se401->cheight*se401->cwidth) { in se401_video_irq()
442 se401_send_size(se401, se401->cwidth, se401->cheight); in se401_start_stream()
551 if (se401->cwidth==width && se401->cheight==height) in se401_set_size()
567 se401->cwidth=width; in se401_set_size()
597 int linelength=se401->cwidth*3; in decode_JangGu_integrate()
673 se401->cwidth*3-1; in decode_JangGu()
703 if (se401->frame[se401->curframe].curpix>=se401->cwidth*se401->cheight*3) { in decode_JangGu()
704 if (se401->frame[se401->curframe].curpix==se401->cwidth*se401->cheight*3) { in decode_JangGu()
730 int datasize=se401->cwidth*se401->cheight; in decode_bayer()
734 int width=se401->cwidth; in decode_bayer()
[all …]
Dstv680.h109 int cwidth; /* camera width */ member
Dse401.h188 int cwidth; /* current width */ member
Dstv680.c434 stv680->cwidth = (buffer[4] << 8) | (buffer[5]); /* ->camera = 322, 356, 644 */ in stv_init()
465 PDEBUG (2, "STV(i): cwidth = %i, cheight = %i", stv680->cwidth, stv680->cheight); in stv_init()
841 int w = stv680->cwidth; in bayer_unshuffle()
842 int vw = stv680->cwidth, vh = stv680->cheight; in bayer_unshuffle()
/drivers/media/video/em28xx/
Dem28xx-core.c670 u8 cwidth = width; in em28xx_capture_area_set() local
680 em28xx_write_regs(dev, EM28XX_R1E_CWIDTH, &cwidth, 1); in em28xx_capture_area_set()