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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 30 typedef vpx_codec_stream_info_t vp9_stream_info_t; typedef
35 vp9_stream_info_t si;
200 const size_t sz = (si->sz >= sizeof(vp9_stream_info_t))
201 ? sizeof(vp9_stream_info_t)
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 29 typedef vpx_codec_stream_info_t vp9_stream_info_t; typedef
34 vp9_stream_info_t si;
164 const size_t sz = (si->sz >= sizeof(vp9_stream_info_t))
165 ? sizeof(vp9_stream_info_t)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 24 typedef vpx_codec_stream_info_t vp9_stream_info_t; typedef
29 vp9_stream_info_t si;
151 const size_t sz = (si->sz >= sizeof(vp9_stream_info_t))
152 ? sizeof(vp9_stream_info_t)

Completed in 894 milliseconds