Home
last modified time | relevance | path

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

/external/libvpx/
Dvpxdec.c777 vpx_codec_error(&decoder)); in main_loop()
784 vpx_codec_error(&decoder)); in main_loop()
791 vpx_codec_error(&decoder)); in main_loop()
797 vpx_codec_error(&decoder)); in main_loop()
806 vpx_codec_error(&decoder)); in main_loop()
829 vpx_codec_error(&decoder)); in main_loop()
858 vpx_codec_error(&decoder)); in main_loop()
868 vpx_codec_error(&decoder)); in main_loop()
888 warn("Failed to flush decoder: %s", vpx_codec_error(&decoder)); in main_loop()
905 warn("Failed VP8_GET_FRAME_CORRUPTED: %s", vpx_codec_error(&decoder)); in main_loop()
[all …]
Dusage.dox96 converted into ASCII strings with the vpx_codec_error() and
98 that vpx_codec_error() returns the error state from an initialized context,
Dtools_common.c80 printf("%s: %s\n", s, vpx_codec_error(ctx)); in die_codec()
Dvpxenc.c67 fprintf(stderr, ": %s\n", vpx_codec_error(ctx)); in warn_or_exit_on_errorv()
/external/libvpx/vpx/
Dexports_com5 text vpx_codec_error
Dvpx_codec.h321 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
/external/libvpx/vpx/src/
Dvpx_codec.c53 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { in vpx_codec_error() function
/external/libvpx/test/
Ddecode_test_driver.h79 return detail ? detail : vpx_codec_error(&decoder_); in DecodeError()
Ddecode_api_test.cc47 EXPECT_NE(vpx_codec_error(nullptr), nullptr); in TEST()
Dencode_test_driver.h182 return detail ? detail : vpx_codec_error(&encoder_); in EncoderError()
Dencode_api_test.cc60 EXPECT_NE(vpx_codec_error(nullptr), nullptr); in TEST()
/external/webrtc/modules/video_coding/codecs/vp9/
Dlibvpx_vp9_decoder.cc183 << vpx_codec_error(decoder_); in Configure()
/external/webrtc/modules/video_coding/codecs/interface/
Dlibvpx_interface.cc359 return ::vpx_codec_error(ctx); in codec_error()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/src/main/jni/
Dvpx_jni.cc690 return env->NewStringUTF(vpx_codec_error(context->decoder)); in DECODER_FUNC()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/src/main/jni/
Dvpx_jni.cc690 return env->NewStringUTF(vpx_codec_error(context->decoder)); in DECODER_FUNC()