Lines Matching refs:used
95 …nteraction with the upper layer. This chapter explains the data structure used in MPI interface an…
99 The following figure shows the main data structures used by the MPI interface:
102 <center>Figure 2 Data structure used in MPI interface</center>
108 …psulation, which can be generated from MppMem and MapBuffer. It is mainly used to represent bitstr…
110 …psulation, which can be generated from MppMem and MapBuffer. It is mainly used to represent image …
119 … can support complex usage modes such as specified input and output modes. It is occasionally used.
125 MppBuffer is mainly used to describe memory blocks for hardware. It provides functions such as memo…
142 …g process (the output frame of decoder is the same as the reference frame used in decoder). But it…
157 MppPacket is mainly used to describe the related information of one-dimensional bitstream data, esp…
179 | flag | RK_U32 | Represents the flag bits used within MPP, including the followi…
197 MppFrame is mainly used to define the related information of two-dimensional image buffer, the loca…
220 …xample 8 bit to 10 bit. <br>Once info_change is generated the memory pool used by the decoder need…
231 …o fulfill more complex input and output requirements. MppTask needs to be used in conjunction with…
260 …\*frame) <br>Video decoding interface, input and output at the same time, used alone. <br>ctx :MPP…
261 …packet)(MppCtx ctx, MppPacket packet) <br>Video decoding input interface, used in conjunction with…
262 …frame)(MppCtx ctx, MppFrame \*frame) <br>Video decoding output interface, used in conjunction with…
263 …*packet) <br>Video encoding interface, input and output at the same time, used separately. <br>ctx…
264 …ut_frame)(MppCtx ctx, MppFrame frame) <br>Video encoding input interface, used in conjunction with…
265 …_packet)(MppCtx ctx, MppPacket \*packet) Video encoding output interface, used in conjunction with…
266 …(MppCtx ctx, MppPortType type, MppPollType timeout) Port query interface, used to query whether th…
267 …pCtx ctx, MppPortType type, MppTask \*task) The port dequeue interface is used to dequeue the MppT…
268 …MppCtx ctx, MppPortType type, MppTask task) The port enqueue interface is used to feed the port in…
269 | reset | Function pointer | MPP_RET (\*reset)(MppCtx ctx) The reset interface is used…
311 …ode is broken frame mode. In Rockchip Android SDK the whole frame mode is used. Users can choose a…
345 …d decoder will report to user. User is required to update the memory pool used by decoder by updat…
369 The command parameter is MppFrame, which is used to configure the default width and height informat…
373 The command parameter is MppBufferGroup, which is used to configure the MppBufferGroup as buffer po…
377 There is no command parameter for this command. It is used to mark decoder’s MppBufferGroup has com…
381 The command parameter is RK_U32*, which is used to process special bitstream timestamp case.
385 The command parameter is RK_U32*, which is used to enable the protocol parser in the MPP to process…
389 The command parameter is RK_U32*, which is used to enable fast frame parsing in MPP and improve the…
397 …. It is called by external applications to obtain the number of MppBuffer used by MPP. It is a his…
405 …l applications to configure the output image format of the JPEG decoder. It is not used by default.
409 The command parameter is RK_U32*. It is used to disable error handling of the MPP decoder. Once ena…
413 The command parameter is RK_U32*. It is used to enable the immediate output mode of H.264 decoder. …
417 The command parameter is FastPlayMode\*. It is used to enable the fast play of H.264, without waiti…
421 The reset interface is used to restore the decoder to the state after normal initialization.
431 The MPI interface of MPP decoder is thread-safe and can be used in multi-thread environment. The si…
467 This mode is the default mode used by the mpi_dec_test demo. The user needs to create an MppBufferG…
525 …the use of the input image memory then the input function can return. The used image is returned t…
587 …and minimum bit rates play a decisive role.<br>FIX_QP is a fixed QP mode, used for debugging and p…
613 |h264:cabac_en|S32|RK_S32|Represents the entropy encoding format used by the encoder:<br>0 – CAVLC,…
644 |jpeg: quant|S32|RK_S32|Indicates the quantization parameter level used by the JPEG encoder. The en…
670 There is no command parameter. It is used to request IDR frame to the encoder. After the encoder re…
681 The command used to obtain the stream header data separately. MPP_ENC_GET_EXTRA_INFO is an old comm…
685 …r controls during reading, so this command is not thread-safe and is only used for compatibility w…
715 Return the API information of the currently used rate control strategy, enter the RcApiBrief* point…
735 …ed. It is used when the long-term reference frame and short-term reference frame reference relatio…
740 The command parameter is MppEncOSDPlt, which is used to configure the OSD palette of the rkvenc ser…
745 …e OSD palette of rkvenc series hardware, the command parameter is MppEncOSDPlt*. Generally not used
750 …used to configure the OSD data of the rkvenc series hardware.Used to configure OSD data of rkvenc …
788 …defines several hook functions on the encoding processing flow, which are used to insert user-defi…
904 | -tsrc | input file source coding type, only used in the codec performance test(see mp…