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

  /external/libvpx/libvpx/vpx/
exports_dec 2 text vpx_codec_decode
vpx_decoder.h 221 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx,
235 * vpx_codec_decode call, and remains valid until the next call to vpx_codec_decode.
  /external/libvpx/libvpx/examples/
simple_decoder.txt 50 `vpx_codec_decode` function. The call takes a pointer to the data
61 `vpx_codec_decode`. These frames are retrieved by the
63 initialized to NULL each time `vpx_codec_decode` is called.
decoder_tmpl.txt 36 if(vpx_codec_decode(&codec, frame, frame_sz, NULL, 0))
postproc.txt 43 if(vpx_codec_decode(&codec, frame, frame_sz, NULL, 15000))
  /external/libvpx/libvpx/test/
decode_test_driver.cc 21 REGISTER_STATE_CHECK(res_dec = vpx_codec_decode(&decoder_,
  /external/chromium_org/media/filters/
vpx_video_decoder.cc 263 vpx_codec_err_t status = vpx_codec_decode(vpx_codec_,
269 LOG(ERROR) << "vpx_codec_decode() failed, status=" << status;
296 status = vpx_codec_decode(vpx_codec_alpha_,
303 LOG(ERROR) << "vpx_codec_decode() failed on alpha, status=" << status;
  /external/chromium_org/media/cdm/ppapi/
libvpx_cdm_video_decoder.cc 111 vpx_codec_err_t status = vpx_codec_decode(vpx_codec_,
117 LOG(ERROR) << "DecodeFrameLibvpx(): vpx_codec_decode failed, status="
  /external/chromium_org/media/cast/video_receiver/codecs/vp8/
vp8_decoder.cc 58 if (vpx_codec_decode(
  /external/libvpx/libvpx/
usage_dx.dox 3 The vpx_codec_decode() function is at the core of the decode loop. It
usage.dox 122 frame takes 2000us to decode, the call to vpx_codec_decode() will return
vpxdec.c 992 if (vpx_codec_decode(&decoder, buf, (unsigned int)buf_sz, NULL, 0)) {
    [all...]
vpxenc.c     [all...]
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 179 * function is called by the generic vpx_codec_decode() wrapper function,
207 * vpx_codec_decode call, and remains valid until the next call to vpx_codec_decode.
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 113 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, function
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 121 if (vpx_codec_decode(
  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 98 vpx_codec_err_t ret = vpx_codec_decode(

Completed in 415 milliseconds