OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_codec_err_to_string
(Results
1 - 9
of
9
) sorted by null
/external/libvpx/libvpx/vpx/src/
vpx_codec.c
43
const char *
vpx_codec_err_to_string
(vpx_codec_err_t err) {
function
71
return (ctx) ?
vpx_codec_err_to_string
(ctx->err)
72
:
vpx_codec_err_to_string
(VPX_CODEC_INVALID_PARAM);
/external/libvpx/libvpx/vpx/
vpx_codec.h
296
const char *
vpx_codec_err_to_string
(vpx_codec_err_t err);
/external/chromium_org/remoting/codec/
video_decoder_vp8.cc
83
LOG(INFO) << "Decoding failed:" <<
vpx_codec_err_to_string
(ret) << "\n"
video_encoder_vp8.cc
251
<< "Encoding error: " <<
vpx_codec_err_to_string
(ret) << "\n"
/external/libvpx/libvpx/
vp8_multi_resolution_encoder.c
264
printf("Failed to get config: %s\n",
vpx_codec_err_to_string
(res[i]));
vp9_spatial_scalable_encoder.c
217
die("Failed to get config: %s\n",
vpx_codec_err_to_string
(res));
vp8_scalable_patterns.c
167
printf("Failed to get config: %s\n",
vpx_codec_err_to_string
(res));
vpxenc.c
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp
805
vpx_codec_err_to_string
(res));
Completed in 944 milliseconds