Home
last modified time | relevance | path

Searched refs:abi_version (Results 1 – 7 of 7) 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.h190 int abi_version; member
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c36 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_enc_init_ver()
71 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_enc_init_multi_ver()
Dvpx_decoder.c34 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_dec_init_ver()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h291 int abi_version; /**< Implemented ABI version */ member
/external/libcxx/utils/libcxx/test/
Dconfig.py588 abi_version = self.get_lit_conf('abi_version', '').strip()
592 if abi_version and abi_version != '1':
593 self.cxx.compile_flags += ['-D_LIBCPP_ABI_VERSION=' + abi_version]
/external/webp/src/mux/
Danim_encode.c184 int abi_version) { in WebPAnimEncoderOptionsInitInternal() argument
186 WEBP_ABI_IS_INCOMPATIBLE(abi_version, WEBP_MUX_ABI_VERSION)) { in WebPAnimEncoderOptionsInitInternal()
238 int abi_version) { in WebPAnimEncoderNewInternal() argument
241 if (WEBP_ABI_IS_INCOMPATIBLE(abi_version, WEBP_MUX_ABI_VERSION)) { in WebPAnimEncoderNewInternal()