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

  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 47 case VPX_CODEC_ERROR:
70 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { function
89 res = VPX_CODEC_ERROR;
116 res = VPX_CODEC_ERROR;
120 res = VPX_CODEC_ERROR;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_codec.c 47 case VPX_CODEC_ERROR:
70 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { function
89 res = VPX_CODEC_ERROR;
117 res = VPX_CODEC_ERROR;
121 res = VPX_CODEC_ERROR;

Completed in 114 milliseconds