Searched refs:encode (Results 1 – 15 of 15) sorted by relevance
| /rockchip-linux_mpp/test/ |
| H A D | README.md | 6 use sync interface(poll,dequeue and enqueue), encode raw yuv to compress video. 13 encode use detailed bitrate control config. 16 encode use detailed bitrate control config,and cfg param come from mpi_rc.cfg. 28 encode or decode use legacy interface, in order to compatible with the previous
|
| H A D | vpu_api_test.c | 431 if ((ret = ctx->encode(ctx, enc_in, enc_out)) < 0) { in vpu_encode_demo()
|
| H A D | mpi_rc2_test.c | 828 ctx->enc_mpi->encode(ctx->enc_ctx, frm, &ctx->enc_pkt); in mpi_rc_enc()
|
| /rockchip-linux_mpp/debian/ |
| H A D | changelog | 23 * [h264e]: fix bug: vepu1 h264 encode 31 * [h264e]: fix bug: vepu h264 encode rate control 38 * [jpege]: add vepu1 jpeg encode support 91 * [h264]: fix xrgb encode bug 124 * [test]: modify to avoid encode dead loop 167 * [h264e]: fix h264 xrgb encode bug
|
| /rockchip-linux_mpp/kmpp/inc/ |
| H A D | kmpp_venc.h | 23 IOC_IO_(prefix, encode, KmppFrame, KmppPacket) \
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_mpi.h | 123 MPP_RET (*encode)(MppCtx ctx, MppFrame frame, MppPacket *packet); member
|
| H A D | vpu_api.h | 410 …RK_S32 (*encode)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut); member
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.h | 63 RK_S32 encode(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut);
|
| H A D | vpu_api.cpp | 147 return api->encode(ctx, aEncInStrm, aEncOut); in vpu_api_encode() 381 s->encode = vpu_api_encode; in vpu_open_context()
|
| H A D | vpu_api_legacy.cpp | 1056 RK_S32 VpuApiLegacy::encode(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncO… in encode() function in VpuApiLegacy
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 276 | encode | 函数指针 | MPP_RET (\*encode)(MppCtx ctx, MppFrame frame, MppPacket \*packet) <br… 539 编码器接口为用户提供了输入图像,输出码流的功能,接口函数为MppApi结构体里的encode_put_frame函数, encode_get_packet函数和encode函数。这组函数提供了简洁的… 577 ### 3.4.3 encode 1020 `I mpi_enc_test: chn 0 encode 30 frames time 628 ms delay 4 ms fps 47.72 bps 10265048`
|
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 263 | encode | Function pointer | MPP_RET (\*encode)(MppCtx ctx, MppFrame frame, MppPacket … 513 …is the encode_put_frame function, the encode_get_packet function and the encode function in the Mp… 551 ## 3.4.3 encode 965 I mpi_enc_test: chn 0 encode 30 frames time 628 ms delay 4 ms fps 47.72 bps 10265048
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpi.c | 387 .encode = mpi_encode,
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 395 - [hal_h264e]: Fix CAVLC encode smartP stream err
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 1226 # The CHM_INDEX_ENCODING is used to encode HtmlHelp index ( hhk), content ( hhc)
|