Home
last modified time | relevance | path

Searched refs:MPP_ENC_RC_MODE_CBR (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_rc.h28 MPP_ENC_RC_MODE_CBR, enumerator
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_rc.h28 MPP_ENC_RC_MODE_CBR, enumerator
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmpph265enc.c194 } else if (mppenc->rc_mode == MPP_ENC_RC_MODE_CBR) { in gst_mpp_h265_enc_apply_properties()
H A Dgstmppenc.c72 #define DEFAULT_PROP_RC_MODE MPP_ENC_RC_MODE_CBR
391 } else if (self->rc_mode == MPP_ENC_RC_MODE_CBR) { in gst_mpp_enc_apply_properties()
1160 {MPP_ENC_RC_MODE_CBR, "Constant bitrate", "cbr"}, in gst_mpp_enc_rc_mode_get_type()
H A Dgstmpph264enc.c296 } else if (mppenc->rc_mode == MPP_ENC_RC_MODE_CBR) { in gst_mpp_h264_enc_apply_properties()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_encoder.cpp143 case MPP_ENC_RC_MODE_CBR : { in SetupEncCfg()
176 case MPP_ENC_RC_MODE_CBR : in SetupEncCfg()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c93 rc_cfg->rc_mode = MPP_ENC_RC_MODE_CBR; in vp8e_init()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_enc_test.c341 case MPP_ENC_RC_MODE_CBR : { in test_mpp_enc_cfg_setup()
374 case MPP_ENC_RC_MODE_CBR : in test_mpp_enc_cfg_setup()
H A Dmpi_enc_mt_test.cpp346 case MPP_ENC_RC_MODE_CBR : { in test_mt_cfg_setup()
379 case MPP_ENC_RC_MODE_CBR : in test_mt_cfg_setup()
H A Dmpi_rc2_test.c478 case MPP_ENC_RC_MODE_CBR : { in mpi_rc_enc_init()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp152 (rc_mode ? MPP_ENC_RC_MODE_CBR : MPP_ENC_RC_MODE_VBR)); in vpu_api_set_enc_cfg()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_impl.cpp1184 case MPP_ENC_RC_MODE_CBR : { in set_rc_cfg()