Home
last modified time | relevance | path

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

/external/webp/src/demux/
Danim_decode.c54 int abi_version) { in WebPAnimDecoderOptionsInitInternal() argument
56 WEBP_ABI_IS_INCOMPATIBLE(abi_version, WEBP_DEMUX_ABI_VERSION)) { in WebPAnimDecoderOptionsInitInternal()
87 int abi_version) { in WebPAnimDecoderNewInternal() argument
91 WEBP_ABI_IS_INCOMPATIBLE(abi_version, WEBP_DEMUX_ABI_VERSION)) { in WebPAnimDecoderNewInternal()
/external/kernel-headers/original/uapi/linux/
Dvhost.h158 int abi_version; member
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c38 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_enc_init_ver()
78 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_enc_init_multi_ver()
Dvpx_decoder.c36 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_dec_init_ver()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h295 int abi_version; /**< Implemented ABI version */ member