Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.h78 guint qp_max; member
Dgstopenh264enc.cpp394 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()
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.h110 guint qp_max; member
Dgstsvthevcenc.c644 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()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.h96 gint qp_max; member
Dgstnvbaseenc.c1033 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()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkenc.h190 guint qp_max; member
Dgstmsdkvp9enc.c275 encoder_class->qp_max = 255; in gst_msdkvp9enc_class_init()
Dgstmsdkenc.c2080 klass->qp_max = 51; in gst_msdkenc_class_init()
2349 guint qp_range_max = klass->qp_max; in gst_msdkenc_install_common_properties()