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()
1047 sprintf(ac_error, "Unable to process encode"); in libihevce_encode_frame()
1056 sprintf(ac_error, "Unable to write output"); in libihevce_encode_frame()
1098 CHAR ac_error[STR_LEN]; in main() local
1114 sprintf(ac_error, "Unable to set default parameters\n"); in main()
1115 codec_exit(ac_error); in main()
1147 sprintf(ac_error, "Could not open Configuration file %s", ac_cfg_fname); in main()
1148 codec_exit(ac_error); in main()
1153 sprintf(ac_error, "Encountered error in cfg file"); in main()
1154 codec_exit(ac_error); in main()
1163 sprintf(ac_error, "Encountered error in cfg file"); in main()
1164 codec_exit(ac_error); in main()
1173 sprintf(ac_error, "Could not open Configuration file %s", ac_cfg_fname); in main()
1174 codec_exit(ac_error); in main()
1179 sprintf(ac_error, "Unable to set Configuration parameter"); in main()
1180 codec_exit(ac_error); in main()
1189 sprintf(ac_error, "Could not open input file"); in main()
1190 codec_exit(ac_error); in main()
1197 sprintf(ac_error, "Could not open output file"); in main()
1198 codec_exit(ac_error); in main()
1204 sprintf(ac_error, "Unable to init encoder"); in main()
1205 codec_exit(ac_error); in main()
1211 sprintf(ac_error, "Unable to encode frame"); in main()
1212 codec_exit(ac_error); in main()
1218 sprintf(ac_error, "Unable to close encoder"); in main()