Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dhp4200.h117 int pixel_position; /* pixel position in current line */ member
H A Dhp4200.c1849 cb->pixel_position = 0; in ciclic_buffer_init()
2138 if (cb->pixel_position == image_width) in ciclic_buffer_consume()
2148 cb->pixel_position = 0; /* back to the start pixel */ in ciclic_buffer_consume()
2159 to_consume_now = min ((image_width - cb->pixel_position) * 3, in ciclic_buffer_consume()
2165 for (i = cb->pixel_position * 3; to_consume_now >= 3; in ciclic_buffer_consume()
2173 processed = i - (cb->pixel_position * 3); in ciclic_buffer_consume()
2174 cb->pixel_position = i / 3; in ciclic_buffer_consume()

Completed in 4 milliseconds