Searched refs:CONFIG_OS_SUPPORT (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/
H A Dvpx_config.h77 #define CONFIG_OS_SUPPORT 1 macro
H A Dexamples.mk99 ifeq ($(CONFIG_OS_SUPPORT), yes)
H A Dvpxdec.c34 #if CONFIG_OS_SUPPORT
873 #if CONFIG_OS_SUPPORT
H A Dvpxenc.c15 #if defined(_WIN32) || !CONFIG_OS_SUPPORT
63 #if !CONFIG_OS_SUPPORT
/external/libvpx/vpx_ports/
H A Dvpx_timer.h15 #if CONFIG_OS_SUPPORT
98 #else /* CONFIG_OS_SUPPORT = 0*/
100 /* Empty timer functions if CONFIG_OS_SUPPORT = 0 */
119 #endif /* CONFIG_OS_SUPPORT */
/external/libvpx/vp8/common/
H A Dthreading.h17 #if CONFIG_OS_SUPPORT && CONFIG_MULTITHREAD
94 #endif /* CONFIG_OS_SUPPORT && CONFIG_MULTITHREAD */
/external/libvpx/vp8/decoder/
H A Dthreading.c12 #if !defined(WIN32) && CONFIG_OS_SUPPORT == 1

Completed in 3034 milliseconds