Home
last modified time | relevance | path

Searched refs:RcApiQueryType (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/inc/
H A Dmpp_rc_api.h241 } RcApiQueryType; typedef
249 MPP_RET rc_brief_get_by_type(RcApiQueryType *query);
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_api.c279 MPP_RET rc_brief_get_by_type(RcApiQueryType *query) in rc_brief_get_by_type()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md789 获取指定MppCodingType类型的所有码率控制策略API信息,输入RcApiQueryType\*指针并指定MppCodingType,在返回时会填充好结构体内容。
H A DRockchip_Developer_Guide_MPP_EN.md705 …te control strategies of the specified MppCodingType type, enter the RcApiQueryType* pointer and s…
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1369 RcApiQueryType *query = (RcApiQueryType *)param; in mpp_enc_proc_cfg()