Home
last modified time | relevance | path

Searched refs:vpx_codec_error (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dexample_xma.c146 vpx_codec_error(&decoder)); in main()
179 printf("Failed to set mmap: %s\n", vpx_codec_error(&decoder)); in main()
183 printf("Failed to get mmap: %s\n", vpx_codec_error(&decoder)); in main()
Ddecode_with_partial_drops.c95 printf("%s: %s\n", s, vpx_codec_error(ctx)); in die_codec()
Dvp8_multi_resolution_encoder.c61 printf("%s: %s\n", s, vpx_codec_error(ctx)); in die_codec()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c725 vpx_codec_error(&decoder)); in main_loop()
736 fprintf(stderr, "Failed to configure postproc: %s\n", vpx_codec_error(&decoder)); in main_loop()
742 …fprintf(stderr, "Failed to configure reference block visualizer: %s\n", vpx_codec_error(&decoder)); in main_loop()
748 fprintf(stderr, "Failed to configure macro block visualizer: %s\n", vpx_codec_error(&decoder)); in main_loop()
754 fprintf(stderr, "Failed to configure block visualizer: %s\n", vpx_codec_error(&decoder)); in main_loop()
760 … fprintf(stderr, "Failed to configure motion vector visualizer: %s\n", vpx_codec_error(&decoder)); in main_loop()
782 vpx_codec_error(&decoder)); in main_loop()
809 frame_in, vpx_codec_error(&decoder)); in main_loop()
833 warn("Failed VP8_GET_FRAME_CORRUPTED: %s", vpx_codec_error(&decoder)); in main_loop()
940 vpx_codec_error(&decoder)); in main_loop()
Dtools_common.c75 printf("%s: %s\n", s, vpx_codec_error(ctx)); in die_codec()
Dusage.dox98 converted into ASCII strings with the vpx_codec_error() and
100 that vpx_codec_error() returns the error state from an initialized context,
Dvpxenc.c70 fprintf(stderr, ": %s\n", vpx_codec_error(ctx)); in warn_or_exit_on_errorv()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_com5 text vpx_codec_error
Dvpx_codec.h309 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddecode_test_driver.h76 return detail ? detail : vpx_codec_error(&decoder_); in DecodeError()
Dencode_test_driver.h150 return detail ? detail : vpx_codec_error(&encoder_); in EncoderError()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_codec.c70 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { in vpx_codec_error() function