OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_si
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h
302
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/
vpx_decoder.c
101
res = ctx->iface->dec.
get_si
(get_alg_priv(ctx), si);
/external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h
338
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/
vpx_decoder.c
106
res = ctx->iface->dec.
get_si
(ctx->priv->alg_priv, si);
Completed in 42 milliseconds