Home
last modified time | relevance | path

Searched refs:min_qp (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfh265enc.cpp161 guint min_qp; member
309 if (device_caps->min_qp) { in gst_mf_h265_enc_class_init()
434 self->min_qp = DEFAULT_MIN_QP; in gst_mf_h265_enc_init()
484 g_value_set_uint (value, self->min_qp); in gst_mf_h265_enc_get_property()
554 self->min_qp = g_value_get_uint (value); in gst_mf_h265_enc_set_property()
731 if (device_caps->min_qp) { in gst_mf_h265_enc_set_option()
733 &CODECAPI_AVEncVideoMinQP, self->min_qp); in gst_mf_h265_enc_set_option()
Dgstmfh264enc.cpp215 guint min_qp; member
421 if (device_caps->min_qp) { in gst_mf_h264_enc_class_init()
551 self->min_qp = DEFAULT_MIN_QP; in gst_mf_h264_enc_init()
626 g_value_set_uint (value, self->min_qp); in gst_mf_h264_enc_get_property()
711 self->min_qp = g_value_get_uint (value); in gst_mf_h264_enc_set_property()
992 if (device_caps->min_qp) { in gst_mf_h264_enc_set_option()
994 &CODECAPI_AVEncVideoMinQP, self->min_qp); in gst_mf_h264_enc_set_option()
Dgstmfvideoenc.h69 gboolean min_qp; /* AVEncVideoMinQP */ member
Dgstmfvideoenc.cpp1763 CHECK_DEVICE_CAPS (codec_api, CODECAPI_AVEncVideoMinQP, min_qp); in gst_mf_video_enc_enum_internal()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c551 self->min_qp[QP_I_FRAME] = DEFAULT_MIN_QP; in gst_uvc_h264_src_init()
553 self->min_qp[QP_P_FRAME] = DEFAULT_MIN_QP; in gst_uvc_h264_src_init()
555 self->min_qp[QP_B_FRAME] = DEFAULT_MIN_QP; in gst_uvc_h264_src_init()
672 self->min_qp[QP_I_FRAME] = g_value_get_int (value); in gst_uvc_h264_src_set_property()
682 self->min_qp[QP_P_FRAME] = g_value_get_int (value); in gst_uvc_h264_src_set_property()
692 self->min_qp[QP_B_FRAME] = g_value_get_int (value); in gst_uvc_h264_src_set_property()
829 g_value_set_int (value, self->min_qp[QP_I_FRAME]); in gst_uvc_h264_src_get_property()
837 g_value_set_int (value, self->min_qp[QP_P_FRAME]); in gst_uvc_h264_src_get_property()
845 g_value_set_int (value, self->min_qp[QP_B_FRAME]); in gst_uvc_h264_src_get_property()
954 req.bMinQp = self->min_qp[type]; in set_qp()
[all …]
Dgstuvch264_src.h145 gint8 min_qp[QP_FRAMES]; member
/third_party/ffmpeg/libavcodec/
Dlibxavs2.c46 int min_qp; member
107 xavs2_opt_set2("MinQP", "%d", avctx->qmin >= 0 ? avctx->qmin : cae->min_qp); in xavs2_init()
267 …{ "min_qp" , "min qp for rate control" , OFFSET(min_qp) , AV_O…
Dvaapi_encode.c1770 .min_qp = (avctx->qmin > 0 ? avctx->qmin : 0), in vaapi_encode_init_rate_control()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh264enc.c406 thiz->min_qp; in gst_msdkh264enc_configure()
606 thiz->min_qp = g_value_get_uint (value); in gst_msdkh264enc_set_property()
666 g_value_set_uint (value, thiz->min_qp); in gst_msdkh264enc_get_property()
827 thiz->min_qp = PROP_MIN_QP_DEFAULT; in gst_msdkh264enc_init()
Dgstmsdkh265enc.h68 guint min_qp; member
Dgstmsdkh264enc.h75 guint min_qp; member
Dgstmsdkh265enc.c488 h265enc->min_qp; in gst_msdkh265enc_configure()
713 thiz->min_qp = g_value_get_uint (value); in gst_msdkh265enc_set_property()
781 g_value_set_uint (value, thiz->min_qp); in gst_msdkh265enc_get_property()
979 thiz->min_qp = PROP_MIN_QP_DEFAULT; in gst_msdkh265enc_init()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.h85 uint32_t min_qp; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vce.h85 uint32_t min_qp; member
Dradeon_vce_52.c441 RVCE_CS(enc->enc_pic.rc.min_qp); in rate_control()
/third_party/ffmpeg/doc/
Dencoders.texi2770 @item min_qp