Home
last modified time | relevance | path

Searched refs:EncInputStream_t (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.h63 RK_S32 encode(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut);
64 RK_S32 encoder_sendframe(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm);
H A Dvpu_api.cpp100 vpu_api_sendframe(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm) in vpu_api_sendframe()
133 vpu_api_encode(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, in vpu_api_encode()
H A Dvpu_api_legacy.cpp1056 RK_S32 VpuApiLegacy::encode(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncO… in encode()
1334 RK_S32 VpuApiLegacy::encoder_sendframe(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm) in encoder_sendframe()
/rockchip-linux_mpp/inc/
H A Dvpu_api.h243 } EncInputStream_t; typedef
410 …RK_S32 (*encode)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut);
438 RK_S32 (*encoder_sendframe)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm);
/rockchip-linux_mpp/test/
H A Dvpu_api_test.c52 EncInputStream_t stream;
248 EncInputStream_t *enc_in = NULL; in vpu_encode_demo()