HomeSort by relevance Sort by last modified time
    Searched refs:libvpx (Results 1 - 25 of 27) sorted by null

1 2

  /external/libvpx/
Android.mk 4 # libvpx
6 include external/libvpx/libvpx.mk
9 include external/libvpx/libwebm.mk
config.x86.mk 11 libvpx_codec_srcs_c_x86 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
16 libvpx_codec_srcs_c_x86 += $(addprefix libvpx/, $(filter %.asm, $(libvpx_codec_srcs)))
config.x86_64.mk 12 libvpx_codec_srcs_c_x86_64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
17 libvpx_codec_srcs_c_x86_64 += $(addprefix libvpx/, $(filter %.asm, $(libvpx_codec_srcs)))
libvpx.mk 4 # Clang arm assembler cannot compile libvpx .s files yet.
15 libvpx_source_dir := $(LOCAL_PATH)/libvpx
18 LOCAL_MODULE := libvpx
34 include $(LOCAL_PATH)/libvpx-asm-translation.mk
41 include $(LOCAL_PATH)/libvpx-asm-translation.mk
config.mips64.mk 11 libvpx_codec_srcs_c_mips64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
config.arm.mk 20 libvpx_codec_srcs_c_arm := $(addprefix libvpx/, $(filter-out vpx_config.c, \
config.arm64.mk 14 libvpx_codec_srcs_c_arm64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
config.mips.mk 19 libvpx_codec_srcs_c_mips := $(addprefix libvpx/, $(filter-out vpx_config.c, \
generate_config.sh 8 # build libvpx. Every time libvpx source code is updated run this script.
17 LIBVPX_SRC_DIR="libvpx"
71 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
73 print_config_basic $1 > $BASE_DIR/$TEMP_DIR/libvpx.config
78 -o $BASE_DIR/$TEMP_DIR/libvpx.config
85 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
92 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
100 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
108 --config=$BASE_DIR/$TEMP_DIR/libvpx.config
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/dec/
Android.mk 8 $(TOP)/external/libvpx/libvpx \
9 $(TOP)/external/libvpx/libvpx/vpx_codec \
10 $(TOP)/external/libvpx/libvpx/vpx_ports \
15 libvpx
  /frameworks/av/media/libstagefright/codecs/on2/enc/
Android.mk 8 $(TOP)/external/libvpx/libvpx \
9 $(TOP)/external/libvpx/libvpx/vpx_codec \
10 $(TOP)/external/libvpx/libvpx/vpx_ports \
18 libvpx
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/
Android.mk 4 # libvpx
6 include $(LOCAL_PATH)/libvpx.mk
libvpx.mk 38 libvpx_source_dir := $(LOCAL_PATH)/libvpx
64 X86_ASM_SRCS := $(addprefix $(LOCAL_PATH)/libvpx/, $(x86_asm_src_files))
69 LOCAL_SRC_FILES += $(addprefix libvpx/, $(libvpx_codec_srcs_c_static))
  /external/libvpx/libvpx/build/make/
Android.mk 12 # This file is to be used for compiling libvpx for Android using the NDK.
13 # In an Android project place a libvpx checkout in the jni directory.
14 # Run the configure script from the jni directory. Base libvpx
16 # ./libvpx/configure --target=armv7-android-gcc --disable-examples \
27 # Android.mk file in the libvpx directory:
30 # include jni/libvpx/build/make/Android.mk
37 # By default libvpx will detect at runtime the existance of NEON extension.
39 # libvpx can also be configured without this runtime detection method.
45 # To change to building armeabi, run ./libvpx/configure again, but with
49 # Running ndk-build will build libvpx and include it in your project
    [all...]
iosbuild.sh 157 lib_list="${lib_list} ${target_dist_dir}/lib/libvpx.a"
162 # The basic libvpx API includes are all the same; just grab the most recent
204 --extra-configure-args <args>: Extra args to pass when configuring libvpx.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Android.mk 12 # This file is to be used for compiling libvpx for Android using the NDK.
13 # In an Android project place a libvpx checkout in the jni directory.
14 # Run the configure script from the jni directory. Base libvpx
16 # ./libvpx/configure --target=armv7-android-gcc --disable-examples \
27 # Android.mk file in the libvpx directory:
30 # include jni/libvpx/build/make/Android.mk
37 # By default libvpx will detect at runtime the existance of NEON extension.
39 # libvpx can also be configured without this runtime detection method.
44 # To change to building armeabi, run ./libvpx/configure again, but with
48 # Running ndk-build will build libvpx and include it in your project
    [all...]
  /external/libvpx/libvpx/test/android/
Android.mk 11 # The paths are really messed up as the libvpx make file
19 include $(BINDINGS_DIR)/libvpx/third_party/libwebm/Android.mk
22 #libvpx
25 include $(BINDINGS_DIR)/libvpx/build/make/Android.mk
  /frameworks/av/media/libstagefright/matroska/
Android.mk 8 $(TOP)/external/libvpx/libwebm \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
Android.mk 11 # The paths are really messed up as the libvpx make file
17 #libvpx
19 include $(BINDINGS_DIR)/libvpx/build/make/Android.mk
  /external/libvpx/libvpx/
libs.mk 202 INSTALL-LIBS-$(CONFIG_STATIC) += $(LIBSUBDIR)/libvpx.a
260 LIBS-$(if yes,$(CONFIG_STATIC)) += $(BUILD_PFX)libvpx.a $(BUILD_PFX)libvpx_g.a
267 LIBVPX_SO := libvpx.$(SO_VERSION_MAJOR).dylib
269 EXPORT_FILE := libvpx.syms
271 libvpx.dylib )
274 LIBVPX_SO := libvpx$(SO_VERSION_MAJOR).dll
276 EXPORT_FILE := libvpx.def
280 LIBVPX_SO := libvpx.so.$(SO_VERSION_MAJOR).$(SO_VERSION_MINOR).$(SO_VERSION_PATCH)
282 EXPORT_FILE := libvpx.ver
284 libvpx.so libvpx.so.$(SO_VERSION_MAJOR)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk 193 INSTALL-LIBS-$(CONFIG_STATIC) += $(LIBSUBDIR)/libvpx.a
269 LIBS-$(if $(BUILD_LIBVPX),$(CONFIG_STATIC)) += $(BUILD_PFX)libvpx.a $(BUILD_PFX)libvpx_g.a
276 LIBVPX_SO := libvpx.$(VERSION_MAJOR).dylib
277 EXPORT_FILE := libvpx.syms
279 libvpx.dylib )
281 LIBVPX_SO := libvpx.so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
282 EXPORT_FILE := libvpx.ver
283 SYM_LINK := libvpx.so
285 libvpx.so libvpx.so.$(VERSION_MAJOR)
    [all...]
  /frameworks/av/media/libstagefright/
Android.mk 74 $(TOP)/external/libvpx/libwebm \
112 libvpx \
  /external/libvpx/libvpx/test/
tools_common.sh 11 ## This file contains shell code shared by test scripts for libvpx tools.
130 # should be a LIBVPX preprocessor flag. Echoes yes to stdout when the feature
290 --bin-path <path to libvpx binaries directory>
291 --config-path <path to libvpx config directory>
295 --test-data-path <path to libvpx test data directory>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 11 ## This file contains shell code shared by test scripts for libvpx tools.
111 # should be a LIBVPX preprocessor flag. Echoes yes to stdout when the feature
333 --bin-path <path to libvpx binaries directory>
334 --config-path <path to libvpx config directory>
338 --test-data-path <path to libvpx test data directory>
  /hardware/intel/common/omx-components/videocodec/
Android.mk 171 $(LOCAL_PATH)/libvpx_internal/libvpx \
172 $(LOCAL_PATH)/libvpx_internal/libvpx/vpx_codec \
173 $(LOCAL_PATH)/libvpx_internal/libvpx/vpx_ports \

Completed in 183 milliseconds

1 2