Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc.cpp48 MPP_RET rc_init(RcCtx *ctx, MppCodingType type, const char **request_name) in rc_init() argument
56 if (NULL == request_name || NULL == *request_name) in rc_init()
59 name = *request_name; in rc_init()
80 if (request_name && *request_name) in rc_init()
87 if (request_name) in rc_init()
88 *request_name = name; in rc_init()
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Drc.h65 MPP_RET rc_init(RcCtx *ctx, MppCodingType type, const char **request_name);
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dsample_python_dbus_next.py27 await bus.request_name(bus_name)