Home
last modified time | relevance | path

Searched refs:DecoderOut_t (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/legacy/
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);
H A Dvpu_api.cpp52 vpu_api_decode(VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut) in vpu_api_decode()
83 static RK_S32 vpu_api_getframe(VpuCodecContext *ctx, DecoderOut_t *aDecOut) in vpu_api_getframe()
H A Dvpu_api_legacy.cpp649 RK_S32 VpuApiLegacy::decode(VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut) in decode()
947 RK_S32 VpuApiLegacy::decode_getoutframe(DecoderOut_t *aDecOut) in decode_getoutframe()
/OK3568_Linux_fs/external/mpp/inc/
H A Dvpu_api.h222 } DecoderOut_t; typedef
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 Dvpu_api.h217 } DecoderOut_t; typedef
385 RK_S32 (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut);
415 RK_S32 (*decode_getframe)(struct VpuCodecContext *ctx, DecoderOut_t *aDecOut);
/OK3568_Linux_fs/external/mpp/test/
H A Dvpu_api_test.c512 DecoderOut_t decOut; in vpu_decode_demo()
515 DecoderOut_t *pOut = NULL; in vpu_decode_demo()
571 memset(&decOut, 0, sizeof(DecoderOut_t)); in vpu_decode_demo()