Lines Matching refs:decode_put_packet

164 …alid data in the buffer space. If the length changes to 0 after the decode_put_packet call the pac…
261 | decode_put_packet | Function pointer | MPP_RET (\*decode_put_packet)(MppCtx ctx, MppPacket packe…
262 …rame) <br>Video decoding output interface, used in conjunction with decode_put_packet. <br>ctx :MP…
283 …ction of input stream and output image. The interface functions are decode_put_packet function, de…
285 ## 3.1.1 decode_put_packet
287 | Interface definition | MPP_RET decode_put_packet(MppCtx ctx, MppPacket packet) |
298 …segmented by frame, that is, each packet of MppPacket data input to decode_put_packet function alr…
305 In this way the MppPacket with broken frame data that input by decode_put_packet will be segmented …
315 The valid data length of input MppPacket is “length”. After input decode_put_packet, if the input s…
319decode_put_packet function is to input the raw bitstream to MPP instance, but in some cases the MP…
349 The decode function is a combination of decode_put_packet and decode_get_frame data, providing user…
369 …from the decoder. This command is called usually right after mpp_init and before decode_put_packet.
409 …mark any errinfo in the output MppFrame structure. This command is called before decode_put_packet.
413 …ust outputs the current decoded image immediately. This command is called before decode_put_packet.
417 …displayed before the I frame, frame loss may occur. The command is called before decode_put_packet.
798 …eries programs including the single-threaded mpi_dec_test using the decode_put_packet and decode_g…