Searched refs:cx2341x_ctrl_new_std (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/common/ |
D | cx2341x.c | 1540 static struct v4l2_ctrl *cx2341x_ctrl_new_std(struct v4l2_ctrl_handler *hdl, in cx2341x_ctrl_new_std() function 1605 cx2341x_ctrl_new_std(hdl, V4L2_CID_MPEG_AUDIO_MUTE, 0, 1, 1, 0); in cx2341x_handler_init() 1619 cxhdl->video_b_frames = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init() 1621 cxhdl->video_gop_size = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init() 1624 cx2341x_ctrl_new_std(hdl, V4L2_CID_MPEG_VIDEO_GOP_CLOSURE, 0, 1, 1, 1); in cx2341x_handler_init() 1629 cxhdl->video_bitrate = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init() 1632 cxhdl->video_bitrate_peak = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init() 1635 cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init() 1637 cxhdl->video_mute = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init() 1639 cxhdl->video_mute_yuv = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init()
|