Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx/src/
H A 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()
/aosp_15_r20/external/libvpx/vpx/
H A Dvpx_decoder.h93 } vpx_codec_stream_info_t; typedef
166 vpx_codec_stream_info_t *si);
182 vpx_codec_stream_info_t *si);
/aosp_15_r20/external/libvpx/vp8/
H A 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()
/aosp_15_r20/external/libvpx/test/
H A Ddecode_test_driver.cc23 vpx_codec_stream_info_t *stream_info) { in PeekStream()
78 vpx_codec_stream_info_t stream_info; in RunLoop()
H A Ddecode_test_driver.h54 vpx_codec_stream_info_t *stream_info);
H A Ddecode_api_test.cc165 vpx_codec_stream_info_t si; in TestPeekInfo()
/aosp_15_r20/external/libvpx/vp9/
H A 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()
H A Dvp9_dx_iface.h16 typedef vpx_codec_stream_info_t vp9_stream_info_t;
/aosp_15_r20/external/libvpx/vpx/internal/
H A Dvpx_codec_internal.h120 vpx_codec_stream_info_t *si);
136 vpx_codec_stream_info_t *si);
/aosp_15_r20/external/libvpx/examples/
H A Dvpx_dec_fuzzer.cc113 vpx_codec_stream_info_t stream_info; in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/libvpx/
H A Dvpxdec.c330 vpx_codec_stream_info_t si; in file_is_raw()