Searched refs:VPX_CODEC_CAP_XMA (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_decoder.c38 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
198 else if (!(ctx->iface->caps & VPX_CODEC_CAP_XMA))
214 else if (!(ctx->iface->caps & VPX_CODEC_CAP_XMA))
H A Dvpx_encoder.c38 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
83 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dexample_xma.c129 if (!(vpx_codec_get_caps(iface) & VPX_CODEC_CAP_XMA)) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_codec.h156 #define VPX_CODEC_CAP_XMA 0x4 /**< Supports eXternal Memory Allocation */ macro
469 * that advertise the VPX_CODEC_CAP_XMA capability. Calling these functions

Completed in 128 milliseconds