Home
last modified time | relevance | path

Searched refs:decode_getframe (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/inc/
H A Dvpu_api.h427 RK_S32 (*decode_getframe)(struct VpuCodecContext *ctx, DecoderOut_t *aDecOut); member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dvpu_api.h415 RK_S32 (*decode_getframe)(struct VpuCodecContext *ctx, DecoderOut_t *aDecOut); member
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api.cpp385 s->decode_getframe = vpu_api_getframe; in vpu_open_context()
/OK3568_Linux_fs/external/mpp/test/
H A Dvpu_api_test.c666 if ((ret = ctx->decode_getframe(ctx, pOut)) != 0) { in vpu_decode_demo()