OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_OS_SUPPORT
(Results
1 - 25
of
33
) sorted by null
1
2
/external/libvpx/libvpx/
tools_common.h
39
#if
CONFIG_OS_SUPPORT
48
#endif /*
CONFIG_OS_SUPPORT
*/
52
#if !
CONFIG_OS_SUPPORT
56
#endif /*
CONFIG_OS_SUPPORT
*/
/external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h
34
#if
CONFIG_OS_SUPPORT
43
#endif /*
CONFIG_OS_SUPPORT
*/
47
#if !
CONFIG_OS_SUPPORT
50
#endif /*
CONFIG_OS_SUPPORT
*/
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/config/nacl/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/config/win/x64/
vpx_config.h
85
#define
CONFIG_OS_SUPPORT
1
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
vpx_timer.h
19
#if
CONFIG_OS_SUPPORT
96
#else /*
CONFIG_OS_SUPPORT
= 0*/
98
/* Empty timer functions if
CONFIG_OS_SUPPORT
= 0 */
118
#endif /*
CONFIG_OS_SUPPORT
*/
/external/libvpx/armv7a/
vpx_config.h
83
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/armv7a-neon/
vpx_config.h
83
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/generic/
vpx_config.h
83
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/libvpx/vpx_ports/
vpx_timer.h
16
#if
CONFIG_OS_SUPPORT
93
#else /*
CONFIG_OS_SUPPORT
= 0*/
95
/* Empty timer functions if
CONFIG_OS_SUPPORT
= 0 */
115
#endif /*
CONFIG_OS_SUPPORT
*/
/external/libvpx/mips/
vpx_config.h
83
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/mips-dspr2/
vpx_config.h
83
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/x86/
vpx_config.h
83
#define
CONFIG_OS_SUPPORT
1
vpx_config.asm
71
CONFIG_OS_SUPPORT
equ 1
Completed in 595 milliseconds
1
2