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

  /external/chromium_org/media/cdm/ppapi/
libvpx_cdm_video_decoder.cc 55 vpx_codec_dec_cfg_t vpx_config = {0}; local
56 vpx_config.w = config.coded_size.width;
57 vpx_config.h = config.coded_size.height;
58 vpx_config.threads = kDecodeThreads;
62 &vpx_config,
  /external/libvpx/libvpx/build/make/
Android.mk 131 LOCAL_SRC_FILES += vpx_config.c
136 # Pull out C files. vpx_config.c is in the immediate directory and
139 LOCAL_CODEC_SRCS_C = $(filter-out vpx_config.c, $(CODEC_SRCS_C))
167 -DHAVE_CONFIG_H=vpx_config.h \
  /external/libvpx/
libvpx.mk 37 LOCAL_CFLAGS := -DHAVE_CONFIG_H=vpx_config.h
47 # vpx_config.c is an auto-generated file in $(config_dir)
48 libvpx_codec_srcs_c_static := $(filter-out vpx_config.c, $(libvpx_codec_srcs_c))
50 LOCAL_SRC_FILES += $(libvpx_target)/vpx_config.c
  /external/chromium_org/media/filters/
vpx_video_decoder.cc 100 vpx_codec_dec_cfg_t vpx_config = {0}; local
101 vpx_config.w = config.coded_size().width();
102 vpx_config.h = config.coded_size().height();
103 vpx_config.threads = GetThreadCount();
109 &vpx_config,
  /external/libvpx/libvpx/
libs.mk 174 CODEC_SRCS-$(BUILD_LIBVPX) += $(BUILD_PFX)vpx_config.c
175 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c
256 vpx.$(VCPROJ_SFX): vpx_config.asm
355 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
361 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
366 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm
372 $(filter %.s.o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm
373 $(filter %$(ASM).o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.as
    [all...]
configure 411 enabled universal || write_common_target_config_h ${BUILD_PFX}vpx_config.h
492 write_common_target_config_mk $tgt_fn ${BUILD_PFX}vpx_config.h
718 print_webm_license ${BUILD_PFX}vpx_config.c "/*" " */"
719 cat <<EOF >> ${BUILD_PFX}vpx_config.c
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 12 %include "vpx_config.asm"
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 37 %include "vpx_config.asm"

Completed in 345 milliseconds