Searched defs:die_codec (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.c72 void die_codec(vpx_codec_ctx_t *ctx, const char *s) { function
/external/libvpx/libvpx/examples/
H A Ddecode_with_partial_drops.c92 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) { function
247 die_codec(&codec, "Failed to initialize decoder");
304 die_codec(&codec, "Failed to decode frame");
323 die_codec(&codec, "Failed to destroy codec");
H A Dvp8_multi_resolution_encoder.c58 static void die_codec(vpx_codec_ctx_t *ctx, const char *s) { function
330 die_codec(&codec[0], "Failed to initialize encoder");
338 die_codec(&codec[i], "Failed to set cpu_used");
346 die_codec(&codec[i], "Failed to set static threshold");
352 die_codec(&codec[0], "Failed to set noise_sensitivity");
356 die_codec(&codec[i], "Failed to set noise_sensitivity");
391 die_codec(&codec[0], "Failed to encode frame");
456 die_codec(&codec[i], "Failed to destroy codec");
/external/libvpx/libvpx/
H A Dtools_common.c72 void die_codec(vpx_codec_ctx_t *ctx, const char *s) { function

Completed in 203 milliseconds