Home
last modified time | relevance | path

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

/external/libvpx/vpx/
Dvpx_decoder.h93 } vpx_codec_stream_info_t; typedef
166 vpx_codec_stream_info_t *si);
182 vpx_codec_stream_info_t *si);
/external/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/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.cc165 vpx_codec_stream_info_t si; in TestPeekInfo()
/external/libvpx/vp9/
Dvp9_dx_iface.h16 typedef vpx_codec_stream_info_t vp9_stream_info_t;
Dvp9_dx_iface.c96 const uint8_t *data, unsigned int data_sz, vpx_codec_stream_info_t *si, in decoder_peek_si_internal()
175 vpx_codec_stream_info_t *si) { in decoder_peek_si()
180 vpx_codec_stream_info_t *si) { in decoder_get_si()
183 : sizeof(vpx_codec_stream_info_t); in decoder_get_si()
/external/libvpx/vpx/internal/
Dvpx_codec_internal.h120 vpx_codec_stream_info_t *si);
136 vpx_codec_stream_info_t *si);
/external/libvpx/vp8/
Dvp8_dx_iface.c38 typedef vpx_codec_stream_info_t vp8_stream_info_t;
129 vpx_codec_stream_info_t *si, in vp8_peek_si_internal()
179 vpx_codec_stream_info_t *si) { in vp8_peek_si()
184 vpx_codec_stream_info_t *si) { in vp8_get_si()
190 sz = sizeof(vpx_codec_stream_info_t); in vp8_get_si()
/external/libvpx/examples/
Dvpx_dec_fuzzer.cc113 vpx_codec_stream_info_t stream_info; in LLVMFuzzerTestOneInput()
/external/libvpx/
Dvpxdec.c330 vpx_codec_stream_info_t si; in file_is_raw()