OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peek_si
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h
304
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
244
/* Determine the stream parameters. Note that we rely on
peek_si
to
249
res = ctx->base.iface->dec.
peek_si
(*data, data_sz, &ctx->si);
708
vp9_peek_si, /* vpx_codec_peek_si_fn_t
peek_si
; */
Completed in 68 milliseconds