Searched refs:get_frame (Results 1 – 4 of 4) sorted by relevance
29 MPP_RET (*get_frame)(Kmpp *ctx, MppFrame *frame); member
257 static MPP_RET get_frame(Kmpp *ctx, MppFrame *frame) in get_frame() function629 .get_frame = get_frame,
120 以视频解码为例,码流输入端把地址和大小赋值给MppPacket,通过put_packet接口输入,在输出端通过get_frame接口得到输入图像MppFrame,即可完成最简单的视频解码过程。242 …一个数据容器,来满足复杂的输入输出需求。MppTask需要与poll/dequeuer/enqueue接口来配合使用,对比put_packet/get_frame等简单流程接口,MppTask的使…488 这种模式是mpi_dec_test demo使用的默认模式。用户需要根据get_frame返回的MppFrame的buf_size来创建MppBufferGroup,并通过control接口的MPP…
114 …put_packet interface, and then get the input image MppFrame through the get_frame interface at the…231 …e interface. Compared with simple process interfaces such as put_packet/get_frame, MppTask has com…467 …ppBufferGroup according to the buf_size of the MppFrame returned by the get_frame, and configure i…