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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-yuv.c124 static void ivtv_yuv_filter(struct ivtv *itv, int h_filter, int v_filter_1, int v_filter_2) argument
171 if (v_filter_2 > -1) {
172 if (v_filter_2 > 4) v_filter_2 = 4;
173 filter_index = v_filter_2 * 192;
183 IVTV_DEBUG_YUV("v_filter_2 -> %d\n",v_filter_2);
353 int v_filter_1, v_filter_2; local
538 v_filter_2 = 1;
546 v_filter_2
1019 int h_filter, v_filter_1, v_filter_2; local
[all...]
H A Divtv-driver.h591 int v_filter_2; member in struct:yuv_playback_info

Completed in 93 milliseconds