Searched refs:DecoderOut_t (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| 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);
|
| H A D | vpu_api.cpp | 52 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 D | vpu_api_legacy.cpp | 649 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 D | vpu_api.h | 222 } 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 D | vpu_api.h | 217 } 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 D | vpu_api_test.c | 512 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()
|