Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/cx25821/
Dcx25821-video-upstream-ch2.c136 int odd_num_lines = singlefield_lines; in cx25821_risc_buffer_upstream_ch2() local
146 odd_num_lines = singlefield_lines + 1; in cx25821_risc_buffer_upstream_ch2()
172 odd_num_lines, in cx25821_risc_buffer_upstream_ch2()
645 int num_lines, odd_num_lines; in cx25821_set_pixelengine_ch2() local
661 odd_num_lines = num_lines; in cx25821_set_pixelengine_ch2()
664 odd_num_lines += 1; in cx25821_set_pixelengine_ch2()
666 value = (num_lines << 16) | odd_num_lines; in cx25821_set_pixelengine_ch2()
Dcx25821-video-upstream.c185 int odd_num_lines = singlefield_lines; in cx25821_risc_buffer_upstream() local
195 odd_num_lines = singlefield_lines + 1; in cx25821_risc_buffer_upstream()
221 odd_num_lines, in cx25821_risc_buffer_upstream()
697 int num_lines, odd_num_lines; in cx25821_set_pixelengine() local
711 odd_num_lines = num_lines; in cx25821_set_pixelengine()
714 odd_num_lines += 1; in cx25821_set_pixelengine()
716 value = (num_lines << 16) | odd_num_lines; in cx25821_set_pixelengine()