Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_api.c47 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()
[all …]
/rockchip-linux_mpp/inc/
H A Dmpp_rc_api.h226 RcApiBrief *brief; member
235 RcApiBrief *brief; member
/rockchip-linux_mpp/mpp/codec/rc/test/
H A Drc_api_test.c62 query.brief = briefs; in main()
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
99 # brief descriptions will be completely suppressed.
104 # This tag implements a quasi-intelligent brief description abbreviator that is
106 # as the leading text of the brief description, will be stripped from the text
108 # text. Otherwise, the brief description is used as-is. If left blank, the
116 # doxygen will generate a detailed section even if there is only a brief
166 # first line (until the first dot) of a Javadoc-style comment as the brief
168 # style comments (thus requiring an explicit @brief command for a brief
175 # line (until the first dot) of a Qt-style comment as the brief description. If
[all …]
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1681 RcApiBrief *brief = &enc->rc_brief; in mpp_enc_proc_rc_update() local
1690 ret = rc_init(&enc->rc_ctx, enc->coding, &brief->name); in mpp_enc_proc_rc_update()
1692 mpp_err("enc %p fail to init rc %s\n", enc, brief->name); in mpp_enc_proc_rc_update()
1696 enc_dbg_detail("rc init %p name %s ret %d\n", enc->rc_ctx, brief->name, ret); in mpp_enc_proc_rc_update()
1700 update_rc_cfg_log(enc, "%s:", brief->name); in mpp_enc_proc_rc_update()