Searched refs:VPX_CODEC_USE_XMA (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/vpx/src/
H A Dvpx_decoder.c41 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
57 if (!(flags & VPX_CODEC_USE_XMA))
H A Dvpx_decoder_compat.c137 VPX_CODEC_USE_XMA,
H A Dvpx_encoder.c38 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
/external/libvpx/
H A Dexample_xma.c160 if (vpx_codec_dec_init(&decoder, iface, &cfg, VPX_CODEC_USE_XMA))
/external/libvpx/vpx/
H A Dvpx_codec.h159 #define VPX_CODEC_USE_XMA 0x00000001 /**< Use eXternal Memory Allocation mode */ macro

Completed in 121 milliseconds