Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_api.c28 MppRcApiSrv *__tmp; \
56 } MppRcApiSrv; typedef
58 static MppRcApiSrv *rc_api_srv = NULL;
62 MppRcApiSrv *srv = rc_api_srv; in rc_api_srv_init()
69 srv = mpp_malloc(MppRcApiSrv, 1); in rc_api_srv_init()
92 MppRcApiSrv *srv = rc_api_srv; in rc_api_srv_deinit()
120 static RcImplApi *_rc_api_get(MppRcApiSrv *srv, MppCodingType type, const char *name) in _rc_api_get()
157 MppRcApiSrv *srv = get_srv_rc_api_srv(__FUNCTION__); in rc_api_add()
200 MppRcApiSrv *srv = get_srv_rc_api_srv(__FUNCTION__); in rc_api_get()
208 MPP_RET rc_api_get_all(MppRcApiSrv *srv, RcApiBrief *brief, RK_S32 *count, RK_S32 max_count) in rc_api_get_all()
[all …]