Searched refs:aEncInStrm (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 1027 RK_S32 VpuApiLegacy::encode(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncO… in encode() argument 1037 if (!aEncInStrm || !aEncOut) { in encode() 1038 mpp_err("invalid input %p and output %p\n", aEncInStrm, aEncOut); in encode() 1042 if (NULL == aEncInStrm->buf || 0 == aEncInStrm->size) { in encode() 1043 mpp_err("invalid input buffer %p size %d\n", aEncInStrm->buf, aEncInStrm->size); in encode() 1090 fd = aEncInStrm->bufPhyAddr; in encode() 1099 inputCommit.size = aEncInStrm->size; in encode() 1108 if (NULL == aEncInStrm->buf) { in encode() 1113 ret = mpp_buffer_get(memGroup, &pic_buf, aEncInStrm->size); in encode() 1118 memcpy((RK_U8*) mpp_buffer_get_ptr(pic_buf), aEncInStrm->buf, aEncInStrm->size); in encode() [all …]
|
| 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()
|
| 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);
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | vpu_api.h | 406 …RK_S32 (*encode)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut); 434 RK_S32 (*encoder_sendframe)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | vpu_api.h | 394 …RK_S32 (*encode)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut); 422 RK_S32 (*encoder_sendframe)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm);
|