Home | History | Annotate | Download | only in gfx

Lines Matching defs:video

27  * This file contains routines to control the Philips SAA7114 video decoder.
39 /* Task A is for VBI raw data and task B is for video */
75 /* Video task */
143 * This routine configures the video decoder task A to upscale raw VBI data
197 * This routine detects if macrovision exists in the input of the video
218 * This routine detects if video exists in the input of the video decoder.
229 unsigned char video = 0xff;
231 saa7114_read_reg(SAA7114_STATUS, &video);
232 return !((video & 0x40) >> 6);
239 * video decoder.
266 * This routine sets the analog input of the video decoder.
284 * This routine sets the brightness of the video decoder.
302 * This routine sets the contrast of the video decoder.
320 * This routine sets the hue control of the video decoder.
338 * This routine sets the saturation adjustment of the video decoder.
444 * This routine sets the scaling of the video decoder.
617 break; /* Active video */
693 * This routine sets the hue control of the video decoder.
721 * This routine returns the current brightness of the video decoder.
741 * This routine returns the current contrast of the video decoder.
762 * This routine returns the current hue of the video decoder.
782 * This routine returns the current saturation of the video decoder.
904 break; /* Active video */