Home
last modified time | relevance | path

Searched refs:qp_min (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.h77 guint qp_min; member
Dgstopenh264enc.cpp393 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()
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.h111 guint qp_min; member
Dgstsvthevcenc.c645 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()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.h94 gint qp_min; member
Dgstnvbaseenc.c1032 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()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkenc.h191 guint qp_min; member
Dgstmsdkvp9enc.c276 encoder_class->qp_min = 0; in gst_msdkvp9enc_class_init()
Dgstmsdkenc.c2081 klass->qp_min = 0; in gst_msdkenc_class_init()
2350 guint qp_range_min = klass->qp_min; in gst_msdkenc_install_common_properties()