Lines Matching refs:ac_error
771 CHAR ac_error[STR_LEN]; in libihevce_encode_init() local
776 sprintf(ac_error, "Unable to initialise libihevce encoder\n"); in libihevce_encode_init()
979 CHAR ac_error[STR_LEN]; in libihevce_encode_frame() local
995 sprintf(ac_error, "Unable to allocate input"); in libihevce_encode_frame()
1003 sprintf(ac_error, "encode header call failed"); in libihevce_encode_frame()
1011 sprintf(ac_error, "Unable to write output"); in libihevce_encode_frame()
1055 sprintf(ac_error, "Unable to process encode"); in libihevce_encode_frame()
1064 sprintf(ac_error, "Unable to write output"); in libihevce_encode_frame()
1106 CHAR ac_error[STR_LEN]; in main() local
1122 sprintf(ac_error, "Unable to set default parameters\n"); in main()
1123 codec_exit(ac_error); in main()
1155 sprintf(ac_error, "Could not open Configuration file %s", ac_cfg_fname); in main()
1156 codec_exit(ac_error); in main()
1161 sprintf(ac_error, "Encountered error in cfg file"); in main()
1162 codec_exit(ac_error); in main()
1171 sprintf(ac_error, "Encountered error in cfg file"); in main()
1172 codec_exit(ac_error); in main()
1181 sprintf(ac_error, "Could not open Configuration file %s", ac_cfg_fname); in main()
1182 codec_exit(ac_error); in main()
1187 sprintf(ac_error, "Unable to set Configuration parameter"); in main()
1188 codec_exit(ac_error); in main()
1197 sprintf(ac_error, "Could not open input file"); in main()
1198 codec_exit(ac_error); in main()
1205 sprintf(ac_error, "Could not open output file"); in main()
1206 codec_exit(ac_error); in main()
1212 sprintf(ac_error, "Unable to init encoder"); in main()
1213 codec_exit(ac_error); in main()
1219 sprintf(ac_error, "Unable to encode frame"); in main()
1220 codec_exit(ac_error); in main()
1226 sprintf(ac_error, "Unable to close encoder"); in main()