Home
last modified time | relevance | path

Searched refs:qp_max_detail (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.h97 GstNvEncQP qp_max_detail; member
Dgstnvbaseenc.c1046 nvenc->qp_max_detail = qp_detail; in gst_nv_base_enc_init()
1544 } else if (qp_has_values (&nvenc->qp_max_detail)) { in gst_nv_base_enc_setup_rate_control()
1546 rc_params->maxQP.qpInterB = nvenc->qp_max_detail.qp_b; in gst_nv_base_enc_setup_rate_control()
1547 rc_params->maxQP.qpInterP = nvenc->qp_max_detail.qp_p; in gst_nv_base_enc_setup_rate_control()
1548 rc_params->maxQP.qpIntra = nvenc->qp_max_detail.qp_i; in gst_nv_base_enc_setup_rate_control()
2720 nvenc->qp_max_detail.qp_i = g_value_get_int (value); in gst_nv_base_enc_set_property()
2723 nvenc->qp_max_detail.qp_p = g_value_get_int (value); in gst_nv_base_enc_set_property()
2726 nvenc->qp_max_detail.qp_b = g_value_get_int (value); in gst_nv_base_enc_set_property()
2813 g_value_set_int (value, nvenc->qp_max_detail.qp_i); in gst_nv_base_enc_get_property()
2816 g_value_set_int (value, nvenc->qp_max_detail.qp_p); in gst_nv_base_enc_get_property()
[all …]