Home
last modified time | relevance | path

Searched refs:fp_dbg_file (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.h297 FILE *fp_dbg_file[M2VD_DBG_FILE_NUM]; member
H A Dm2vd_parser.c216 ctx->fp_dbg_file[k] = NULL; in m2vd_parser_init_ctx()
218 ctx->fp_dbg_file[0] = fopen("/sdcard/m2vd_dbg_stream.txt", "wb"); in m2vd_parser_init_ctx()
219 if (!ctx->fp_dbg_file[0]) in m2vd_parser_init_ctx()
228 ctx->fp_dbg_file[k] = NULL; in m2vd_parser_init_ctx()
268 M2VD_FCLOSE(p->fp_dbg_file[k]); in m2vd_parser_deinit()