Home
last modified time | relevance | path

Searched refs:video_b_frames (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/media/drv-intf/
Dcx2341x.h52 u16 video_b_frames; member
134 struct v4l2_ctrl *video_b_frames; member
/linux-5.19.10/drivers/media/common/
Dcx2341x.c235 .video_b_frames = 2,
303 ctrl->value = params->video_b_frames; in cx2341x_get_ctrl()
430 params->video_b_frames = ctrl->value; in cx2341x_set_ctrl()
438 int b = params->video_b_frames + 1; in cx2341x_set_ctrl()
1079 CMP_FIELD(old, new, video_b_frames) || in cx2341x_update()
1082 new->video_gop_size, new->video_b_frames + 1); in cx2341x_update()
1239 p->video_gop_size, p->video_b_frames, in cx2341x_log_status()
1451 hdl->video_b_frames->val + 1); in cx2341x_s_ctrl()
1641 cxhdl->video_b_frames = cx2341x_ctrl_new_std(hdl, in cx2341x_handler_init()
1723 v4l2_ctrl_cluster(2, &cxhdl->video_b_frames); in cx2341x_handler_init()
/linux-5.19.10/drivers/media/pci/ivtv/
Divtv-ioctl.c147 data[3] = v4l2_ctrl_g_ctrl(itv->cxhdl.video_b_frames); in ivtv_set_speed()