Searched refs:get_si (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
H A Dvpx_codec_internal.h302 vpx_codec_get_si_fn_t get_si; /**< \copydoc ::vpx_codec_get_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.c101 res = ctx->iface->dec.get_si(get_alg_priv(ctx), si);
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h338 vpx_codec_get_si_fn_t get_si; /**< \copydoc ::vpx_codec_get_si_fn_t */ member in struct:vpx_codec_iface::vpx_codec_dec_iface
/external/libvpx/libvpx/vpx/src/
H A Dvpx_decoder.c106 res = ctx->iface->dec.get_si(ctx->priv->alg_priv, si);

Completed in 336 milliseconds