Searched refs:min_qp (Results 1 – 16 of 16) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfh265enc.cpp | 161 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()
|
D | gstmfh264enc.cpp | 215 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()
|
D | gstmfvideoenc.h | 69 gboolean min_qp; /* AVEncVideoMinQP */ member
|
D | gstmfvideoenc.cpp | 1763 CHECK_DEVICE_CAPS (codec_api, CODECAPI_AVEncVideoMinQP, min_qp); in gst_mf_video_enc_enum_internal()
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_src.c | 551 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 …]
|
D | gstuvch264_src.h | 145 gint8 min_qp[QP_FRAMES]; member
|
/third_party/ffmpeg/libavcodec/ |
D | libxavs2.c | 46 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…
|
D | vaapi_encode.c | 1770 .min_qp = (avctx->qmin > 0 ? avctx->qmin : 0), in vaapi_encode_init_rate_control()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkh265enc.h | 68 guint min_qp; member
|
D | gstmsdkh264enc.h | 75 guint min_qp; member
|
D | gstmsdkh264enc.c | 406 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()
|
D | gstmsdkh265enc.c | 488 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/radeon/ |
D | radeon_vce.h | 85 uint32_t min_qp; member
|
D | radeon_vce_52.c | 441 RVCE_CS(enc->enc_pic.rc.min_qp); in rate_control()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | radeon_vce.h | 85 uint32_t min_qp; member
|
/third_party/ffmpeg/doc/ |
D | encoders.texi | 2770 @item min_qp
|