Lines Matching refs:aDecOut

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()
892 aDecOut->size = sizeof(VideoFrame_t); in decode()
895 vframe = (VPU_FRAME *)aDecOut->data; in decode()
897 aDecOut->size = sizeof(VPU_FRAME); in decode()
902 aDecOut->timeUs = mpp_frame_get_pts(mframe); in decode()
908 aDecOut->size = 0; in decode()
913 aDecOut->timeUs, in decode()
976 RK_S32 VpuApiLegacy::decode_getoutframe(VpuCodecContext *ctx, DecoderOut_t *aDecOut) in decode_getoutframe() argument
989 aDecOut->size = 0; in decode_getoutframe()
994 aDecOut->size = 0; in decode_getoutframe()
1001 aDecOut->size = 0; in decode_getoutframe()
1006 VideoFrame_t *videoFrame = (VideoFrame_t *)aDecOut->data; in decode_getoutframe()
1009 aDecOut->size = sizeof(VideoFrame_t); in decode_getoutframe()
1012 vframe = (VPU_FRAME *)aDecOut->data; in decode_getoutframe()
1014 aDecOut->size = sizeof(VPU_FRAME); in decode_getoutframe()
1019 aDecOut->timeUs = mpp_frame_get_pts(mframe); in decode_getoutframe()
1025 aDecOut->size = 0; in decode_getoutframe()
1029 aDecOut->nFlags |= VPU_API_EOS_STREAM_REACHED; in decode_getoutframe()
1034 aDecOut->timeUs, in decode_getoutframe()