Home
last modified time | relevance | path

Searched refs:abi_version (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_encoder.c34 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_enc_init_ver()
79 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_enc_init_multi_ver()
Dvpx_decoder.c35 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) { in vpx_codec_dec_init_ver()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h329 int abi_version; /**< Implemented ABI version */ member