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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_codec.c 103 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface) { function
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_codec.h 361 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface);
  /external/libvpx/libvpx/examples/
example_xma.c 129 if (!(vpx_codec_get_caps(iface) & VPX_CODEC_CAP_XMA)) {
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 104 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface) { function
  /external/libvpx/libvpx/vpx/
vpx_codec.h 352 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface);
  /external/chromium_org/media/cast/receiver/
video_decoder.cc 104 DCHECK(vpx_codec_get_caps(vpx_codec_vp8_dx()) & VPX_CODEC_CAP_POSTPROC);

Completed in 197 milliseconds