Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvpx_decoder.h94 } vpx_codec_stream_info_t; typedef
167 vpx_codec_stream_info_t *si);
183 vpx_codec_stream_info_t *si);
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c68 vpx_codec_stream_info_t *si) { in vpx_codec_peek_stream_info()
72 si->sz < sizeof(vpx_codec_stream_info_t)) in vpx_codec_peek_stream_info()
86 vpx_codec_stream_info_t *si) { in vpx_codec_get_stream_info()
89 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()
78 vpx_codec_stream_info_t stream_info; in RunLoop()
Ddecode_test_driver.h54 vpx_codec_stream_info_t *stream_info);
Ddecode_api_test.cc158 vpx_codec_stream_info_t si; in TestPeekInfo()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h116 vpx_codec_stream_info_t *si);
132 vpx_codec_stream_info_t *si);
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.h16 typedef vpx_codec_stream_info_t vp9_stream_info_t;
Dvp9_dx_iface.c97 const uint8_t *data, unsigned int data_sz, vpx_codec_stream_info_t *si, in decoder_peek_si_internal()
176 vpx_codec_stream_info_t *si) { in decoder_peek_si()
181 vpx_codec_stream_info_t *si) { in decoder_get_si()
184 : sizeof(vpx_codec_stream_info_t); in decoder_get_si()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c37 typedef vpx_codec_stream_info_t vp8_stream_info_t;
128 vpx_codec_stream_info_t *si, in vp8_peek_si_internal()
175 vpx_codec_stream_info_t *si) { in vp8_peek_si()
180 vpx_codec_stream_info_t *si) { in vp8_get_si()
186 sz = sizeof(vpx_codec_stream_info_t); in vp8_get_si()
/external/libvpx/libvpx/
Dvpxdec.c330 vpx_codec_stream_info_t si; in file_is_raw()