Searched refs:dwBytesPerLine (Results 1 - 10 of 10) sorted by relevance
/third_party/backends/backend/ |
H A D | plustek-pp.h | 83 unsigned long dwBytesPerLine; member 411 unsigned long dwBytesPerLine; member
|
H A D | plustek.h | 322 unsigned long dwBytesPerLine; member
|
H A D | u12-scanner.h | 200 u_long dwBytesPerLine; member
|
H A D | mustek_usb2_high.c | 183 unsigned int dwBytesPerLine, 3160 dwBytesPerLine: the bytes of per line 3170 unsigned int dwBytesPerLine, in ModifyLinePoint() 3176 unsigned int dwWidth = dwBytesPerLine / wPixDistance; in ModifyLinePoint() 3188 unsigned int dwBytesBefor = (wLines - 1) * dwBytesPerLine; in ModifyLinePoint() 3189 unsigned int dwBytes = wLines * dwBytesPerLine; in ModifyLinePoint() 3168 ModifyLinePoint(SANE_Byte * lpImageData, SANE_Byte * lpImageDataBefore, unsigned int dwBytesPerLine, unsigned int dwLinesCount, unsigned short wPixDistance, unsigned short wModPtCount) ModifyLinePoint() argument
|
H A D | plustek-pp_ptdrv.c | 744 pcInf->dwBytesPerLine = ps->DataInf.dwAppBytesPerLine; in ptdrvIoctl() 888 pstart->dwBytesPerLine = ps->DataInf.dwAppBytesPerLine; in ptdrvIoctl()
|
H A D | plustek-usb.c | 838 ci->dwBytesPerLine = size.dwBytes; in usbDev_getCropInfo() 841 ci->dwBytesPerLine = (ci->dwBytesPerLine + 3UL) & 0xfffffffcUL; in usbDev_getCropInfo() 845 DBG( _DBG_INFO, "BPL = %lu\n", ci->dwBytesPerLine ); in usbDev_getCropInfo()
|
H A D | plustek_pp.c | 1943 s->params.bytes_per_line = crop.dwBytesPerLine; in sane_start() 1982 DBG( _DBG_SANE_INIT, "dwflag = 0x%lx dwBytesPerLine = %ld, " in sane_start() 1984 start.dwFlag, start.dwBytesPerLine, start.dwLinesPerScan); in sane_start()
|
H A D | plustek.c | 2491 s->params.bytes_per_line = crop.dwBytesPerLine; in local_sane_start()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_uvc.c | 580 .dwBytesPerLine = 0, /* must be 0 */ 597 .dwBytesPerLine = 0, /* must be 0 */ 614 .dwBytesPerLine = 0, /* must be 0 */ 631 .dwBytesPerLine = 0, /* must be 0 */ 648 .dwBytesPerLine = 0, /* must be 0 */ 665 .dwBytesPerLine = 0, /* must be 0 */
|
H A D | f_uvc.h | 450 u32 dwBytesPerLine; \
|
Completed in 19 milliseconds