| /rockchip-linux_mpp/utils/ |
| H A D | utils.c | 666 RK_U32 frame_count) in fill_MPP_FMT_YUV420SP() argument 675 p[x] = x + y + frame_count * 3; in fill_MPP_FMT_YUV420SP() 682 p[x * 2 + 0] = 128 + y + frame_count * 2; in fill_MPP_FMT_YUV420SP() 683 p[x * 2 + 1] = 64 + x + frame_count * 5; in fill_MPP_FMT_YUV420SP() 690 RK_U32 frame_count) in fill_MPP_FMT_YUV422SP() argument 699 p[x] = x + y + frame_count * 3; in fill_MPP_FMT_YUV422SP() 706 p[x * 2 + 0] = 128 + y / 2 + frame_count * 2; in fill_MPP_FMT_YUV422SP() 707 p[x * 2 + 1] = 64 + x + frame_count * 5; in fill_MPP_FMT_YUV422SP() 1078 RK_U32 frame_count) in fill_image() argument 1089 fill_MPP_FMT_YUV420SP(buf, width, height, hor_stride, ver_stride, frame_count); in fill_image() [all …]
|
| H A D | utils.h | 73 RK_U32 frame_count);
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_dec_multi_test.c | 41 RK_S32 frame_count; member 55 RK_S32 frame_count; member 86 if (data->frame_num < 0 || data->frame_num > data->frame_count) { in multi_dec_simple() 199 data->frame_count); in multi_dec_simple() 201 data->frame_count++; in multi_dec_simple() 218 if ((data->frame_num > 0 && (data->frame_count >= data->frame_num)) || in multi_dec_simple() 227 if ((data->frame_num > 0 && (data->frame_count >= data->frame_num)) || in multi_dec_simple() 324 mpp_log_q(quiet, "%p decoded frame %d\n", ctx, data->frame_count); in multi_dec_advanced() 325 data->frame_count++; in multi_dec_advanced() 334 if (data->frame_count >= data->frame_num) in multi_dec_advanced() [all …]
|
| H A D | mpi_dec_test.c | 37 RK_S32 frame_count; member 73 if (data->frame_num < 0 || data->frame_num > data->frame_count) { in dec_simple() 184 "decode get frame %d", data->frame_count); in dec_simple() 202 data->frame_count++; in dec_simple() 236 if ((data->frame_num > 0 && (data->frame_count >= data->frame_num)) || in dec_simple() 245 if ((data->frame_num > 0 && (data->frame_count >= data->frame_num)) || in dec_simple() 329 mpp_log_q(quiet, "%p decoded frame %d\n", ctx, data->frame_count); in dec_advanced() 330 data->frame_count++; in dec_advanced() 350 if (data->frame_count >= data->frame_num) in dec_advanced() 396 data->frame_rate = (float)data->frame_count * 1000000 / data->elapsed_time; in thread_decode() [all …]
|
| H A D | mpi_dec_nt_test.c | 37 RK_S32 frame_count; member 73 if (data->frame_num < 0 || data->frame_num > data->frame_count) { in dec_loop() 179 "decode get frame %d", data->frame_count); in dec_loop() 197 data->frame_count++; in dec_loop() 224 if (data->frame_count >= data->frame_num) { in dec_loop() 291 data->frame_rate = (float)data->frame_count * 1000000 / data->elapsed_time; in thread_decode() 295 data->frame_count, (RK_S64)(data->elapsed_time / 1000), in thread_decode() 412 data.frame_count = 0; in dec_nt_decode()
|
| H A D | mpi_dec_mt_test.c | 42 RK_S32 frame_count; member 76 if (data->frame_num < 0 || data->frame_count < data->frame_num) { in thread_input() 185 "decode get frame %d", data->frame_count); in thread_output() 203 data->frame_count++; in thread_output() 213 if ((data->frame_num > 0 && (data->frame_count >= data->frame_num)) || in thread_output() 334 data.frame_count = 0; in mt_dec_decode()
|
| H A D | mpi_enc_test.c | 68 RK_S32 frame_count; member 168 RK_S32 frame_count; member 821 p->ver_stride, p->fmt, p->frame_count * p->frm_step); in test_mpp_run() 872 if ((p->frame_count & 10) == 0) { in test_mpp_run() 911 osd_case = p->frame_count; in test_mpp_run() 920 mpi_enc_gen_osd_plt(&p->osd_plt, p->frame_count); in test_mpp_run() 934 p->height, p->frame_count); in test_mpp_run() 1044 mpp_log("p->frame_count=%d, len=%d\n", p->frame_count, len); in test_mpp_run() 1049 "encoded frame %-4d", p->frame_count); in test_mpp_run() 1104 p->frame_count += eoi; in test_mpp_run() [all …]
|
| H A D | vpu_api_test.c | 499 RK_U32 frame_count = 0; in vpu_decode_demo() local 673 if (pOutFile && (frame_count++ < cmd->record_frames)) { in vpu_decode_demo() 675 frame_count, frameSize); in vpu_decode_demo()
|
| H A D | mpi_rc2_test.c | 376 static void mpi_rc_log_stat(MpiRc2TestCtx *ctx, RK_U32 frame_count, in mpi_rc_log_stat() argument 385 frame_count, stat->frame_size, stat->psnr_y, stat->ssim_y); in mpi_rc_log_stat() 391 frame_count, stat->frame_size, stat->psnr_y, stat->ssim_y); in mpi_rc_log_stat()
|
| H A D | mpi_enc_mt_test.c | 124 RK_S32 frame_count; member 1002 enc_ret->frame_count = p->frm_cnt_out; in enc_test_output() 1088 i, enc_ret->frame_count, (RK_S64)(enc_ret->elapsed_time / 1000), in enc_test_mt()
|
| /rockchip-linux_mpp/mpp/codec/dec/dummy/ |
| H A D | dummy_dec_api.c | 49 RK_U32 frame_count; member 190 RK_U32 frame_count; in dummy_dec_parse() local 202 frame_count = p->frame_count; in dummy_dec_parse() 212 } else if (frame_count >= 2) { in dummy_dec_parse() 270 RK_U32 replace_index = frame_count & 1; in dummy_dec_parse() 278 p->frame_count = ++frame_count; in dummy_dec_parse()
|
| /rockchip-linux_mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_api.c | 45 RK_U32 frame_count; member 314 p->frame_count++; in mpg4d_parse() 338 … p_Dec->frame_count, task_dec->output, task_err, ctx->hard_err, task_dec->flags.used_for_ref, in mpg4d_callback()
|
| /rockchip-linux_mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_base.h | 50 RK_U32 frame_count; member
|
| H A D | hal_jpegd_vdpu1.c | 786 JpegHalCtx->frame_count = 0; in hal_jpegd_vdpu1_init() 829 JpegHalCtx->frame_count = 0; in hal_jpegd_vdpu1_deinit()
|
| H A D | hal_jpegd_vdpu2.c | 772 JpegHalCtx->frame_count = 0; in hal_jpegd_vdpu2_init() 814 JpegHalCtx->frame_count = 0; in hal_jpegd_vdpu2_deinit()
|
| H A D | hal_jpegd_rkv.c | 609 ctx->frame_count = 0; in hal_jpegd_rkv_deinit()
|
| /rockchip-linux_mpp/mpp/codec/dec/h263/ |
| H A D | h263d_api.c | 45 RK_U32 frame_count; member 300 p->frame_count++; in h263d_parse()
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | mpg4d_syntax.h | 143 RK_U32 frame_count; member
|
| /rockchip-linux_mpp/mpp/vproc/rga/test/ |
| H A D | rga_test.c | 146 RK_U32 frame_count = 0; in main() local 224 cmd.src_w, cmd.src_h, cmd.src_fmt, frame_count); in main()
|
| /rockchip-linux_mpp/mpp/codec/inc/ |
| H A D | mpp_enc_impl.h | 64 RK_S32 frame_count; member
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.h | 78 RK_U32 frame_count; variable
|
| H A D | vpu_api_legacy.cpp | 299 frame_count(0), in VpuApiLegacy() 827 vpu_api_dbg_func("decoded frame %d\n", frame_count); in decode() 828 frame_count++; in decode() 903 frame_count++; in decode() 1020 frame_count++; in decode_getoutframe() 1242 vpu_api_dbg_func("encoded frame %d\n", frame_count); in encode() 1243 frame_count++; in encode()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu510.c | 68 RK_S32 frame_count; member 116 RK_S32 frame_count; member 1131 ctx->frame_count = -1; in hal_h265e_v510_init() 1956 ctx->frame_count, ctx->frame_type); in hal_h265e_v510_gen_regs() 2523 frm_cfg->frame_count = ctx->frame_count++; in hal_h265e_v510_get_task()
|
| H A D | hal_h265e_vepu511.c | 69 RK_S32 frame_count; member 115 RK_S32 frame_count; member 265 RK_U32 frm_num = ctx->frms[enc_task->flags.reg_idx]->frame_count; in vepu511_h265e_dump() 526 ctx->frame_count = -1; in hal_h265e_vepu511_init() 2761 frm_cfg->frame_count = ++ctx->frame_count; in hal_h265e_vepu511_get_task()
|
| H A D | hal_h265e_vepu580.c | 123 RK_S32 frame_count; member 171 RK_U32 frame_count; member 1520 ctx->frame_count = 0; in hal_h265e_v580_init() 2697 frm_cfg->frame_count, ctx->frame_type); in hal_h265e_v580_gen_regs() 3107 RK_U32 frm_num = ctx->frms[enc_task->flags.reg_idx]->frame_count; in dump_files() 3356 frm_cfg->frame_count = ctx->frame_count++; in hal_h265e_v580_get_task()
|