Searched defs:vpx_codec_err_to_string (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_codec.c43 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/src/
H A Dvpx_codec.c43 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);

Completed in 152 milliseconds