Home
last modified time | relevance | path

Searched refs:RcApiQueryAll (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/inc/
H A Dmpp_rc_api.h231 } RcApiQueryAll; typedef
248 MPP_RET rc_brief_get_all(RcApiQueryAll *query);
/rockchip-linux_mpp/mpp/codec/rc/test/
H A Drc_api_test.c56 RcApiQueryAll query; in main()
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_api.c252 MPP_RET rc_brief_get_all(RcApiQueryAll *query) in rc_brief_get_all()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md785 获取MPP目前支持的码率控制策略API信息的接口,输入 RcApiQueryAll\*指针,在返回时填充好结构体内容
H A DRockchip_Developer_Guide_MPP_EN.md700 …on of the rate control strategy currently supported by MPP, enter the RcApiQueryAll* pointer, and …
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1364 RcApiQueryAll *query = (RcApiQueryAll *)param; in mpp_enc_proc_cfg()