OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_ENCODERS
(Results
1 - 25
of
25
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h
20
#if
CONFIG_ENCODERS
102
#if
CONFIG_ENCODERS
examples.mk
43
UTILS-$(
CONFIG_ENCODERS
) += vpxenc.c
82
EXAMPLES-$(
CONFIG_ENCODERS
) += vpx_temporal_scalable_patterns.c
147
EXAMPLES-$(
CONFIG_ENCODERS
) += set_maps.c
libs.mk
137
ifeq ($(
CONFIG_ENCODERS
),yes)
176
CODEC_EXPORTS-$(
CONFIG_ENCODERS
) += vpx/exports_enc
184
INSTALL-LIBS-$(
CONFIG_ENCODERS
) += include/vpx/vpx_encoder.h
/external/libvpx/libvpx/
tools_common.h
21
#if
CONFIG_ENCODERS
99
#if
CONFIG_ENCODERS
examples.mk
78
UTILS-$(
CONFIG_ENCODERS
) += vpxenc.c
117
EXAMPLES-$(
CONFIG_ENCODERS
) += vpx_temporal_svc_encoder.c
156
EXAMPLES-$(
CONFIG_ENCODERS
) += simple_encoder.c
172
EXAMPLES-$(
CONFIG_ENCODERS
) += twopass_encoder.c
190
EXAMPLES-$(
CONFIG_ENCODERS
) += set_maps.c
libs.mk
146
ifeq ($(
CONFIG_ENCODERS
),yes)
185
CODEC_EXPORTS-$(
CONFIG_ENCODERS
) += vpx/exports_enc
193
INSTALL-LIBS-$(
CONFIG_ENCODERS
) += include/vpx/vpx_encoder.h
tools_common.c
133
#if
CONFIG_ENCODERS
169
#endif //
CONFIG_ENCODERS
/external/libvpx/config/arm/
vpx_config.h
71
#define
CONFIG_ENCODERS
1
/external/libvpx/config/arm-neon/
vpx_config.h
71
#define
CONFIG_ENCODERS
1
/external/libvpx/config/arm64/
vpx_config.h
71
#define
CONFIG_ENCODERS
1
/external/libvpx/config/generic/
vpx_config.h
71
#define
CONFIG_ENCODERS
1
/external/libvpx/config/mips32/
vpx_config.h
71
#define
CONFIG_ENCODERS
1
/external/libvpx/config/mips32-dspr2/
vpx_config.h
71
#define
CONFIG_ENCODERS
1
/external/libvpx/config/mips64/
vpx_config.h
71
#define
CONFIG_ENCODERS
1
/external/libvpx/config/x86/
vpx_config.h
71
#define
CONFIG_ENCODERS
1
/external/libvpx/config/x86_64/
vpx_config.h
71
#define
CONFIG_ENCODERS
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_config.h
73
#define
CONFIG_ENCODERS
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vpx_config.h
73
#define
CONFIG_ENCODERS
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_config.h
73
#define
CONFIG_ENCODERS
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_config.h
73
#define
CONFIG_ENCODERS
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_config.h
73
#define
CONFIG_ENCODERS
1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_config.h
72
#define
CONFIG_ENCODERS
1
vpx_config.asm
60
CONFIG_ENCODERS
equ 1
/external/libvpx/libvpx/test/
test-data.mk
4
LIBVPX_TEST_DATA-$(
CONFIG_ENCODERS
) += hantro_collage_w352h288.yuv
5
LIBVPX_TEST_DATA-$(
CONFIG_ENCODERS
) += hantro_odd.yuv
7
LIBVPX_TEST_DATA-$(
CONFIG_ENCODERS
) += park_joy_90p_10_420.y4m
8
LIBVPX_TEST_DATA-$(
CONFIG_ENCODERS
) += park_joy_90p_10_422.y4m
9
LIBVPX_TEST_DATA-$(
CONFIG_ENCODERS
) += park_joy_90p_10_444.y4m
10
LIBVPX_TEST_DATA-$(
CONFIG_ENCODERS
) += park_joy_90p_10_440.yuv
11
LIBVPX_TEST_DATA-$(
CONFIG_ENCODERS
) += park_joy_90p_12_420.y4m
12
LIBVPX_TEST_DATA-$(
CONFIG_ENCODERS
) += park_joy_90p_12_422.y4m
13
LIBVPX_TEST_DATA-$(
CONFIG_ENCODERS
) += park_joy_90p_12_444.y4m
14
LIBVPX_TEST_DATA-$(
CONFIG_ENCODERS
) += park_joy_90p_12_440.yu
[
all
...]
/external/libvpx/libvpx/vpx_dsp/
vpx_dsp.mk
20
ifeq ($(
CONFIG_ENCODERS
),yes)
257
ifeq ($(
CONFIG_ENCODERS
),yes)
289
endif #
CONFIG_ENCODERS
291
ifneq ($(filter yes,$(
CONFIG_ENCODERS
) $(CONFIG_POSTPROC) $(CONFIG_VP9_POSTPROC)),)
332
endif #
CONFIG_ENCODERS
|| CONFIG_POSTPROC || CONFIG_VP9_POSTPROC
Completed in 123 milliseconds