Lines Matching defs:input
20 /* Selects the audio input and output according to the current
25 u32 input, output = 0;
27 /* Determine which input to use */
34 input = in->muxer_input;
38 input, output, 0);
40 input = in->audio_input;
45 input, output, 0);
48 /* Selects the video input and output according to the current
53 u32 input;
62 input = 0; /* Tuner */
64 input = 2; /* S-Video */
66 input = 1; /* Composite */
71 input, 0, 0);
77 input = UPD64031A_GR_ON | UPD64031A_3DYCS_COMPOSITE;
80 input = UPD64031A_GR_OFF | UPD64031A_3DYCS_DISABLE;
82 input |= itv->card->gr_config;
85 input, 0, 0);
89 input = UPD64083_YCS_MODE;
94 input |= UPD64083_YCNR_MODE;
101 input |= UPD64083_EXT_Y_ADC;
105 input, 0, 0);