Home
last modified time | relevance | path

Searched refs:aDecOut (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp649 RK_S32 VpuApiLegacy::decode(VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut) in decode() argument
666 if (!pkt || !aDecOut) { in decode()
667 mpp_err("invalid input %p and output %p\n", pkt, aDecOut); in decode()
723 fd = (RK_S32)(aDecOut->timeUs & 0xffffffff); in decode()
736 outputCommit.ptr = (void*)aDecOut->data; in decode()
813 aDecOut->size = len; in decode()
818 aDecOut->data = mpp_malloc(RK_U8, width * height * 3 / 2); in decode()
819 memcpy(aDecOut->data, (RK_U8*) mpp_buffer_get_ptr(pic_buf), aDecOut->size); in decode()
854 aDecOut->size = 0; in decode()
860 VideoFrame_t *videoFrame = (VideoFrame_t *)aDecOut->data; in decode()
[all …]
H A Dvpu_api.cpp52 vpu_api_decode(VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut) in vpu_api_decode() argument
65 return api->decode(ctx, pkt, aDecOut); in vpu_api_decode()
83 static RK_S32 vpu_api_getframe(VpuCodecContext *ctx, DecoderOut_t *aDecOut) in vpu_api_getframe() argument
96 return api->decode_getoutframe(aDecOut); in vpu_api_getframe()
H A Dvpu_api_legacy.h58 RK_S32 decode(VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut);
60 RK_S32 decode_getoutframe(DecoderOut_t *aDecOut);
/OK3568_Linux_fs/external/mpp/inc/
H A Dvpu_api.h397 RK_S32 (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut);
427 RK_S32 (*decode_getframe)(struct VpuCodecContext *ctx, DecoderOut_t *aDecOut);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dvpu_api.h385 RK_S32 (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut);
415 RK_S32 (*decode_getframe)(struct VpuCodecContext *ctx, DecoderOut_t *aDecOut);