Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dhp3900_rts8822.c553 SANE_Byte * fuente, SANE_Int size);
7354 Split_into_12bit_channels (SANE_Byte * destino, SANE_Byte * fuente, in Split_into_12bit_channels() argument
7364 DBG (DBG_FNC, "> Split_into_12bit_channels(*destino, *fuente, size=%i\n", in Split_into_12bit_channels()
7367 if ((destino != NULL) && (fuente != NULL)) in Split_into_12bit_channels()
7376 *destino = _B0 ((*(fuente + 1) >> 4) + (*fuente << 4)); in Split_into_12bit_channels()
7377 *(destino + 1) = _B0 (*fuente >> 4); in Split_into_12bit_channels()
7378 *(destino + 2) = _B0 (*(fuente + 2)); in Split_into_12bit_channels()
7379 *(destino + 3) = *(fuente + 1) & 0x0f; in Split_into_12bit_channels()
7381 fuente in Split_into_12bit_channels()
7642 SANE_Byte *destino, *fuente; Read_Block() local
[all...]

Completed in 9 milliseconds