Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 14 of 14) sorted by relevance

/rockchip-linux_mpp/test/
H A DREADME.md10 decode compress video to raw yuv.
28 encode or decode use legacy interface, in order to compatible with the previous
H A Dmpi_dec_nt_test.c111 ret = mpi->decode(ctx, packet, &frame); in dec_loop()
/rockchip-linux_mpp/kmpp/inc/
H A Dkmpp_vdec.h23 IOC_IO_(prefix, decode, KmppPacket, KmppFrame) \
/rockchip-linux_mpp/inc/
H A Drk_mpi.h94 MPP_RET (*decode)(MppCtx ctx, MppPacket packet, MppFrame *frame); member
H A Dvpu_api.h401 RK_S32 (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut); member
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md273 | decode | 函数指针 | MPP_RET (\*decode)(MppCtx ctx, MppPacket packet, MppFrame \*frame) <br…
298 解码器接口为用户提供了输入码流,输出图像的功能,接口函数为MppApi结构体里的decode_put_packet函数,decode_get_frame函数和decode函数。这组函数提供了最简洁的…
366 ### 3.1.3 decode
368 decode函数是decode_put_packet与decode_get_frame数据的结合,为用户提供了两个函数的复合调用。其内部逻辑为:
376 在用户看来,decode函数首先是获取解码图像,有解码图像优先返回解码图像,没有可输出的解码图像的情况下送入码流,最后再尝试一次获取解码图像并退出。
928 `I mpi_dec_test: 0xf1c40730 decode get frame 0`
932 `I mpi_dec_test: decode 10 frames time 263ms delay 69ms fps 113.99`
H A DRockchip_Developer_Guide_MPP_EN.md260 | decode | Function pointer | MPP_RET (\*decode)(MppCtx ctx, MppPacket packet, MppFrame…
283 … functions are decode_put_packet function, decode_get_frame function and decode function in MppApi…
347 ## 3.1.3 decode
349 The decode function is a combination of decode_put_packet and decode_get_frame data, providing user…
357 In user view, the decode function firstly try to acquire a decoded image. If the decoded image is o…
857 I mpi_dec_test: 0xf1c40730 decode get frame 0
863 I mpi_dec_test: decode 30 frames time 263ms delay 69ms fps 113.99
866 The mpi_dec_test printing indicates that the decoder uses 263ms to decode 30 frames, first frame de…
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.h58 RK_S32 decode(VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut);
H A Dvpu_api.cpp65 return api->decode(ctx, pkt, aDecOut); in vpu_api_decode()
380 s->decode = vpu_api_decode; in vpu_open_context()
H A Dvpu_api_legacy.cpp678 RK_S32 VpuApiLegacy::decode(VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut) in decode() function in VpuApiLegacy
878 ret = mpi->decode(mpp_ctx, packet, &mframe); in decode()
/rockchip-linux_mpp/
H A DCHANGELOG.md88 - [h265d]: Fix yuv400 decode error
247 - [h264d]: disable ref erorr when decode recovery frame period
286 - [dec_nt_test]: Support jpeg decoding on decode
287 - [mpp_dec]: Add jpeg put/get decode support
391 - [vpu_api]: support yuv444sp decode ouput pixel format
745 - [h264d]: fix TSVC decode assert error.
H A Dreadme.txt294 | decode | | | |
/rockchip-linux_mpp/mpp/
H A Dmpi.c384 .decode = mpi_decode,
/rockchip-linux_mpp/debian/
H A Dchangelog182 * [test]: add err info check when decode