Home | History | Annotate | Download | only in decoder

Lines Matching full:fopen

1928                 if((fp_cfg_file = fopen(ac_cfg_fname, "r")) == NULL)
1945 if((fp_cfg_file = fopen(ac_cfg_fname, "r")) == NULL)
1956 if((fp_cfg_file = fopen(filename_with_path, "r")) == NULL)
1997 ps_ip_file = fopen(filename_with_path, "rb");
1999 ps_ip_file = fopen(s_app_ctx.ac_ip_fname, "rb");
2014 ps_piclen_file = fopen(filename_with_path, "rb");
2016 ps_piclen_file = fopen(s_app_ctx.ac_piclen_fname, "rb");
2033 ps_op_file = fopen(filename_with_path, "wb");
2035 ps_op_file = fopen(s_app_ctx.ac_op_fname, "wb");
2053 ps_op_chksum_file = fopen(filename_with_path, "wb");
2055 ps_op_chksum_file = fopen(s_app_ctx.ac_op_chksum_fname, "wb");