OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 20 milliseconds