Home
last modified time | relevance | path

Searched refs:usage (Results 1 – 17 of 17) sorted by relevance

/rockchip-linux_mpp/tools/
H A Dchangelog.sh64 usage="changelog helper script
94 echo "$usage"
122 echo "$usage"
134 echo "$usage"
144 echo "$usage"
151 echo "$usage"
H A Dresolution_test.sh126 usage() function
147 -h|--help) usage; exit 0; ;;
151 *) usage; exit 1 ;;
H A Dmpp_doxyfile383 # symbols. At the end of a run doxygen will report the cache usage and suggest
1030 # 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 footer
1053 # See also section "Doxygen usage" for information on how to generate the style
1600 # section "Doxygen usage" for information on how to let doxygen write the
1724 # See also section "Doxygen usage" for information on how to generate the
1980 # 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.
/rockchip-linux_mpp/
H A Dreadme.txt10 a. inc directory in each module folder is for external module usage.
65 |----- inc header file for external usage, including
82 | | | external usage
116 | | |----- inc header files provided by hal for external usage
343 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-run
362 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_config
370 1. The buffer limitation is still not accurate. Memory usage is 100% fixed.
383 2. Player work flow may limit this usage.
H A DCHANGELOG.md260 - [fbc]: Fix RK3588 av1 FBC usage issue
318 - [av1_vdpu383]: fix cdf usage issue
399 - [hal_vp9]: Optimize prob memory usage
/rockchip-linux_mpp/mpp/common/
H A Dh264e_syntax.h74 RK_S32 usage[H264E_MAX_REFS_CNT + 1]; member
/rockchip-linux_mpp/mpp/inc/
H A Dmpp_internal.h160 EntryValUsage usage : 8; member
/rockchip-linux_mpp/test/
H A Dmpi_dec_nt_test.c215 size_t usage = mpp_buffer_group_usage(data->frm_grp); in dec_loop() local
216 if (usage > data->max_usage) in dec_loop()
217 data->max_usage = usage; in dec_loop()
H A Dmpi_dec_test.c220 size_t usage = mpp_buffer_group_usage(data->frm_grp); in dec_simple() local
221 if (usage > data->max_usage) in dec_simple()
222 data->max_usage = usage; in dec_simple()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_frame_impl.h74 RK_U32 usage : 3; member
H A Dmpp_buffer_impl.h138 size_t usage; member
/rockchip-linux_mpp/mpp/vproc/rga/test/
H A Drga_test.c31 void usage() in usage() function
158 usage(); in main()
/rockchip-linux_mpp/doc/design/
H A D3.mpp_buffer.txt9 In order to manage buffer usage in different user mpp buffer module introduces
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md87 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 usage
429 ## 3.3.1 Decoder single/multithread usage
[all …]
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c482 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()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buffer_impl.c343 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()
H A Dmpp_buffer.c412 return p->usage; in mpp_buffer_group_usage()