Home
last modified time | relevance | path

Searched refs:KEY_ENC_BPS_RT (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/inc/
H A Dmpp_meta.h57 KEY_ENC_BPS_RT = FOURCC_META('r', 't', 'b', 'r'), /* realtime bps */ enumerator
/rockchip-linux_mpp/mpp/base/
H A Dmpp_meta.c119 ENTRY(KEY_ENC_BPS_RT, TYPE_VAL_32) \
/rockchip-linux_mpp/test/
H A Dmpi_enc_test.c1084 if (MPP_OK == mpp_meta_get_s32(meta, KEY_ENC_BPS_RT, &bps_rt)) in test_mpp_run()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c2739 mpp_meta_set_s32(meta, KEY_ENC_BPS_RT, rc_task->info.rt_bits); in set_enc_info_to_packet()