Searched refs:cx2341x_ctrl_new_std (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/common/ |
D | cx2341x.c | 1536 static struct v4l2_ctrl *cx2341x_ctrl_new_std(struct v4l2_ctrl_handler *hdl, in cx2341x_ctrl_new_std() function 1601 cx2341x_ctrl_new_std(hdl, V4L2_CID_MPEG_AUDIO_MUTE, 0, 1, 1, 0); in cx2341x_handler_init() 1615 cxhdl->video_b_frames = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init() 1617 cxhdl->video_gop_size = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init() 1620 cx2341x_ctrl_new_std(hdl, V4L2_CID_MPEG_VIDEO_GOP_CLOSURE, 0, 1, 1, 1); in cx2341x_handler_init() 1625 cxhdl->video_bitrate = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init() 1628 cxhdl->video_bitrate_peak = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init() 1631 cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init() 1633 cxhdl->video_mute = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init() 1635 cxhdl->video_mute_yuv = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init()
|