Lines Matching refs:structure
93 This chapter describes the data structure that directly exposed to users in the process of using MP…
95 …ce for interaction with the upper layer. This chapter explains the data structure used in MPI inte…
97 ## 2.1 Interface structure overview
102 <center>Figure 2 Data structure used in MPI interface</center>
123 ## 2.2 Memory structure(MppBuffer)
155 ## 2.3 Bitstream structure(MppPacket)
181 MppPacket, as a structure describing one-dimensional memory, needs to be initialized using allocate…
195 ## 2.4 Image structure(MppFrame)
220 … | If true it represents that the current MppFrame is a descriptive structure for marking chan…
225 …structure. The decoded information (including pixel data, pts, error information and other related…
229 ## 2.5 Advanced task structure (MppTask)
236 MppTask is a structure which can be extended by keyword value (MppMetaKey) and support complex high…
245 ## 2.6 Instance context structure(MppCtx)
247 …user as decoder or encoder. Users can create MppCtx instance and MppApi structure by mpp_create fu…
252 ## 2.7 API structure MppApi(MPI)
254 …structure encapsulates the API of MPP. User implements the video codec function by using the funct…
258 | size | RK_U32 | MppApi structure size …
259 | version | RK_U32 | MppApi structure version …
267 …pTask \*task) The port dequeue interface is used to dequeue the MppTask structure from the port. <…
268 …k) The port enqueue interface is used to feed the port into the MppTask structure. <br>ctx :MPP in…
274 …users through function pointer in C structure. Users can use MPP context structure MppCtx and MPI …
279 …MPI interface structure MppApi. The real encoding and decoding process is achieved by calling the …
283 …acket function, decode_get_frame function and decode function in MppApi structure. This set of fun…
333 …structure of MppFrame. Also the structure of MppFrame is the channel for MPP decoder instance to o…
369 …ault width and height information of the decoder. The returned MppFrame structure will bring out t…
409 … decodable images, and does not mark any errinfo in the output MppFrame structure. This command is…
513 …n, the encode_get_packet function and the encode function in the MppApi structure. This set of fun…
549 …use a zero-copy interface, you need to use the enqueue/dequeue interface and the MppTask structure.
561 MPP recommends using the encapsulated MppEncCfg structure to configure encoder information through …
563 …e use of fixed structures is prone to frequent changes in the interface structure, resulting in th…
700 …tly supported by MPP, enter the RcApiQueryAll* pointer, and fill in the structure content when ret…
705 …e, enter the RcApiQueryType* pointer and specify MppCodingType, and the structure content will be …
710 …egy API, and enter the RcImplApi* pointer. The function pointer in this structure defines the beha…
715 …control strategy, enter the RcApiBrief* pointer, and the content of the structure will be filled i…
788 …e default H.264/H.265 code control strategy implementation (default_h264e/default_h265e structure).