Searched refs:capBox (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/directx/wine/qcap/ |
H A D | v4l.c | 182 TRACE("%p: Preparing for %dx%d resolution\n", capBox, capBox->width, capBox->height); in V4l_Prepare() 189 capBox->buffers = capBox->gb_buffers.frames; in V4l_Prepare() 236 for (capBox->curframe = 0; capBox->curframe < capBox->buffers; capBox->curframe++) in V4l_Unprepare() 237 xioctl(capBox->fd, VIDIOCSYNC, &capBox->grab_buf[capBox->curframe]); in V4l_Unprepare() 541 bmp_s = CreateBitmap(capBox->width, capBox->height, 1, capBox->bitDepth, input); in Resize() 569 if (xioctl(capBox->fd, VIDIOCSYNC, &capBox->grab_buf[capBox->curframe]) == -1) in V4l_GetFrame() 572 *pInput = capBox->pmap + capBox->gb_buffers.offsets[capBox->curframe]; in V4l_GetFrame() 593 if (++capBox->curframe == capBox->buffers) in V4l_FreeFrame() 614 pOutput = CoTaskMemAlloc(capBox->width * capBox->height * capBox->bitDepth / 8); in ReadThread() 631 len = capBox->height * capBox->width * capBox->bitDepth / 8; in ReadThread() [all …]
|