Lines Matching refs:brief
47 RcApiBrief brief; member
151 node->brief.type = api->type; in set_node_api()
152 node->brief.name = api->name; in set_node_api()
208 MPP_RET rc_api_get_all(MppRcApiSrv *srv, RcApiBrief *brief, RK_S32 *count, RK_S32 max_count) in rc_api_get_all() argument
219 brief[cnt++] = pos->brief; 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() argument
243 brief[cnt++] = pos->brief; in rc_api_get_by_type()
255 RcApiBrief *brief; in rc_brief_get_all() local
267 brief = query->brief; in rc_brief_get_all()
271 if (!brief || max_count <= 0) { in rc_brief_get_all()
272 mpp_err_f("invalide brief buffer %p max count %d\n", brief, max_count); in rc_brief_get_all()
276 return rc_api_get_all(srv, brief, count, max_count); in rc_brief_get_all()
282 RcApiBrief *brief; in rc_brief_get_by_type() local
295 brief = query->brief; in rc_brief_get_by_type()
300 if (!brief || max_count <= 0) { in rc_brief_get_by_type()
302 brief, max_count, type); in rc_brief_get_by_type()
306 return rc_api_get_by_type(srv, brief, count, max_count, type); in rc_brief_get_by_type()