Searched refs:qp_min (Results 1 – 9 of 9) sorted by relevance
77 guint qp_min; member
393 openh264enc->qp_min = DEFAULT_QP_MIN; in gst_openh264enc_init()480 openh264enc->qp_min = g_value_get_uint (value); in gst_openh264enc_set_property()577 g_value_set_uint (value, openh264enc->qp_min); in gst_openh264enc_get_property()784 enc_params.iMinQp = openh264enc->qp_min; in gst_openh264enc_set_format()
111 guint qp_min; member
645 encoder->qp_min = PROP_QP_MIN_DEFAULT; in gst_svthevc_enc_init()837 param->minQpAllowed = encoder->qp_min; in config_enc_params()2113 encoder->qp_min = g_value_get_uint (value); in gst_svthevc_enc_set_property()2208 g_value_set_uint (value, encoder->qp_min); in gst_svthevc_enc_get_property()
94 gint qp_min; member
1032 nvenc->qp_min = DEFAULT_QP_MIN; in gst_nv_base_enc_init()1527 if (nvenc->qp_min >= 0) { in gst_nv_base_enc_setup_rate_control()1529 rc_params->minQP.qpInterB = nvenc->qp_min; in gst_nv_base_enc_setup_rate_control()1530 rc_params->minQP.qpInterP = nvenc->qp_min; in gst_nv_base_enc_setup_rate_control()1531 rc_params->minQP.qpIntra = nvenc->qp_min; in gst_nv_base_enc_setup_rate_control()1562 if (nv_rcmode == NV_ENC_PARAMS_RC_VBR_MINQP && nvenc->qp_min < 0) { in gst_nv_base_enc_setup_rate_control()2672 nvenc->qp_min = g_value_get_int (value); in gst_nv_base_enc_set_property()2765 g_value_set_int (value, nvenc->qp_min); in gst_nv_base_enc_get_property()
191 guint qp_min; member
276 encoder_class->qp_min = 0; in gst_msdkvp9enc_class_init()
2081 klass->qp_min = 0; in gst_msdkenc_class_init()2350 guint qp_range_min = klass->qp_min; in gst_msdkenc_install_common_properties()