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

  /external/libvpx/vpx/src/
vpx_decoder.c 35 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
49 if (!(flags & VPX_CODEC_USE_XMA))
vpx_decoder_compat.c 137 VPX_CODEC_USE_XMA,
vpx_encoder.c 38 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
  /external/libvpx/
example_xma.c 160 if (vpx_codec_dec_init(&decoder, iface, &cfg, VPX_CODEC_USE_XMA))
  /external/libvpx/vpx/
vpx_codec.h 159 #define VPX_CODEC_USE_XMA 0x00000001 /**< Use e_xternal Memory Allocation mode */

Completed in 15 milliseconds