Searched refs:decode (Results 1 - 12 of 12) sorted by relevance
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | clang-wrapper.py | 84 print (line.decode("utf-8"), end="") 85 interpret_warning(line.decode("utf-8"))
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | rk_mpi.h | 24 * call hardware encode and decode. Current MPP fully supports 43 * decode : both send video stream packet to decoder and get video frame from 93 MPP_RET (*decode)(MppCtx ctx, MppPacket packet, MppFrame *frame); member
|
H A D | vpu_api.h | 217 * to be used. For decode cases where the user application can 295 /* below used in decode */ 347 * @return 0 for decode success, others for failure. 349 RK_S32 (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut); member
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | rk_mpi.h | 24 * call hardware encode and decode. Current MPP fully supports 43 * decode : both send video stream packet to decoder and get video frame from 93 MPP_RET (*decode)(MppCtx ctx, MppPacket packet, MppFrame *frame); member
|
H A D | vpu_api.h | 220 * to be used. For decode cases where the user application can 298 /* below used in decode */ 350 * @return 0 for decode success, others for failure. 352 RK_S32 (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut); member
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | rk_mpi.h | 25 * call hardware encode and decode. Current MPP fully supports 44 * decode : both send video stream packet to decoder and get video frame from 94 MPP_RET (*decode)(MppCtx ctx, MppPacket packet, MppFrame *frame); member
|
H A D | vpu_api.h | 220 * to be used. For decode cases where the user application can 298 /* below used in decode */ 351 * @return 0 for decode success, others for failure. 353 RK_S32 (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut); member
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | rk_mpi.h | 24 * call hardware encode and decode. Current MPP fully supports 43 * decode : both send video stream packet to decoder and get video frame from 93 MPP_RET (*decode)(MppCtx ctx, MppPacket packet, MppFrame *frame); member
|
H A D | vpu_api.h | 219 * to be used. For decode cases where the user application can 296 /* below used in decode */ 348 * @return 0 for decode success, others for failure. 350 signed int (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut); member
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu_api.cpp | 67 return api->decode(ctx, pkt, aDecOut); in vpu_api_decode() 381 s->decode = vpu_api_decode; in vpu_open_context()
|
H A D | vpu_api_legacy.h | 58 RK_S32 decode(VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut);
|
H A D | vpu_api_legacy.cpp | 630 RK_S32 VpuApiLegacy::decode(VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut) in decode() function in VpuApiLegacy 840 ret = mpi->decode(mpp_ctx, packet, &mframe); in decode()
|
Completed in 11 milliseconds