Lines Matching defs:video
5 * This file contains routines to control the Philips SAA7114 video decoder.
142 /* Task A is for VBI raw data and task B is for video */
178 /* Video task */
282 * This routine configures the video decoder task A to upscale raw VBI data
334 * This routine detects if macrovision exists in the input of the video decoder.
354 * This routine detects if video exists in the input of the video decoder.
365 unsigned char video = 0xff;
367 saa7114_read_reg(SAA7114_STATUS, &video);
368 return !((video & 0x40) >> 6);
375 * video decoder.
402 * This routine sets the analog input of the video decoder.
420 * This routine sets the brightness of the video decoder.
438 * This routine sets the contrast of the video decoder.
456 * This routine sets the hue control of the video decoder.
474 * This routine sets the saturation adjustment of the video decoder.
580 * This routine sets the scaling of the video decoder.
747 break; /* Active video */
823 * This routine sets the hue control of the video decoder.
851 * This routine returns the current brightness of the video decoder.
871 * This routine returns the current contrast of the video decoder.
892 * This routine returns the current hue of the video decoder.
912 * This routine returns the current saturation of the video decoder.
1034 break; /* Active video */