OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERSION_PACKED
(Results
1 - 17
of
17
) sorted by null
/external/libvpx/config/arm/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/external/libvpx/config/arm-neon/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/external/libvpx/config/arm64/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/external/libvpx/config/generic/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/external/libvpx/config/mips32/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/external/libvpx/config/mips32-dspr2/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/external/libvpx/config/mips64/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/external/libvpx/config/x86/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/external/libvpx/config/x86_64/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_version.h
5
#define
VERSION_PACKED
((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
/external/libvpx/libvpx/vpx/src/
vpx_codec.c
25
return
VERSION_PACKED
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_codec.c
25
return
VERSION_PACKED
;
Completed in 250 milliseconds