Home
last modified time | relevance | path

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

/external/libvpx/vpx/
Dvpx_decoder.h78 } vpx_codec_stream_info_t; typedef
156 vpx_codec_stream_info_t *si);
173 vpx_codec_stream_info_t *si);
Dvpx_decoder_compat.h106 typedef vpx_codec_stream_info_t vpx_dec_stream_info_t;
/external/libvpx/vpx/src/
Dvpx_decoder.c73 vpx_codec_stream_info_t *si) in vpx_codec_peek_stream_info()
78 || si->sz < sizeof(vpx_codec_stream_info_t)) in vpx_codec_peek_stream_info()
94 vpx_codec_stream_info_t *si) in vpx_codec_get_stream_info()
98 if (!ctx || !si || si->sz < sizeof(vpx_codec_stream_info_t)) in vpx_codec_get_stream_info()
Dvpx_decoder_compat.c74 (vpx_codec_stream_info_t *)si); in vpx_dec_peek_stream_info()
82 (vpx_codec_stream_info_t *)si); in vpx_dec_get_stream_info()
/external/libvpx/vpx/internal/
Dvpx_codec_internal.h111 vpx_codec_stream_info_t *si);
127 vpx_codec_stream_info_t *si);
/external/libvpx/vp8/
Dvp8_dx_iface.c23 typedef vpx_codec_stream_info_t vp8_stream_info_t;
230 vpx_codec_stream_info_t *si) in vp8_peek_si()
271 vpx_codec_stream_info_t *si) in vp8_get_si()
279 sz = sizeof(vpx_codec_stream_info_t); in vp8_get_si()
/external/libvpx/
Dvpxdec.c447 vpx_codec_stream_info_t si; in file_is_raw()