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
28
) sorted by null
1
2
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h
39
#if
CONFIG_OS_SUPPORT
48
#endif /*
CONFIG_OS_SUPPORT
*/
52
#if !
CONFIG_OS_SUPPORT
56
#endif /*
CONFIG_OS_SUPPORT
*/
examples.mk
174
ifeq ($(
CONFIG_OS_SUPPORT
), yes)
/external/libvpx/libvpx/
tools_common.h
35
#if
CONFIG_OS_SUPPORT
43
#endif /*
CONFIG_OS_SUPPORT
*/
47
#if !
CONFIG_OS_SUPPORT
50
#endif /*
CONFIG_OS_SUPPORT
*/
examples.mk
225
ifeq ($(
CONFIG_OS_SUPPORT
), yes)
/external/libvpx/config/arm/
vpx_config.h
82
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/config/arm-neon/
vpx_config.h
82
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/config/arm64/
vpx_config.h
82
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/config/generic/
vpx_config.h
82
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/config/mips32/
vpx_config.h
82
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/config/mips32-dspr2/
vpx_config.h
82
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/config/mips64/
vpx_config.h
82
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/config/x86/
vpx_config.h
82
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/config/x86_64/
vpx_config.h
82
#define
CONFIG_OS_SUPPORT
1
/external/libvpx/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
*/
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_config.h
84
#define
CONFIG_OS_SUPPORT
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vpx_config.h
84
#define
CONFIG_OS_SUPPORT
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_config.h
84
#define
CONFIG_OS_SUPPORT
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
*/
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_config.h
84
#define
CONFIG_OS_SUPPORT
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_config.h
84
#define
CONFIG_OS_SUPPORT
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_config.h
83
#define
CONFIG_OS_SUPPORT
1
vpx_config.asm
71
CONFIG_OS_SUPPORT
equ 1
/external/libvpx/libvpx/vp8/common/
threading.h
19
#if
CONFIG_OS_SUPPORT
&& CONFIG_MULTITHREAD
188
#endif /*
CONFIG_OS_SUPPORT
&& CONFIG_MULTITHREAD */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h
19
#if
CONFIG_OS_SUPPORT
&& CONFIG_MULTITHREAD
188
#endif /*
CONFIG_OS_SUPPORT
&& CONFIG_MULTITHREAD */
/external/libvpx/libvpx/vp8/decoder/
threading.c
14
#if !defined(WIN32) &&
CONFIG_OS_SUPPORT
== 1
Completed in 2737 milliseconds
1
2