Searched refs:usage (Results 1 – 17 of 17) sorted by relevance
64 usage="changelog helper script94 echo "$usage"122 echo "$usage"134 echo "$usage"144 echo "$usage"151 echo "$usage"
126 usage() function147 -h|--help) usage; exit 0; ;;151 *) usage; exit 1 ;;
383 # symbols. At the end of a run doxygen will report the cache usage and suggest1030 # and then modify the file new_header.html. See also section "Doxygen usage"1044 # section "Doxygen usage" for information on how to generate the default footer1053 # See also section "Doxygen usage" for information on how to generate the style1600 # section "Doxygen usage" for information on how to let doxygen write the1724 # See also section "Doxygen usage" for information on how to generate the1980 # external documentation" for more information about the usage of tag files.2040 # and usage relations if the target is undocumented or is not a class.
10 a. inc directory in each module folder is for external module usage.65 |----- inc header file for external usage, including82 | | | external usage116 | | |----- inc header files provided by hal for external usage343 There are three memory usage modes that decoder can support:355 2. The decoder memory usage can not be control. Decoder is on a free-to-run362 User can use mpp_buffer_group_limit_config to limit decoder memory usage.368 3. Can limit the memory usage by mpp_buffer_group_limit_config370 1. The buffer limitation is still not accurate. Memory usage is 100% fixed.383 2. Player work flow may limit this usage.
260 - [fbc]: Fix RK3588 av1 FBC usage issue318 - [av1_vdpu383]: fix cdf usage issue399 - [hal_vp9]: Optimize prob memory usage
74 RK_S32 usage[H264E_MAX_REFS_CNT + 1]; member
160 EntryValUsage usage : 8; member
215 size_t usage = mpp_buffer_group_usage(data->frm_grp); in dec_loop() local216 if (usage > data->max_usage) in dec_loop()217 data->max_usage = usage; in dec_loop()
220 size_t usage = mpp_buffer_group_usage(data->frm_grp); in dec_simple() local221 if (usage > data->max_usage) in dec_simple()222 data->max_usage = usage; in dec_simple()
74 RK_U32 usage : 3; member
138 size_t usage; member
31 void usage() in usage() function158 usage(); in main()
9 In order to manage buffer usage in different user mpp buffer module introduces
87 If you want to quickly understand MPP usage and demo please go to Chapter 4 MPP demo instruction.93 …ucture that directly exposed to users in the process of using MPP and the usage instruction of the…119 …mbination interfaces for input and output tasks which can support complex usage modes such as spec…136 <center>Figure 4 Normal usage of MppBuffer</center>144 … use it as a buffer manager only to manage external imported buffers. Its usage is shown as follow…241 In practical usage we need to get MppTask from the input port of MPP by dequeue interface. Configur…250 <center>Figure 10 MppCtx usage process</center>345 …emory buffer to the decoder. This involves decoding memory allocation and usage procedure, which a…425 # 3.3 Key points on decoder usage429 ## 3.3.1 Decoder single/multithread usage[all …]
482 for (i = 0; i < (RK_S32)MPP_ARRAY_ELEMS(frms->usage); i++) in h264e_proc_dpb()483 frms->usage[i] = dpb->frames[i].on_used; in h264e_proc_dpb()
343 group->usage -= size; in service_put_buffer()352 if (group->is_orphan && !group->usage && !group->is_finalizing) in service_put_buffer()505 group->usage += info->size; in mpp_buffer_create()1292 p, p->tag, p->caller, mode2str[p->mode], type2str[p->type], p->usage); in service_put_group()
412 return p->usage; in mpp_buffer_group_usage()