Home
last modified time | relevance | path

Searched refs:flow (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc.c166 #define MPP_ENC_RC_FUNC(flow, func) \ argument
167 MPP_RET rc_##flow##_##func(RcCtx ctx, EncRcTask *task) \
171 if (!api || !api->flow##_##func || !p->ctx || !task) \
173 return api->flow##_##func(p->ctx, task); \
/rockchip-linux_mpp/doc/design/
H A D4.mpp_task.txt31 global view the task will always flow from input port to output port.
52 status to next status. The status transform flow is unidirectional from input
80 Mpp task transaction of a complete work flow
90 The work flow is demonstrated as below graph.
H A D1.mpp_design.txt99 This module implements the high efficiency internal work flow. The codec module
100 provides a general call flow for different video format. Software process will
/rockchip-linux_mpp/
H A Dreadme.txt86 | | | |----- dummy decoder parser work flow sample
106 | | |----- dummy encoder controllor work flow sample
383 2. Player work flow may limit this usage.
H A DCHANGELOG.md181 - [mpi_enc_test]: Support enc for kmpp flow
465 - [mpp_enc_async]: fix debreath not work on async flow
551 - [mpp_enc]: Add device attach/detach on enc flow
552 - [mpp_dec]: Add device attach/detach on dec flow
601 - [hal_av2sd]: refactor hal_api assign flow
602 - [hal_h264d]: refactor hal_api assign flow
671 - [allocator]: Refactor allocator flow
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md281 # 3.1 Decoder data flow interface
455 <center>Figure 14 Code flow of decoder image memory pure internal allocation mode</center>
471 <center>Figure 15 Semi-internal allocation mode decoder work flow</center>
490 <center>Figure 17 Pure external allocation mode decoder work flow</center>
497 2. The user program needs to be modified. Some user program work flow restricts the pure external …
511 # 3.4 Encoder data flow interface
788 …rface RcImplApi defines several hook functions on the encoding processing flow, which are used to …