Searched refs:aDecOut (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 678 RK_S32 VpuApiLegacy::decode(VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut) in decode() argument 695 if (!pkt || !aDecOut) { in decode() 696 mpp_err("invalid input %p and output %p\n", pkt, aDecOut); in decode() 752 fd = (RK_S32)(aDecOut->timeUs & 0xffffffff); in decode() 765 outputCommit.ptr = (void*)aDecOut->data; in decode() 842 aDecOut->size = len; in decode() 847 aDecOut->data = mpp_malloc(RK_U8, width * height * 3 / 2); in decode() 848 memcpy(aDecOut->data, (RK_U8*) mpp_buffer_get_ptr(pic_buf), aDecOut->size); in decode() 883 aDecOut->size = 0; in decode() 889 VideoFrame_t *videoFrame = (VideoFrame_t *)aDecOut->data; in decode() [all …]
|
| H A D | vpu_api_legacy.h | 58 RK_S32 decode(VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut); 60 RK_S32 decode_getoutframe(VpuCodecContext *ctx, DecoderOut_t *aDecOut);
|
| 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(ctx, aDecOut); in vpu_api_getframe()
|
| /rockchip-linux_mpp/inc/ |
| H A D | vpu_api.h | 401 RK_S32 (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut); 431 RK_S32 (*decode_getframe)(struct VpuCodecContext *ctx, DecoderOut_t *aDecOut);
|