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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h 301 vpx_codec_peek_si_fn_t peek_si; /**< \copydoc ::vpx_codec_peek_si_fn_t */ member in struct:vpx_codec_iface::vpx_codec_dec_iface
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_decoder.c 81 res = iface->dec.peek_si(data, data_sz, si);
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 337 vpx_codec_peek_si_fn_t peek_si; /**< \copydoc ::vpx_codec_peek_si_fn_t */ member in struct:vpx_codec_iface::vpx_codec_dec_iface
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 86 res = iface->dec.peek_si(data, data_sz, si);
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 262 // Determine the stream parameters. Note that we rely on peek_si to
267 ctx->base.iface->dec.peek_si(*data, data_sz, &ctx->si);

Completed in 30 milliseconds