HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SHARED (Results 1 - 24 of 24) sorted by null

  /external/libvpx/libvpx/test/
test_libvpx.cc 62 #if !CONFIG_SHARED
74 #endif // !CONFIG_SHARED
register_state_check.h 96 #elif defined(CONFIG_SHARED) && defined(HAVE_NEON_ASM) && defined(CONFIG_VP9) \
97 && !CONFIG_SHARED && HAVE_NEON_ASM && CONFIG_VP9
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
test_libvpx.cc 56 #if !CONFIG_SHARED
register_state_check.h 85 #elif defined(CONFIG_SHARED) && defined(HAVE_NEON) \
86 && !CONFIG_SHARED && HAVE_NEON
  /external/libvpx/config/arm/
vpx_config.h 78 #define CONFIG_SHARED 0
  /external/libvpx/config/arm-neon/
vpx_config.h 78 #define CONFIG_SHARED 0
  /external/libvpx/config/arm64/
vpx_config.h 78 #define CONFIG_SHARED 0
  /external/libvpx/config/generic/
vpx_config.h 78 #define CONFIG_SHARED 0
  /external/libvpx/config/mips32/
vpx_config.h 78 #define CONFIG_SHARED 0
  /external/libvpx/config/mips32-dspr2/
vpx_config.h 78 #define CONFIG_SHARED 0
  /external/libvpx/config/mips64/
vpx_config.h 78 #define CONFIG_SHARED 0
  /external/libvpx/config/x86/
vpx_config.h 78 #define CONFIG_SHARED 0
  /external/libvpx/config/x86_64/
vpx_config.h 78 #define CONFIG_SHARED 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_config.h 80 #define CONFIG_SHARED 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vpx_config.h 80 #define CONFIG_SHARED 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_config.h 80 #define CONFIG_SHARED 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_config.h 80 #define CONFIG_SHARED 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_config.h 80 #define CONFIG_SHARED 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_config.h 79 #define CONFIG_SHARED 0
vpx_config.asm 67 CONFIG_SHARED equ 0
  /external/libvpx/libvpx/
libs.mk 198 INSTALL-LIBS-$(CONFIG_SHARED) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/vpx.dll)
199 INSTALL-LIBS-$(CONFIG_SHARED) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/vpx.exp)
239 $(if $(CONFIG_SHARED),--dll,--lib) \
289 LIBS-$(CONFIG_SHARED) += $(BUILD_PFX)$(LIBVPX_SO)\
337 INSTALL-LIBS-$(CONFIG_SHARED) += $(LIBVPX_SO_SYMLINKS)
338 INSTALL-LIBS-$(CONFIG_SHARED) += $(LIBSUBDIR)/$(LIBVPX_SO)
339 INSTALL-LIBS-$(CONFIG_SHARED) += $(if $(LIBVPX_SO_IMPLIB),$(LIBSUBDIR)/$(LIBVPX_SO_IMPLIB))
520 CODEC_LIB_SUF=$(if $(CONFIG_SHARED),$(SHARED_LIB_SUF),.a)
examples.mk 113 ifneq ($(CONFIG_SHARED),yes)
297 CODEC_LIB_SUF=$(if $(CONFIG_SHARED),$(SHARED_LIB_SUF),.a)
315 CODEC_LIB=$(if $(CONFIG_SHARED),vpx,$(if $(CONFIG_STATIC_MSVCRT),vpxmt,vpxmd))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk 189 INSTALL-LIBS-$(CONFIG_SHARED) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/vpx.dll)
190 INSTALL-LIBS-$(CONFIG_SHARED) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/vpx.exp)
249 $(if $(CONFIG_SHARED),--dll,--lib) \
273 BUILD_LIBVPX_SO := $(if $(BUILD_LIBVPX),$(CONFIG_SHARED))
481 CODEC_LIB_SUF=$(if $(CONFIG_SHARED),.so,.a)
examples.mk 73 ifneq ($(CONFIG_SHARED),yes)
245 CODEC_LIB_SUF=$(if $(CONFIG_SHARED),$(SHARED_LIB_SUF),.a)
267 CODEC_LIB=$(if $(CONFIG_SHARED),vpx,$(if $(CONFIG_STATIC_MSVCRT),vpxmt,vpxmd))

Completed in 383 milliseconds