Home
last modified time | relevance | path

Searched refs:vpx_codec_stream_info_t (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvpx_decoder.h93 } vpx_codec_stream_info_t; typedef
170 vpx_codec_stream_info_t *si);
187 vpx_codec_stream_info_t *si);
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c70 vpx_codec_stream_info_t *si) { in vpx_codec_peek_stream_info()
74 || si->sz < sizeof(vpx_codec_stream_info_t)) in vpx_codec_peek_stream_info()
89 vpx_codec_stream_info_t *si) { in vpx_codec_get_stream_info()
92 if (!ctx || !si || si->sz < sizeof(vpx_codec_stream_info_t)) in vpx_codec_get_stream_info()
/external/libvpx/libvpx/test/
Ddecode_test_driver.cc23 vpx_codec_stream_info_t *stream_info) { in PeekStream()
79 vpx_codec_stream_info_t stream_info; in RunLoop()
Ddecode_test_driver.h59 vpx_codec_stream_info_t *stream_info);
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h117 vpx_codec_stream_info_t *si);
133 vpx_codec_stream_info_t *si);
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c36 typedef vpx_codec_stream_info_t vp8_stream_info_t;
148 vpx_codec_stream_info_t *si, in vp8_peek_si_internal()
202 vpx_codec_stream_info_t *si) { in vp8_peek_si()
207 vpx_codec_stream_info_t *si) in vp8_get_si()
215 sz = sizeof(vpx_codec_stream_info_t); in vp8_get_si()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.h16 typedef vpx_codec_stream_info_t vp9_stream_info_t;
Dvp9_dx_iface.c125 vpx_codec_stream_info_t *si, in decoder_peek_si_internal()
203 vpx_codec_stream_info_t *si) { in decoder_peek_si()
208 vpx_codec_stream_info_t *si) { in decoder_get_si()
211 : sizeof(vpx_codec_stream_info_t); in decoder_get_si()
/external/libvpx/libvpx/
Dvpxdec.c319 vpx_codec_stream_info_t si; in file_is_raw()