Home
last modified time | relevance | path

Searched refs:num_mclkf (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dplustek-usbscan.c873 int le_phi, num_byteclk, num_mclkf, tr_fast_pix, extra_pix; in usb_GetLineLength() local
881 num_mclkf = 8 * tradj * num_byteclk; in usb_GetLineLength()
883 extra_pix = (num_mclkf - le_phi) % 8; in usb_GetLineLength()
890 num_mclkf = 3 * 8 * tradj * num_byteclk; in usb_GetLineLength()
892 extra_pix = (num_mclkf - le_phi) % (3 * 8); in usb_GetLineLength()

Completed in 2 milliseconds