Home
last modified time | relevance | path

Searched refs:MPP_ENC_RC_MODE_VBR (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_rc.h27 MPP_ENC_RC_MODE_VBR, enumerator
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_rc.h27 MPP_ENC_RC_MODE_VBR, enumerator
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_2str.c75 if (rc_mode >= MPP_ENC_RC_MODE_VBR && rc_mode < MPP_ENC_RC_MODE_BUTT) in strof_rc_mode()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmpph265enc.c202 } else if (mppenc->rc_mode == MPP_ENC_RC_MODE_VBR) { in gst_mpp_h265_enc_apply_properties()
H A Dgstmpph264enc.c304 } else if (mppenc->rc_mode == MPP_ENC_RC_MODE_VBR) { in gst_mpp_h264_enc_apply_properties()
H A Dgstmppenc.c398 } else if (self->rc_mode == MPP_ENC_RC_MODE_VBR) { in gst_mpp_enc_apply_properties()
1159 {MPP_ENC_RC_MODE_VBR, "Variable bitrate", "vbr"}, in gst_mpp_enc_rc_mode_get_type()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_encoder.cpp148 case MPP_ENC_RC_MODE_VBR : in SetupEncCfg()
177 case MPP_ENC_RC_MODE_VBR : in SetupEncCfg()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_enc_test.c346 case MPP_ENC_RC_MODE_VBR : in test_mpp_enc_cfg_setup()
375 case MPP_ENC_RC_MODE_VBR : in test_mpp_enc_cfg_setup()
H A Dmpi_enc_mt_test.cpp351 case MPP_ENC_RC_MODE_VBR : in test_mt_cfg_setup()
380 case MPP_ENC_RC_MODE_VBR : in test_mt_cfg_setup()
H A Dmpi_rc2_test.c484 case MPP_ENC_RC_MODE_VBR : { in mpi_rc_enc_init()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c89 rc->rc_mode = MPP_ENC_RC_MODE_VBR; in jpege_init_v2()
/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_enc_utils.c587 MPP_ENC_RC_MODE_FIXQP : MPP_ENC_RC_MODE_VBR; in mpi_enc_test_cmd_update_by_args()
/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.cpp1187 case MPP_ENC_RC_MODE_VBR : { in set_rc_cfg()