Searched refs:EncInputStream_t (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.h | 63 RK_S32 encode(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut); 64 RK_S32 encoder_sendframe(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm);
|
| H A D | vpu_api.cpp | 100 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 D | vpu_api_legacy.cpp | 1056 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 D | vpu_api.h | 243 } 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 D | vpu_api_test.c | 52 EncInputStream_t stream; 248 EncInputStream_t *enc_in = NULL; in vpu_encode_demo()
|