Home
last modified time | relevance | path

Searched refs:yuvThreshold (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/media/video/
Dcpia.c473 cam->params.yuvThreshold.yThreshold, 0, 31, 15); in cpia_read_proc()
475 cam->params.yuvThreshold.uvThreshold, 0, 31, 15); in cpia_read_proc()
1117 new_params.yuvThreshold.yThreshold = val; in cpia_write_proc()
1128 new_params.yuvThreshold.uvThreshold = val; in cpia_write_proc()
1957 cam->params.yuvThreshold.yThreshold = ibuf[30]; in parse_picture()
1958 cam->params.yuvThreshold.uvThreshold = ibuf[31]; in parse_picture()
2078 cam->params.yuvThreshold.yThreshold, in dispatch_commands()
2079 cam->params.yuvThreshold.uvThreshold, 0, 0); in dispatch_commands()
3141 cam->params.yuvThreshold.yThreshold = 6; /* From windows driver */ in reset_camera_struct()
3142 cam->params.yuvThreshold.uvThreshold = 6; /* From windows driver */ in reset_camera_struct()
Dcpia.h200 } yuvThreshold; member