Searched refs:qp_max (Results 1 – 9 of 9) sorted by relevance
78 guint qp_max; member
394 openh264enc->qp_max = DEFAULT_QP_MAX; in gst_openh264enc_init()484 openh264enc->qp_max = g_value_get_uint (value); in gst_openh264enc_set_property()581 g_value_set_uint (value, openh264enc->qp_max); in gst_openh264enc_get_property()783 enc_params.iMaxQp = openh264enc->qp_max; in gst_openh264enc_set_format()
110 guint qp_max; member
644 encoder->qp_max = PROP_QP_MAX_DEFAULT; in gst_svthevc_enc_init()836 param->maxQpAllowed = encoder->qp_max; in config_enc_params()2110 encoder->qp_max = g_value_get_uint (value); in gst_svthevc_enc_set_property()2205 g_value_set_uint (value, encoder->qp_max); in gst_svthevc_enc_get_property()
96 gint qp_max; member
1033 nvenc->qp_max = DEFAULT_QP_MAX; in gst_nv_base_enc_init()1539 if (nvenc->qp_max >= 0) { in gst_nv_base_enc_setup_rate_control()1541 rc_params->maxQP.qpInterB = nvenc->qp_max; in gst_nv_base_enc_setup_rate_control()1542 rc_params->maxQP.qpInterP = nvenc->qp_max; in gst_nv_base_enc_setup_rate_control()1543 rc_params->maxQP.qpIntra = nvenc->qp_max; in gst_nv_base_enc_setup_rate_control()2675 nvenc->qp_max = g_value_get_int (value); in gst_nv_base_enc_set_property()2768 g_value_set_int (value, nvenc->qp_max); in gst_nv_base_enc_get_property()
190 guint qp_max; member
275 encoder_class->qp_max = 255; in gst_msdkvp9enc_class_init()
2080 klass->qp_max = 51; in gst_msdkenc_class_init()2349 guint qp_range_max = klass->qp_max; in gst_msdkenc_install_common_properties()