Home
last modified time | relevance | path

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/
Dvpx_decoder.c38 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA)) in vpx_codec_dec_init_ver()
198 else if (!(ctx->iface->caps & VPX_CODEC_CAP_XMA)) in vpx_codec_get_mem_map()
214 else if (!(ctx->iface->caps & VPX_CODEC_CAP_XMA)) in vpx_codec_set_mem_map()
Dvpx_encoder.c38 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA)) in vpx_codec_enc_init_ver()
83 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA)) in vpx_codec_enc_init_multi_ver()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dexample_xma.c129 if (!(vpx_codec_get_caps(iface) & VPX_CODEC_CAP_XMA)) { in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_codec.h156 #define VPX_CODEC_CAP_XMA 0x4 /**< Supports eXternal Memory Allocation */ macro