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

  /external/libvpx/vpx/src/
vpx_codec.c 46 const char *vpx_codec_err_to_string(vpx_codec_err_t err) function
77 return (ctx) ? vpx_codec_err_to_string(ctx->err)
78 : vpx_codec_err_to_string(VPX_CODEC_INVALID_PARAM);
vpx_decoder_compat.c 30 return vpx_codec_err_to_string(err);
  /external/libvpx/vpx/
vpx_codec.h 290 const char *vpx_codec_err_to_string(vpx_codec_err_t err);
  /external/libvpx/
vpxenc.c     [all...]

Completed in 516 milliseconds