Home
last modified time | relevance | path

Searched refs:lcr2vbi (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/media/video/cx18/
Dcx18-av-vbi.c136 static const u16 lcr2vbi[] = { in cx18_av_g_sliced_fmt() local
155 svbi->service_lines[0][i] = lcr2vbi[v >> 4]; in cx18_av_g_sliced_fmt()
156 svbi->service_lines[1][i] = lcr2vbi[v & 0xf]; in cx18_av_g_sliced_fmt()
164 svbi->service_lines[0][i] = lcr2vbi[v >> 4]; in cx18_av_g_sliced_fmt()
165 svbi->service_lines[1][i] = lcr2vbi[v & 0xf]; in cx18_av_g_sliced_fmt()
/linux-2.6.39/drivers/media/video/cx25840/
Dcx25840-vbi.c89 static const u16 lcr2vbi[] = { in cx25840_g_sliced_fmt() local
108 svbi->service_lines[0][i] = lcr2vbi[v >> 4]; in cx25840_g_sliced_fmt()
109 svbi->service_lines[1][i] = lcr2vbi[v & 0xf]; in cx25840_g_sliced_fmt()
117 svbi->service_lines[0][i] = lcr2vbi[v >> 4]; in cx25840_g_sliced_fmt()
118 svbi->service_lines[1][i] = lcr2vbi[v & 0xf]; in cx25840_g_sliced_fmt()
/linux-2.6.39/drivers/media/video/
Dsaa7115.c1061 static u16 lcr2vbi[] = { in saa711x_g_sliced_fmt() local
1077 sliced->service_lines[0][i] = lcr2vbi[v >> 4]; in saa711x_g_sliced_fmt()
1078 sliced->service_lines[1][i] = lcr2vbi[v & 0xf]; in saa711x_g_sliced_fmt()