Searched refs:peek_si (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
H A Dvpx_codec_internal.h301 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/
H A Dvpx_decoder.c81 res = iface->dec.peek_si(data, data_sz, si);
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h337 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/
H A Dvpx_decoder.c86 res = iface->dec.peek_si(data, data_sz, si);
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c262 // 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 71 milliseconds