Home
last modified time | relevance | path

Searched refs:fp_reg_out (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu2.c72 p->fp_reg_out = fopen("/sdcard/m2vd_dbg_reg_out.txt", "wb"); in hal_m2vd_vdpu2_init()
73 if (p->fp_reg_out == NULL) { in hal_m2vd_vdpu2_init()
78 p->fp_reg_out = NULL; in hal_m2vd_vdpu2_init()
144 if (p->fp_reg_out) { in hal_m2vd_vdpu2_deinit()
145 fclose(p->fp_reg_out); in hal_m2vd_vdpu2_deinit()
146 p->fp_reg_out = NULL; in hal_m2vd_vdpu2_deinit()
387 if (ctx->fp_reg_out) { in hal_m2vd_vdpu2_wait()
390 fprintf(ctx->fp_reg_out, "Frame #%d\n", ctx->dec_frame_cnt); in hal_m2vd_vdpu2_wait()
392 fprintf(ctx->fp_reg_out, "[(D)%03d, (X)%03x] %08x\n", k, k, p_reg[k]); in hal_m2vd_vdpu2_wait()
393 fflush(ctx->fp_reg_out); in hal_m2vd_vdpu2_wait()
H A Dhal_m2vd_base.h75 FILE *fp_reg_out; member
/rockchip-linux_mpp/mpp/hal/vpu/vp8d/
H A Dhal_vp8d_base.h57 FILE *fp_reg_out; member