Home
last modified time | relevance | path

Searched refs:CONFIG_DEBUG_LIBS (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
Dvpx_config.asm42 CONFIG_DEBUG_LIBS equ 0 define
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvpx_config.h54 #define CONFIG_DEBUG_LIBS 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dlibs.mk188 INSTALL-LIBS-$(CONFIG_DEBUG_LIBS) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/$(CODEC_LIB)d.li…
194 INSTALL-LIBS-$(CONFIG_DEBUG_LIBS) += $(LIBSUBDIR)/libvpx_g.a
480 CODEC_LIB=$(if $(CONFIG_DEBUG_LIBS),vpx_g,vpx)
Dexamples.mk243 CODEC_LIB=$(if $(CONFIG_DEBUG_LIBS),vpx_g,vpx)