Home
last modified time | relevance | path

Searched refs:qp_max_step (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmpph265enc.c46 gint qp_max_step; member
122 gint qp_max_step = g_value_get_int (value); in gst_mpp_h265_enc_set_property() local
123 if (self->qp_max_step == qp_max_step) in gst_mpp_h265_enc_set_property()
126 self->qp_max_step = qp_max_step; in gst_mpp_h265_enc_set_property()
155 g_value_set_int (value, self->qp_max_step); in gst_mpp_h265_enc_get_property()
201 self->qp_max_step >= 0 ? self->qp_max_step : 8); in gst_mpp_h265_enc_apply_properties()
208 self->qp_max_step >= 0 ? self->qp_max_step : 8); in gst_mpp_h265_enc_apply_properties()
251 self->qp_max_step = DEFAULT_PROP_QP_MAX_STEP; in gst_mpp_h265_enc_init()
H A Dgstmpph264enc.c59 gint qp_max_step; member
208 gint qp_max_step = g_value_get_int (value); in gst_mpp_h264_enc_set_property() local
209 if (self->qp_max_step == qp_max_step) in gst_mpp_h264_enc_set_property()
212 self->qp_max_step = qp_max_step; in gst_mpp_h264_enc_set_property()
247 g_value_set_int (value, self->qp_max_step); in gst_mpp_h264_enc_get_property()
303 self->qp_max_step >= 0 ? self->qp_max_step : 8); in gst_mpp_h264_enc_apply_properties()
310 self->qp_max_step >= 0 ? self->qp_max_step : 8); in gst_mpp_h264_enc_apply_properties()
364 self->qp_max_step = DEFAULT_PROP_QP_MAX_STEP; in gst_mpp_h264_enc_init()
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h405 RK_S32 qp_max_step; /* delta qp between each two P frame */ member
824 RK_S16 qp_max_step; member
1068 RK_S32 qp_max_step; member
1153 RK_S32 qp_max_step; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h405 RK_S32 qp_max_step; /* delta qp between each two P frame */ member
809 RK_S16 qp_max_step; member
1053 RK_S32 qp_max_step; member
1138 RK_S32 qp_max_step; member
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_encoder.h50 RK_S32 qp_max_step; /* delta qp between each two P frame */ member
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_cfg.cpp159 … qp_step, S32, RK_S32, MPP_ENC_RC_CFG_CHANGE_QP_MAX_STEP, rc, qp_max_step) \
208 … qp_step, S32, RK_S32, MPP_ENC_RC_CFG_CHANGE_QP_MAX_STEP, rc, qp_max_step) \
229 … qp_step, S32, RK_S32, MPP_ENC_RC_CFG_CHANGE_QP_MAX_STEP, rc, qp_max_step) \
242 … qp_step, S32, RK_S32, MPP_ENC_RC_CFG_CHANGE_QP_MAX_STEP, rc, qp_max_step) \
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_impl.cpp648 dst->qp_max_step = src->qp_max_step; in mpp_enc_proc_rc_cfg()
752 if (dst->qp_max_step < 0) { in mpp_enc_proc_rc_cfg()
754 dst->qp_max_step, bak.qp_max_step); in mpp_enc_proc_rc_cfg()
755 dst->qp_max_step = bak.qp_max_step; in mpp_enc_proc_rc_cfg()