Searched refs:put_packet (Results 1 – 4 of 4) sorted by relevance
28 MPP_RET (*put_packet)(Kmpp *ctx, MppPacket packet); member
246 static MPP_RET put_packet(Kmpp *ctx, MppPacket packet) in put_packet() function628 .put_packet = put_packet,
120 以视频解码为例,码流输入端把地址和大小赋值给MppPacket,通过put_packet接口输入,在输出端通过get_frame接口得到输入图像MppFrame,即可完成最简单的视频解码过程。242 …用MppTask做为一个数据容器,来满足复杂的输入输出需求。MppTask需要与poll/dequeuer/enqueue接口来配合使用,对比put_packet/get_frame等简单流程接口…
114 …nput side assigns the address and size to MppPacket. Input through the put_packet interface, and t…231 …uer/enqueue interface. Compared with simple process interfaces such as put_packet/get_frame, MppTa…