Searched refs:decode_get_frame (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/test/ |
| H A D | README.md | 9 use sync interface and async interface(decode_put_packet and decode_get_frame),
|
| H A D | mpi_dec_test.c | 111 ret = mpi->decode_get_frame(ctx, &frame); in dec_simple() 307 ret = mpi->decode_get_frame(ctx, &frame_ret); in dec_advanced()
|
| H A D | mpi_dec_mt_test.c | 121 MPP_RET ret = mpi->decode_get_frame(ctx, &frame); in thread_output()
|
| H A D | mpi_rc2_test.c | 659 ret = ctx->dec_mpi_post->decode_get_frame(ctx->dec_ctx_post, in mpi_rc_dec_post_decode() 801 ret = mpi->decode_get_frame(dec_ctx, &frm); in mpi_rc_enc()
|
| H A D | mpi_dec_multi_test.c | 123 ret = mpi->decode_get_frame(ctx, &frame); in multi_dec_simple()
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 274 … (\*decode_put_packet)(MppCtx ctx, MppPacket packet) <br/>视频解码输入接口,与decode_get_frame配合使用。 <br/>ctx… 275 | decode_get_frame | 函数指针 | MPP_RET (\*decode_get_frame)(MppCtx ctx, MppFrame \*frame) <br/>视频解码输出… 298 解码器接口为用户提供了输入码流,输出图像的功能,接口函数为MppApi结构体里的decode_put_packet函数,decode_get_frame函数和decode函数。这组函数提供了最简洁的… 344 ### 3.1.2 decode_get_frame 346 | 接口定义 | MPP_RET decode_get_frame(MppCtx ctx, MppFrame \*frame) | 368 decode函数是decode_put_packet与decode_get_frame数据的结合,为用户提供了两个函数的复合调用。其内部逻辑为: 872 解码器demo为mpi_dec_test系列程序,包括使用decode_put_packet和decode_get_frame接口的单线程mpi_dec_test、多线程的mpi_dec_mt_te… 920 `I mpi_dec_test: 0xeebc01c0 decode_get_frame get info changed found`
|
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 261 …acket) <br>Video decoding input interface, used in conjunction with decode_get_frame. <br>ctx :MPP… 262 | decode_get_frame | Function pointer | MPP_RET (\*decode_get_frame)(MppCtx ctx, MppFrame \*frame… 283 …tput image. The interface functions are decode_put_packet function, decode_get_frame function and … 325 ## 3.1.2 decode_get_frame 327 | Interface definition | MPP_RET decode_get_frame(MppCtx ctx, MppFrame \*frame) … 349 The decode function is a combination of decode_put_packet and decode_get_frame data, providing user… 798 …ng the single-threaded mpi_dec_test using the decode_put_packet and decode_get_frame interfaces, t… 845 I mpi_dec_test: 0xeebc01c0 decode_get_frame get info changed found
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_mpi.h | 112 MPP_RET (*decode_get_frame)(MppCtx ctx, MppFrame *frame); member
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpi.c | 386 .decode_get_frame = mpi_decode_get_frame,
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 999 ret = mpi->decode_get_frame(mpp_ctx, &mframe); in decode_getoutframe()
|