Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dvhost.h144 int abi_version; member
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c34 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_enc_init_ver()
77 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_enc_init_multi_ver()
Dvpx_decoder.c32 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_dec_init_ver()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h297 int abi_version; /**< Implemented ABI version */ member