HomeSort by relevance Sort by last modified time
    Searched refs:die_codec (Results 26 - 41 of 41) sorted by null

12

  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 58 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");
decode_with_partial_drops.c 92 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");
vpx_temporal_scalable_patterns.c 570 die_codec(&codec, "Failed to initialize encoder");
581 die_codec(&codec, "Failed to set SVC");
614 die_codec(&codec, "Failed to encode frame");
660 die_codec(&codec, "Failed to destroy codec");
vp9_spatial_scalable_encoder.c 350 die_codec(&codec, "Failed to encode frame");
374 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 58 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");
decode_with_partial_drops.c 92 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");
vpx_temporal_scalable_patterns.c 570 die_codec(&codec, "Failed to initialize encoder");
581 die_codec(&codec, "Failed to set SVC");
614 die_codec(&codec, "Failed to encode frame");
660 die_codec(&codec, "Failed to destroy codec");
vp9_spatial_scalable_encoder.c 350 die_codec(&codec, "Failed to encode frame");
374 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec");
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 112 void die_codec(vpx_codec_ctx_t *ctx, const char *s);
tools_common.c 72 void die_codec(vpx_codec_ctx_t *ctx, const char *s) { function
  /external/libvpx/libvpx/
tools_common.h 118 void die_codec(vpx_codec_ctx_t *ctx, const char *s);
tools_common.c 72 void die_codec(vpx_codec_ctx_t *ctx, const char *s) { function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 118 void die_codec(vpx_codec_ctx_t *ctx, const char *s);
tools_common.c 72 void die_codec(vpx_codec_ctx_t *ctx, const char *s) { function
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vpx_temporal_svc_encoder.c 570 die_codec(&codec, "Failed to initialize encoder");
581 die_codec(&codec, "Failed to set SVC");
614 die_codec(&codec, "Failed to encode frame");
660 die_codec(&codec, "Failed to destroy codec");
vp9_spatial_svc_encoder.c 350 die_codec(&codec, "Failed to encode frame");
374 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec");

Completed in 119 milliseconds

12