[mw_shl_code=c,false] /**
*seperate the decode function to two function
*
*/
RK_S32 (*decode_sendstream)(struct VpuCodecContext *ctx, VideoPacket_t *pkt);
RK_S32 (*decode_getframe)(struct VpuCodecContext *ctx, DecoderOut_t *aDecOut);[/mw_shl_code]
arm-linux-androideabi-nm -D lib/arm/librk_vpuapi.so | grep decode_
00015cd4 T _ZN6VpuApi17decode_sendstreamEP15VpuCodecContextP11VideoPacket
00016310 T _ZN6VpuApi18decode_getoutframeEP15VpuCodecContextP10DecoderOut