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

  /external/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::__anon9796
  /external/libvpx/vpx/src/
vpx_decoder.c 92 res = iface->dec.peek_si(data, data_sz, si);
  /external/libvpx/vp8/
vp8_dx_iface.c 313 /* Determine the stream parameters. Note that we rely on peek_si to
318 res = ctx->base.iface->dec.peek_si(data, data_sz, &ctx->si);
730 vp8_peek_si, /* vpx_codec_peek_si_fn_t peek_si; */
760 vp8_peek_si, /* vpx_codec_peek_si_fn_t peek_si; */

Completed in 34 milliseconds