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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-yuv.c141 static void ivtv_yuv_filter(struct ivtv *itv, int h_filter, int v_filter_1, int v_filter_2) argument
186 if (v_filter_2 > -1) {
187 if (v_filter_2 > 4)
188 v_filter_2 = 4;
189 i = IVTV_YUV_VERTICAL_FILTER_OFFSET + (v_filter_2 * 192);
197 IVTV_DEBUG_YUV("v_filter_2 -> %d\n", v_filter_2);
376 int v_filter_1, v_filter_2; local
551 v_filter_2 = 1;
558 v_filter_2
1144 int h_filter, v_filter_1, v_filter_2; local
[all...]
H A Divtv-driver.h479 int v_filter_2; member in struct:yuv_playback_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-yuv.c141 static void ivtv_yuv_filter(struct ivtv *itv, int h_filter, int v_filter_1, int v_filter_2) argument
186 if (v_filter_2 > -1) {
187 if (v_filter_2 > 4)
188 v_filter_2 = 4;
189 i = IVTV_YUV_VERTICAL_FILTER_OFFSET + (v_filter_2 * 192);
197 IVTV_DEBUG_YUV("v_filter_2 -> %d\n", v_filter_2);
376 int v_filter_1, v_filter_2; local
551 v_filter_2 = 1;
558 v_filter_2
1144 int h_filter, v_filter_1, v_filter_2; local
[all...]
H A Divtv-driver.h479 int v_filter_2; member in struct:yuv_playback_info

Completed in 184 milliseconds