Searched refs:die (Results 1 - 23 of 23) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dsimple_decoder.c111 die("Invalid number of arguments.");
115 die("Failed to open %s for reading.", argv[1]);
118 die("Failed to open %s for writing.", argv[2]);
124 die("Unknown input codec.");
H A Ddecode_with_drops.c90 die("Invalid number of arguments.");
94 die("Failed to open %s for reading.", argv[1]);
97 die("Failed to open %s for writing.", argv[2]);
103 die("Couldn't parse pattern %s.\n", argv[3]);
109 die("Unknown input codec.");
H A Dpostproc.c74 die("Invalid number of arguments.");
78 die("Failed to open %s for reading.", argv[1]);
81 die("Failed to open %s for writing", argv[2]);
87 die("Unknown input codec.");
H A Dsimple_encoder.c175 die("Invalid number of arguments");
186 die("Unsupported codec.");
198 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
203 die("Failed to allocate image.");
208 die("Invalid keyframe interval value.");
225 die("Failed to open %s for writing.", outfile_arg);
228 die("Failed to open %s for reading.", infile_arg);
H A Dvp8cx_set_ref.c112 die("Invalid number of arguments");
117 die("Unsupported codec.");
121 die("Couldn't parse frame number '%s'\n", argv[5]);
133 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
138 die("Failed to allocate image.");
155 die("Failed to open %s for writing.", argv[4]);
158 die("Failed to open %s for reading.", argv[3]);
H A Ddecode_to_md5.c92 die("Invalid number of arguments.");
96 die("Failed to open %s for reading.", argv[1]);
99 die("Failed to open %s for writing.", argv[2]);
105 die("Unknown input codec.");
H A Ddecode_with_partial_drops.c82 static void die(const char *fmt, ...) { function
212 die("Usage: %s <infile> <outfile> [-t <num threads>] <N-M|N/M|L,S>\n",
225 die("Couldn't parse pattern %s\n", argv[3]);
232 die("Failed to open %s for reading", argv[1]);
234 die("Failed to open %s for writing", argv[2]);
240 die("%s is not an IVF file.", argv[1]);
259 die("Frame %d data too big for example code buffer", frame_sz);
261 die("Frame %d failed to read complete frame", frame_cnt);
H A Dvp9_spatial_scalable_encoder.c143 die("Failed to get config: %s\n", vpx_codec_err_to_string(res));
191 die("Error: Invalid number of passes (%d)\n", passes);
196 die("Error: Invalid pass selected (%d)\n", pass);
220 die("pass must be specified when passes is 2\n");
224 die("fpf must be specified when passes is 2\n");
257 die("Error: Unrecognized option %s\n", *argi);
268 die("Invalid resolution: %d x %d\n", enc_cfg->g_w, enc_cfg->g_h);
306 die("Failed to allocate image %dx%d\n", enc_cfg.g_w, enc_cfg.g_h);
309 die("Failed to open %s for reading\n", app_input.input_filename);
314 die("Faile
[all...]
H A Dset_maps.c170 die("Invalid number of arguments");
174 die("Unsupported codec.");
186 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
191 die("Failed to allocate image.");
210 die("Failed to open %s for writing.", argv[5]);
213 die("Failed to open %s for reading.", argv[4]);
H A Dtwopass_encoder.c143 die("Invalid number of arguments.");
147 die("Unsupported codec.");
159 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
164 die("Failed to allocate image", info.frame_width, info.frame_height);
169 die("Failed to open %s for writing", outfile_arg);
194 die("Failed to open %s for reading", infile_arg);
H A Dvpx_temporal_scalable_patterns.c120 die("Error: Number of input frames not equal to output! \n");
460 die("Usage: %s <infile> <outfile> <codec_type(vp8/vp9)> <width> <height> "
467 die("Unsupported codec.");
474 die("Invalid resolution: %d x %d", width, height);
479 die("Invalid layering mode (0..12) %s", argv[10]);
483 die("Invalid number of arguments");
487 die("Failed to allocate image", width, height);
507 die("Invalid speed setting: must be positive");
547 die("Failed to open %s for reading", argv[1]);
563 die("Faile
[all...]
H A Dvp8_multi_resolution_encoder.c48 static void die(const char *fmt, ...) { function
215 die("Usage: %s <width> <height> <infile> <outfile(s)> <output psnr?>\n",
224 die("Invalid resolution: %ldx%ld", width, height);
228 die("Failed to open %s for reading", argv[3]);
240 die("Failed to open %s for writing", argv[i+4]);
316 die("Failed to allocate image", cfg[i].g_w, cfg[i].g_h);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dargs.c22 extern void die(const char *fmt, ...) __attribute__((noreturn));
24 extern void die(const char *fmt, ...);
70 die("Error: option %s requires argument.\n", arg.name);
73 die("Error: option %s requires no argument.\n", arg.name);
149 die("Option %s: Value %ld out of range for unsigned int\n",
153 die("Option %s: Invalid character '%c'\n", arg->name, *endptr);
168 die("Option %s: Value %ld out of range for signed int\n",
172 die("Option %s: Invalid character '%c'\n", arg->name, *endptr);
192 else die("Option %s: Value %ld out of range for signed int\n",
194 } else die("Optio
[all...]
H A Dtools_common.h114 void die(const char *fmt, ...);
H A Dconfigure165 die "Perl is required to build"
172 die "source directory already configured; run 'make distclean' there first"
525 die "--enable-shared only supported on ELF for now"
574 check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
575 check_ld <<EOF || die "Toolchain is unable to link executables"
704 enabled postproc || die "postproc_visualizer requires postproc to be enabled"
H A Dvpxdec.c422 die("Unrecognized pattern %%%c\n", p[1]);
427 die("Output filename too long.\n");
441 die("Output filename too long.\n");
546 die("Error: Unrecognized argument (%s) to --codec\n", arg.val);
641 die("Error: Unrecognized option %s\n", *argi);
H A Dtools_common.c58 void die(const char *fmt, ...) { function
H A Dvpxenc.c647 die("Error: %s must be positive\n", msg);
650 die("Error: %s has zero denominator\n", msg);
672 die("Error: Unrecognized argument (%s) to --codec\n", arg.val);
677 die("Error: Invalid number of passes (%d)\n", global->passes);
682 die("Error: Invalid pass selected (%d)\n",
1564 die("Error: Unrecognized option %s\n", *argi);
1612 die("Stream %d: Must specify --fpf when --pass=%d"
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_def.sh38 die() { function
77 [ -n "$name" ] || die "Library name (--name) must be specified!"
H A Dgen_msvs_sln.sh34 die() { function
115 [ -z "${dep_guid}" ] && die "Unknown GUID for $dep (dependency of $var)"
260 *) die Unrecognized Visual Studio Version in $opt
271 *) die "Unrecognized Visual Studio Version '$optval' in $opt"
H A Dgen_msvs_proj.sh46 die() { function
83 die "Missing attribute value in '$opt' while generating $tag tag"
223 *) die Unrecognized Visual Studio Version in $opt
276 [ -n "$name" ] || die "Project name (--name) must be specified!"
277 [ -n "$target" ] || die "Target (--target) must be specified!"
304 *) die "Unsupported target $target!"
319 *) die "Unsupported target $target!"
H A Dgen_msvs_vcxproj.sh47 die() { function
84 die "Missing attribute value in '$opt' while generating $tag tag"
245 *) die Unrecognized Visual Studio Version in $opt
289 [ -n "$name" ] || die "Project name (--name) must be specified!"
290 [ -n "$target" ] || die "Target (--target) must be specified!"
338 *) die "Unsupported target $target!"
H A Dconfigure.sh24 die() { function
378 die "${AS} ${ASFLAGS} does not support section alignment (nasm <=2.08?)"
544 [ -d "${optval}" ] || die "Not a directory: ${optval}"
550 || die "Must be yasm, nasm or auto: ${optval}"
560 [ -d "${optval}" ] || die "Not a directory: ${optval}"
564 die "Option ${opt} requires argument"
591 die "Libdir ${libdir} must be a subdirectory of ${prefix}"
701 || die "Unrecognized toolchain '${toolchain}'"
977 die "Couldn't find CodeSourcery GCC from PATH"
1122 && die "Neithe
[all...]

Completed in 204 milliseconds