Lines Matching refs:picture
1651 pb->picture.depth = pb->win.depth = v.depth; in planb_ioctl()
1812 struct video_picture vp = pb->picture; in planb_ioctl()
1829 pb->picture = vp; in planb_ioctl()
1833 ((pb->picture.brightness) >> 8), pb); in planb_ioctl()
1835 ((pb->picture.hue) >> 8) ^ 0x80, pb); in planb_ioctl()
1837 ((pb->picture.colour) >> 9), pb); in planb_ioctl()
1839 ((pb->picture.contrast) >> 9), pb); in planb_ioctl()
2463 pb->picture.brightness=0x90<<8; in init_planb()
2464 pb->picture.contrast = 0x70 << 8; in init_planb()
2465 pb->picture.colour = 0x70<<8; in init_planb()
2466 pb->picture.hue = 0x8000; in init_planb()
2467 pb->picture.whiteness = 0; in init_planb()
2468 pb->picture.depth = pb->win.depth; in init_planb()