Home
last modified time | relevance | path

Searched refs:RcApiBrief (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_api.c47 RcApiBrief brief;
208 MPP_RET rc_api_get_all(MppRcApiSrv *srv, RcApiBrief *brief, RK_S32 *count, RK_S32 max_count) in rc_api_get_all()
228 MPP_RET rc_api_get_by_type(MppRcApiSrv *srv, RcApiBrief *brief, RK_S32 *count, in rc_api_get_by_type()
255 RcApiBrief *brief; in rc_brief_get_all()
282 RcApiBrief *brief; in rc_brief_get_by_type()
/rockchip-linux_mpp/inc/
H A Dmpp_rc_api.h222 } RcApiBrief; typedef
226 RcApiBrief *brief;
235 RcApiBrief *brief;
/rockchip-linux_mpp/mpp/codec/rc/test/
H A Drc_api_test.c57 RcApiBrief briefs[MAX_QUERY_COUNT]; in main()
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h73 RcApiBrief rc_brief;
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md797 返回当前使用的码率控制策略API信息,输入RcApiBrief\*指针,在返回时会填充好结构体内容。
801 激活指定名字的码率控制策略API,输入RcApiBrief\*指针,编码器会搜索到RcApiBrief中指定字符串名字的码率控制策略API并激活为当前码率控制策略。
H A DRockchip_Developer_Guide_MPP_EN.md715 Return the API information of the currently used rate control strategy, enter the RcApiBrief* point…
720 …d name, enter the RcApiBrief* pointer, the encoder will search the rate control strategy API of th…
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1379 RcApiBrief *dst = (RcApiBrief *)param; in mpp_enc_proc_cfg()
1384 RcApiBrief *src = (RcApiBrief *)param; in mpp_enc_proc_cfg()
1681 RcApiBrief *brief = &enc->rc_brief; in mpp_enc_proc_rc_update()
/rockchip-linux_mpp/test/
H A Dmpi_enc_test.c685 RcApiBrief rc_api_brief; in test_mpp_enc_cfg_setup()