Home
last modified time | relevance | path

Searched refs:decode (Results 1 - 12 of 12) sorted by relevance

/device/soc/rockchip/common/sdk_linux/scripts/
H A Dclang-wrapper.py84 print (line.decode("utf-8"), end="")
85 interpret_warning(line.decode("utf-8"))
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Drk_mpi.h24 * 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 Dvpu_api.h217 * 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 Drk_mpi.h24 * 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 Dvpu_api.h220 * 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 Drk_mpi.h25 * 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 Dvpu_api.h220 * 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 Drk_mpi.h24 * 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 Dvpu_api.h219 * 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 Dvpu_api.cpp67 return api->decode(ctx, pkt, aDecOut); in vpu_api_decode()
381 s->decode = vpu_api_decode; in vpu_open_context()
H A Dvpu_api_legacy.h58 RK_S32 decode(VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut);
H A Dvpu_api_legacy.cpp630 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