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/libvpx/vpx/
vpx_decoder.h 90 } vpx_codec_stream_info_t; typedef in typeref:struct:vpx_codec_stream_info
171 vpx_codec_stream_info_t *si);
188 vpx_codec_stream_info_t *si);
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 75 vpx_codec_stream_info_t *si) {
79 || si->sz < sizeof(vpx_codec_stream_info_t))
94 vpx_codec_stream_info_t *si) {
97 if (!ctx || !si || si->sz < sizeof(vpx_codec_stream_info_t))
vpx_codec.c 159 vpx_codec_err_t vpx_validate_mmaps(const vpx_codec_stream_info_t *si,
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 114 vpx_codec_stream_info_t *si);
130 vpx_codec_stream_info_t *si);
499 vpx_codec_err_t vpx_validate_mmaps(const vpx_codec_stream_info_t *si,
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 24 typedef vpx_codec_stream_info_t vp9_stream_info_t;
145 vpx_codec_stream_info_t *si) {
207 vpx_codec_stream_info_t *si) {
213 sz = sizeof(vpx_codec_stream_info_t);
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 32 typedef vpx_codec_stream_info_t vp8_stream_info_t;
193 vpx_codec_stream_info_t *si,
247 vpx_codec_stream_info_t *si) {
252 vpx_codec_stream_info_t *si)
260 sz = sizeof(vpx_codec_stream_info_t);
  /external/libvpx/libvpx/
vpxdec.c 397 vpx_codec_stream_info_t si;
    [all...]

Completed in 186 milliseconds