OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
108
vpx_codec_dec_cfg_t
vpx_config
= {0};
local
109
vpx_config
.w = config.coded_size().width();
110
vpx_config
.h = config.coded_size().height();
111
vpx_config
.threads = GetThreadCount(config);
117
&
vpx_config
,
/external/libvpx/libvpx/
libs.mk
175
CODEC_SRCS-$(BUILD_LIBVPX) += $(BUILD_PFX)
vpx_config
.c
176
INSTALL-SRCS-no += $(BUILD_PFX)
vpx_config
.c
255
vpx.$(VCPROJ_SFX):
vpx_config
.asm
354
$(BUILD_PFX)
vpx_config
.asm: $(BUILD_PFX)
vpx_config
.h
360
$(BUILD_PFX)
vpx_config
.asm: $(BUILD_PFX)
vpx_config
.h
365
CLEAN-OBJS += $(BUILD_PFX)
vpx_config
.asm
371
$(filter %.s.o,$(OBJS-yes)): $(BUILD_PFX)
vpx_config
.asm
372
$(filter %$(ASM).o,$(OBJS-yes)): $(BUILD_PFX)
vpx_config
.as
[
all
...]
configure
412
enabled universal || write_common_target_config_h ${BUILD_PFX}
vpx_config
.h
493
write_common_target_config_mk $tgt_fn ${BUILD_PFX}
vpx_config
.h
724
print_webm_license ${BUILD_PFX}
vpx_config
.c "/*" " */"
725
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 772 milliseconds