HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_stream_info_t (Results 1 - 7 of 7) sorted by null

  /external/libvpx/vpx/
vpx_decoder.h 78 } vpx_codec_stream_info_t; typedef in typeref:struct:vpx_codec_stream_info
156 vpx_codec_stream_info_t *si);
173 vpx_codec_stream_info_t *si);
vpx_decoder_compat.h 106 typedef vpx_codec_stream_info_t vpx_dec_stream_info_t;
  /external/libvpx/vpx/src/
vpx_decoder.c 73 vpx_codec_stream_info_t *si)
78 || si->sz < sizeof(vpx_codec_stream_info_t))
94 vpx_codec_stream_info_t *si)
98 if (!ctx || !si || si->sz < sizeof(vpx_codec_stream_info_t))
vpx_decoder_compat.c 74 (vpx_codec_stream_info_t *)si);
82 (vpx_codec_stream_info_t *)si);
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 111 vpx_codec_stream_info_t *si);
127 vpx_codec_stream_info_t *si);
  /external/libvpx/vp8/
vp8_dx_iface.c 23 typedef vpx_codec_stream_info_t vp8_stream_info_t;
230 vpx_codec_stream_info_t *si)
271 vpx_codec_stream_info_t *si)
279 sz = sizeof(vpx_codec_stream_info_t);
  /external/libvpx/
vpxdec.c 447 vpx_codec_stream_info_t si;
    [all...]

Completed in 64 milliseconds