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

  /external/libvpx/libvpx/test/
decode_test_driver.cc 24 const vpx_codec_err_t res_dec = vpx_codec_decode(&decoder_,
  /external/libvpx/libvpx/vpx/
vpx_decoder.h 219 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx,
233 * vpx_codec_decode call, and remains valid until the next call to vpx_codec_decode.
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 121 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, function
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 251 if (vpx_codec_decode(
  /external/libvpx/libvpx/
vpxdec.c 1045 if (vpx_codec_decode(&decoder, buf, (unsigned int)buf_sz, NULL, 0))
    [all...]

Completed in 209 milliseconds