HomeSort by relevance Sort by last modified time
    Searched defs:vpx_codec_err_to_string (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/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/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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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);

Completed in 114 milliseconds