Searched refs:aDecOut (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 649 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 D | vpu_api.cpp | 52 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 D | vpu_api_legacy.h | 58 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 D | vpu_api.h | 397 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 D | vpu_api.h | 385 RK_S32 (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut); 415 RK_S32 (*decode_getframe)(struct VpuCodecContext *ctx, DecoderOut_t *aDecOut);
|