Searched refs:bMaxQp (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | uvc_h264.h | 342 guint8 bMaxQp; member
|
D | gstuvch264_src.c | 943 req.bMaxQp = 0; in set_qp() 955 req.bMaxQp = self->max_qp[type]; in set_qp() 1068 req.bMaxQp = 0; in update_qp() 1096 if (self->max_qp[type] != req.bMaxQp) { in update_qp() 1097 self->max_qp[type] = req.bMaxQp; in update_qp() 1471 offsetof (uvcx_qp_steps_layers_t, bMaxQp), 1, &smin8, &sdef8, &smax8); in gst_uvc_h264_src_get_int_setting() 1489 offsetof (uvcx_qp_steps_layers_t, bMaxQp), 1, &smin8, &sdef8, &smax8); in gst_uvc_h264_src_get_int_setting() 1507 offsetof (uvcx_qp_steps_layers_t, bMaxQp), 1, &smin8, &sdef8, &smax8); in gst_uvc_h264_src_get_int_setting()
|