Home
last modified time | relevance | path

Searched refs:OBJS (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
H A DMakefile30 OBJS = ac3_parser.o \ macro
65 OBJS-$(CONFIG_AANDCTTABLES) += aandcttab.o
66 OBJS-$(CONFIG_AC3DSP) += ac3dsp.o ac3.o ac3tab.o
67 OBJS-$(CONFIG_ADTS_HEADER) += adts_header.o mpeg4audio_sample_rates.o
68 OBJS-$(CONFIG_AMF) += amfenc.o
69 OBJS-$(CONFIG_AUDIO_FRAME_QUEUE) += audio_frame_queue.o
70 OBJS-$(CONFIG_ATSC_A53) += atsc_a53.o
71 OBJS-$(CONFIG_AUDIODSP) += audiodsp.o
72 OBJS-$(CONFIG_BLOCKDSP) += blockdsp.o
73 OBJS
[all...]
/third_party/ffmpeg/libavformat/
H A DMakefile9 OBJS = allformats.o \ macro
33 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
36 OBJS-$(CONFIG_ISO_MEDIA) += isom.o
37 OBJS-$(CONFIG_NETWORK) += network.o
38 OBJS-$(CONFIG_RIFFDEC) += riffdec.o
39 OBJS-$(CONFIG_RIFFENC) += riffenc.o
40 OBJS-$(CONFIG_RTPDEC) += rdt.o \
69 OBJS-$(CONFIG_RTPENC_CHAIN) += rtpenc_chain.o rtp.o
70 OBJS-$(CONFIG_SRTP) += srtp.o
73 OBJS
[all...]
/third_party/ffmpeg/libavfilter/
H A DMakefile10 OBJS = allfilters.o \ macro
27 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
28 OBJS-$(HAVE_THREADS) += pthread.o
31 OBJS-$(CONFIG_QSVVPP) += qsvvpp.o
32 OBJS-$(CONFIG_SCENE_SAD) += scene_sad.o
33 OBJS-$(CONFIG_DNN) += dnn_filter_common.o
37 OBJS-$(CONFIG_ABENCH_FILTER) += f_bench.o
38 OBJS-$(CONFIG_ACOMPRESSOR_FILTER) += af_sidechaincompress.o
39 OBJS-$(CONFIG_ACONTRAST_FILTER) += af_acontrast.o
40 OBJS
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A DMakefile4 OBJS-$(CONFIG_AC3DSP) += arm/ac3dsp_init_arm.o \
6 OBJS-$(CONFIG_AUDIODSP) += arm/audiodsp_init_arm.o
7 OBJS-$(CONFIG_BLOCKDSP) += arm/blockdsp_init_arm.o
8 OBJS-$(CONFIG_FFT) += arm/fft_init_arm.o
9 OBJS-$(CONFIG_FLACDSP) += arm/flacdsp_init_arm.o \
11 OBJS-$(CONFIG_FMTCONVERT) += arm/fmtconvert_init_arm.o
12 OBJS-$(CONFIG_G722DSP) += arm/g722dsp_init_arm.o
13 OBJS-$(CONFIG_H264CHROMA) += arm/h264chroma_init_arm.o
14 OBJS-$(CONFIG_H264DSP) += arm/h264dsp_init_arm.o
15 OBJS
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A DMakefile5 MIPSFPU-OBJS-$(CONFIG_AMRNB_DECODER) += mips/acelp_filters_mips.o \
9 MIPSFPU-OBJS-$(CONFIG_AMRWB_DECODER) += mips/acelp_filters_mips.o \
14 MIPSFPU-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_float.o
15 MIPSDSP-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_fixed.o
16 MIPSFPU-OBJS-$(CONFIG_FFT) += mips/fft_mips.o
17 MIPSFPU-OBJS-$(CONFIG_FMTCONVERT) += mips/fmtconvert_mips.o
18 OBJS-$(CONFIG_AC3DSP) += mips/ac3dsp_mips.o
19 OBJS-$(CONFIG_AAC_DECODER) += mips/aacdec_mips.o \
23 MIPSDSP-OBJS-$(CONFIG_AAC_ENCODER) += mips/aaccoder_mips.o
24 MIPSFPU-OBJS
[all...]
/third_party/ffmpeg/libavdevice/
H A DMakefile8 OBJS = alldevices.o \ macro
13 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
16 OBJS-$(CONFIG_ALSA_INDEV) += alsa_dec.o alsa.o timefilter.o
17 OBJS-$(CONFIG_ALSA_OUTDEV) += alsa_enc.o alsa.o
18 OBJS-$(CONFIG_ANDROID_CAMERA_INDEV) += android_camera.o
19 OBJS-$(CONFIG_AUDIOTOOLBOX_OUTDEV) += audiotoolbox.o
20 OBJS-$(CONFIG_AVFOUNDATION_INDEV) += avfoundation.o
21 OBJS-$(CONFIG_BKTR_INDEV) += bktr.o
22 OBJS-$(CONFIG_CACA_OUTDEV) += caca.o
23 OBJS
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A DMakefile33 OBJS=spp_client.o macro
34 OBJS += oma_dm_client.o
35 OBJS += osu_client.o
36 OBJS += est.o
37 OBJS += ../../src/utils/xml-utils.o
40 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
45 OBJS += ../../src/utils/eloop.o
46 OBJS += ../../src/utils/wpabuf.o
47 OBJS += ../../src/wps/httpread.o
48 OBJS
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A DMakefile43 OBJS=spp_client.o macro
44 OBJS += oma_dm_client.o
45 OBJS += osu_client.o
46 OBJS += est.o
47 OBJS += ../../src/utils/xml-utils.o
50 OBJS += ../../src/common/wpa_ctrl.o ../../src/common/wpa_helpers.o
55 OBJS += ../../src/utils/eloop.o
56 OBJS += ../../src/utils/wpabuf.o
57 OBJS += ../../src/wps/httpread.o
58 OBJS
[all...]
/third_party/ffmpeg/
H A DMakefile93 ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS \
94 ALTIVEC-OBJS VSX-OBJS MMX-OBJS X86ASM-OBJS \
95 MIPSFPU-OBJS MIPSDSPR
[all...]
/third_party/ffmpeg/libavutil/
H A DMakefile104 OBJS = adler32.o \ macro
188 OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o
189 OBJS-$(CONFIG_D3D11VA) += hwcontext_d3d11va.o
190 OBJS-$(CONFIG_DXVA2) += hwcontext_dxva2.o
191 OBJS-$(CONFIG_LIBDRM) += hwcontext_drm.o
192 OBJS-$(CONFIG_LZO) += lzo.o
193 OBJS-$(CONFIG_MACOS_KPERF) += macos_kperf.o
194 OBJS-$(CONFIG_MEDIACODEC) += hwcontext_mediacodec.o
195 OBJS-$(CONFIG_OPENCL) += hwcontext_opencl.o
196 OBJS
[all...]
/third_party/musl/libc-test/
H A DMakefile3 OBJS:=$(SRCS:src/%.c=$(B)/%.o) macro
44 $(1).OBJS:=$$($(1).NAMES:%=$(B)/%.o)
57 $(B)/$(1).exe $(B)/$(1)-static.exe: $$($(1).OBJS)
82 rm -f $$(filter $(B)/$(1)/%,$$(OBJS) $$(LOBJS) $$(BINS) $$(LIBS)) $(B)/$(1)/*.err
91 $(B)/common/libtest.a: $(common.OBJS)
100 $(OBJS): src/common/test.h | $(BDIRS)
113 $(math.OBJS): src/common/mtest.h
115 $(B)/api/main.exe: $(api.OBJS)
116 api/main.OBJS:=$(api.OBJS)
[all...]
/third_party/ffmpeg/fftools/
H A DMakefile12 OBJS-ffmpeg += \
19 OBJS-$(1) += fftools/cmdutils.o fftools/opt_common.o fftools/$(1).o $(OBJS-$(1)-yes)
20 $(1)$(PROGSSUF)_g$(EXESUF): $$(OBJS-$(1))
21 $$(OBJS-$(1)): | fftools
22 $$(OBJS-$(1)): CFLAGS += $(CFLAGS-$(1))
25 -include $$(OBJS-$(1):.o=.d)
/third_party/ffmpeg/ffbuild/
H A Dcommon.mak156 $(OBJS):
161 OBJS += $(OBJS-yes)
171 OBJS := $(sort $(OBJS:%=$(SUBDIR)%)) macro
193 PTXOBJS = $(filter %.ptx.o,$(OBJS))
206 $(OBJS): | $(sort $(dir $(OBJS)))
215 OUTDIRS := $(OUTDIRS) $(dir $(OBJS) $(HOBJS) $(HOSTOBJS) $(SLIBOBJS) $(SHLIBOBJS) $(STLIBOBJS) $(TESTOBJS))
227 -include $(wildcard $(OBJS
[all...]
/third_party/libabigail/tests/data/test-diff-filter/test38/
H A DMakefile2 OBJS = $(SRCS:.c=.o) macro
12 test38-v0: $(OBJS)
15 test38-v1: $(OBJS)
19 rm -rf $(OBJS)
/third_party/libabigail/tests/data/test-read-common/PR26261/
H A DMakefile3 OBJS = $(SRCS:.c=.o) macro
11 $(EXE): $(OBJS)
12 $(CC) -fPIC $(OBJS) -o $@
15 rm -rf $(OBJS)
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A DMakefile42 OBJS = dev_video.o \ macro
80 all: $(OBJS)
81 $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o v4l-test
84 rm -f $(OBJS)
/third_party/node/deps/base64/base64/
H A DMakefile6 OBJS = \ macro
76 lib/libbase64.o: lib/exports.build.txt $(OBJS)
77 $(LD) -r -o $@ $(OBJS)
90 $(OBJS): lib/config.h
91 $(OBJS): CFLAGS += -Ilib
109 rm -f bin/base64 bin/base64.o lib/libbase64.o lib/config.h lib/exports.build.txt $(OBJS)
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/
H A DMakefile3 OBJS = tmod_ki.o user_tmod.o macro
5 test_mod: $(OBJS)
9 rm -f $(OBJS) test_mod
/third_party/ltp/testcases/kernel/device-drivers/base/user_base/
H A DMakefile3 OBJS = tbase_ki.o user_tbase.o macro
5 test_base: $(OBJS)
9 rm -f $(OBJS) test_base
/third_party/ltp/testcases/kernel/device-drivers/usb/user_usb/
H A DMakefile3 OBJS = tusb_ki.o user_tusb.o macro
5 test_usb: $(OBJS)
9 rm -f $(OBJS) test_usb
/third_party/ltp/testcases/kernel/device-drivers/agp/user_space/
H A DMakefile3 OBJS = tagp_ki.o user_tagp.o macro
5 test_agp: $(OBJS)
9 rm -f $(OBJS) test_agp
/third_party/libexif/contrib/c++/
H A DMakefile19 OBJS = \ macro
28 $(TARGET): $(OBJS)
29 $(LINKCXXMODULE) -o $(TARGET) $(OBJS) $(BOOST_PYTHON_LIB) -lexif
53 include $(patsubst %.lo, %.ld, $(OBJS))
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/
H A DMakefile24 OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES)))) macro
87 $(EXE): $(OBJS) $(WEB_DIR)
88 $(CXX) -o $@ $(OBJS) $(LDFLAGS)
91 rm -rf $(OBJS) $(WEB_DIR)
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
H A DMakefile24 OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES)))) macro
84 $(EXE): $(OBJS) $(WEB_DIR)
85 $(CXX) -o $@ $(OBJS) $(LDFLAGS)
88 rm -f $(EXE) $(OBJS) $(WEB_DIR)/*.js $(WEB_DIR)/*.wasm $(WEB_DIR)/*.wasm.pre
/third_party/lzma/C/Util/LzmaLib/
H A Dmakefile23 OBJS = \ macro
31 $(SLIBPATH): $O $(OBJS)
32 lib -out:$(SLIBPATH) $(OBJS) $(LIBS)

Completed in 9 milliseconds

1234