Searched refs:aEncInStrm (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 1056 RK_S32 VpuApiLegacy::encode(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncO… in encode() argument 1066 if (!aEncInStrm || !aEncOut) { in encode() 1067 mpp_err("invalid input %p and output %p\n", aEncInStrm, aEncOut); in encode() 1071 if (NULL == aEncInStrm->buf || 0 == aEncInStrm->size) { in encode() 1072 mpp_err("invalid input buffer %p size %d\n", aEncInStrm->buf, aEncInStrm->size); in encode() 1123 if (aEncInStrm->nFlags) { in encode() 1128 fd = aEncInStrm->bufPhyAddr; in encode() 1137 inputCommit.size = aEncInStrm->size; in encode() 1146 if (NULL == aEncInStrm->buf) { in encode() 1151 ret = mpp_buffer_get(memGroup, &pic_buf, aEncInStrm->size); in encode() [all …]
|
| 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() argument 113 return api->encoder_sendframe(ctx, aEncInStrm); in vpu_api_sendframe() 133 vpu_api_encode(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, in vpu_api_encode() argument 147 return api->encode(ctx, aEncInStrm, aEncOut); in vpu_api_encode()
|
| /rockchip-linux_mpp/inc/ |
| H A D | vpu_api.h | 410 …RK_S32 (*encode)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut); 438 RK_S32 (*encoder_sendframe)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm);
|