Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc.c37 MPP_RET rc_init(RcCtx *ctx, MppCodingType type, const char **request_name) in rc_init() argument
46 if (NULL == request_name || NULL == *request_name) in rc_init()
49 name = *request_name; in rc_init()
70 if (request_name && *request_name) in rc_init()
77 if (request_name) in rc_init()
78 *request_name = name; in rc_init()
/rockchip-linux_mpp/mpp/codec/inc/
H A Drc.h54 MPP_RET rc_init(RcCtx *ctx, MppCodingType type, const char **request_name);