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

  /external/libvpx/vpx/src/
vpx_decoder.c 41 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
210 else if (!(ctx->iface->caps & VPX_CODEC_CAP_XMA))
227 else if (!(ctx->iface->caps & VPX_CODEC_CAP_XMA))
vpx_encoder.c 38 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
  /external/libvpx/
example_xma.c 144 if (!(vpx_codec_get_caps(iface) & VPX_CODEC_CAP_XMA))
  /external/libvpx/vpx/
vpx_codec.h 148 #define VPX_CODEC_CAP_XMA 0x4 /**< Supports eXternal Memory Allocation */
463 * that advertise the VPX_CODEC_CAP_XMA capability. Calling these functions

Completed in 62 milliseconds