HomeSort by relevance Sort by last modified time
    Searched refs:abi_version (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vpx/internal/
vpx_codec_internal.h 292 int abi_version; /**< Implemented ABI version */ member in struct:vpx_codec_iface
  /external/libvpx/vpx/src/
vpx_decoder.c 33 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION)
vpx_encoder.c 34 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION)

Completed in 99 milliseconds