Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/qcap/
H A Dv4l.c104 UINT width, height, bitDepth, fps, outputwidth, outputheight; member
327 mT[0]->lSampleSize = capBox->outputwidth * capBox->outputheight * capBox->bitDepth / 8; in qcap_driver_get_format()
329 capBox->outputheight, capBox->bitDepth, mT[0]->lSampleSize/1024); in qcap_driver_get_format()
515 int depth = capBox->bitDepth / 8; in Resize()
531 int depth = capBox->bitDepth / 8; in Resize()
541 bmp_s = CreateBitmap(capBox->width, capBox->height, 1, capBox->bitDepth, input); in Resize()
614 pOutput = CoTaskMemAlloc(capBox->width * capBox->height * capBox->bitDepth / 8); in ReadThread()
631 len = capBox->height * capBox->width * capBox->bitDepth / 8; in ReadThread()
633 len = capBox->outputheight * capBox->outputwidth * capBox->bitDepth / 8; in ReadThread()
693 ap.cbBuffer = (ap.cbBuffer * capBox->bitDepth) / 8; in qcap_driver_run()
[all …]