Searched refs:fp_reg_out (Results 1 – 3 of 3) sorted by relevance
72 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()
75 FILE *fp_reg_out; member
57 FILE *fp_reg_out; member