Home
last modified time | relevance | path

Searched refs:OBJS (Results 1 – 25 of 214) sorted by relevance

123456789

/third_party/ffmpeg/libavfilter/
DMakefile9 OBJS = allfilters.o \ macro
25 OBJS-$(HAVE_THREADS) += pthread.o
28 OBJS-$(CONFIG_QSVVPP) += qsvvpp.o
29 OBJS-$(CONFIG_SCENE_SAD) += scene_sad.o
30 OBJS-$(CONFIG_DNN) += dnn_filter_common.o
34 OBJS-$(CONFIG_ABENCH_FILTER) += f_bench.o
35 OBJS-$(CONFIG_ACOMPRESSOR_FILTER) += af_sidechaincompress.o
36 OBJS-$(CONFIG_ACONTRAST_FILTER) += af_acontrast.o
37 OBJS-$(CONFIG_ACOPY_FILTER) += af_acopy.o
38 OBJS-$(CONFIG_ACROSSFADE_FILTER) += af_afade.o
[all …]
/third_party/ffmpeg/libavcodec/
DMakefile29 OBJS = ac3_parser.o \ macro
63 OBJS-$(CONFIG_AANDCTTABLES) += aandcttab.o
64 OBJS-$(CONFIG_AC3DSP) += ac3dsp.o ac3.o ac3tab.o
65 OBJS-$(CONFIG_ADTS_HEADER) += adts_header.o mpeg4audio.o
66 OBJS-$(CONFIG_AMF) += amfenc.o
67 OBJS-$(CONFIG_AUDIO_FRAME_QUEUE) += audio_frame_queue.o
68 OBJS-$(CONFIG_ATSC_A53) += atsc_a53.o
69 OBJS-$(CONFIG_AUDIODSP) += audiodsp.o
70 OBJS-$(CONFIG_BLOCKDSP) += blockdsp.o
71 OBJS-$(CONFIG_BSWAPDSP) += bswapdsp.o
[all …]
/third_party/ffmpeg/libavformat/
DMakefile8 OBJS = allformats.o \ macro
25 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
28 OBJS-$(CONFIG_ISO_MEDIA) += isom.o isom_tags.o
29 OBJS-$(CONFIG_NETWORK) += network.o
30 OBJS-$(CONFIG_RIFFDEC) += riffdec.o
31 OBJS-$(CONFIG_RIFFENC) += riffenc.o
32 OBJS-$(CONFIG_RTPDEC) += rdt.o \
61 OBJS-$(CONFIG_RTPENC_CHAIN) += rtpenc_chain.o rtp.o
62 OBJS-$(CONFIG_SHARED) += log2_tab.o golomb_tab.o
63 OBJS-$(CONFIG_SRTP) += srtp.o
[all …]
/third_party/ffmpeg/libavcodec/x86/
DMakefile1 OBJS += x86/constants.o \
4 OBJS-$(CONFIG_AC3DSP) += x86/ac3dsp_init.o
5 OBJS-$(CONFIG_AUDIODSP) += x86/audiodsp_init.o
6 OBJS-$(CONFIG_BLOCKDSP) += x86/blockdsp_init.o
7 OBJS-$(CONFIG_BSWAPDSP) += x86/bswapdsp_init.o
8 OBJS-$(CONFIG_DCT) += x86/dct_init.o
9 OBJS-$(CONFIG_DIRAC_DECODER) += x86/diracdsp_init.o \
11 OBJS-$(CONFIG_FDCTDSP) += x86/fdctdsp_init.o
12 OBJS-$(CONFIG_FFT) += x86/fft_init.o
13 OBJS-$(CONFIG_FLACDSP) += x86/flacdsp_init.o
[all …]
/third_party/ffmpeg/ffbuild/
Darch.mak1 OBJS-$(HAVE_ARMV5TE) += $(ARMV5TE-OBJS) $(ARMV5TE-OBJS-yes)
2 OBJS-$(HAVE_ARMV6) += $(ARMV6-OBJS) $(ARMV6-OBJS-yes)
3 OBJS-$(HAVE_ARMV8) += $(ARMV8-OBJS) $(ARMV8-OBJS-yes)
4 OBJS-$(HAVE_VFP) += $(VFP-OBJS) $(VFP-OBJS-yes)
5 OBJS-$(HAVE_NEON) += $(NEON-OBJS) $(NEON-OBJS-yes)
7 OBJS-$(HAVE_MIPSFPU) += $(MIPSFPU-OBJS) $(MIPSFPU-OBJS-yes)
8 OBJS-$(HAVE_MIPSDSP) += $(MIPSDSP-OBJS) $(MIPSDSP-OBJS-yes)
9 OBJS-$(HAVE_MIPSDSPR2) += $(MIPSDSPR2-OBJS) $(MIPSDSPR2-OBJS-yes)
10 OBJS-$(HAVE_MSA) += $(MSA-OBJS) $(MSA-OBJS-yes)
11 OBJS-$(HAVE_MMI) += $(MMI-OBJS) $(MMI-OBJS-yes)
[all …]
Dcommon.mak118 $(OBJS):
123 OBJS += $(OBJS-yes)
131 OBJS := $(sort $(OBJS:%=$(SUBDIR)%)) macro
151 PTXOBJS = $(filter %.ptx.o,$(OBJS))
164 $(OBJS): | $(sort $(dir $(OBJS)))
171 OUTDIRS := $(OUTDIRS) $(dir $(OBJS) $(HOBJS) $(HOSTOBJS) $(SLIBOBJS) $(TESTOBJS))
183 -include $(wildcard $(OBJS:.o=.d) $(HOSTOBJS:.o=.d) $(TESTOBJS:.o=.d) $(HOBJS:.o=.d) $(SLIBOBJS:.o=…
/third_party/ffmpeg/libavfilter/x86/
DMakefile1 OBJS-$(CONFIG_SCENE_SAD) += x86/scene_sad_init.o
3 OBJS-$(CONFIG_AFIR_FILTER) += x86/af_afir_init.o
4 OBJS-$(CONFIG_ANLMDN_FILTER) += x86/af_anlmdn_init.o
5 OBJS-$(CONFIG_ATADENOISE_FILTER) += x86/vf_atadenoise_init.o
6 OBJS-$(CONFIG_BLEND_FILTER) += x86/vf_blend_init.o
7 OBJS-$(CONFIG_BWDIF_FILTER) += x86/vf_bwdif_init.o
8 OBJS-$(CONFIG_COLORSPACE_FILTER) += x86/colorspacedsp_init.o
9 OBJS-$(CONFIG_CONVOLUTION_FILTER) += x86/vf_convolution_init.o
10 OBJS-$(CONFIG_EQ_FILTER) += x86/vf_eq_init.o
11 OBJS-$(CONFIG_FSPP_FILTER) += x86/vf_fspp_init.o
[all …]
/third_party/ffmpeg/libavcodec/arm/
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-$(CONFIG_H264PRED) += arm/h264pred_init_arm.o
[all …]
/third_party/ffmpeg/libavcodec/mips/
DMakefile1 MIPSFPU-OBJS-$(CONFIG_AMRNB_DECODER) += mips/acelp_filters_mips.o \
5 MIPSFPU-OBJS-$(CONFIG_AMRWB_DECODER) += mips/acelp_filters_mips.o \
10 MIPSFPU-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_float.o
11 MIPSDSP-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_fixed.o
12 MIPSFPU-OBJS-$(CONFIG_FFT) += mips/fft_mips.o
13 MIPSFPU-OBJS-$(CONFIG_FMTCONVERT) += mips/fmtconvert_mips.o
14 OBJS-$(CONFIG_AC3DSP) += mips/ac3dsp_mips.o
15 OBJS-$(CONFIG_AAC_DECODER) += mips/aacdec_mips.o \
19 MIPSDSP-OBJS-$(CONFIG_AAC_ENCODER) += mips/aaccoder_mips.o
20 MIPSFPU-OBJS-$(CONFIG_AAC_ENCODER) += mips/iirfilter_mips.o
[all …]
/third_party/ffmpeg/libavcodec/aarch64/
DMakefile2 OBJS-$(CONFIG_FFT) += aarch64/fft_init_aarch64.o
3 OBJS-$(CONFIG_FMTCONVERT) += aarch64/fmtconvert_init.o
4 OBJS-$(CONFIG_H264CHROMA) += aarch64/h264chroma_init_aarch64.o
5 OBJS-$(CONFIG_H264DSP) += aarch64/h264dsp_init_aarch64.o
6 OBJS-$(CONFIG_H264PRED) += aarch64/h264pred_init.o
7 OBJS-$(CONFIG_H264QPEL) += aarch64/h264qpel_init_aarch64.o
8 OBJS-$(CONFIG_HPELDSP) += aarch64/hpeldsp_init_aarch64.o
9 OBJS-$(CONFIG_IDCTDSP) += aarch64/idctdsp_init_aarch64.o
10 OBJS-$(CONFIG_MPEGAUDIODSP) += aarch64/mpegaudiodsp_init.o
11 OBJS-$(CONFIG_NEON_CLOBBER_TEST) += aarch64/neontest.o
[all …]
/third_party/ffmpeg/libavdevice/
DMakefile7 OBJS = alldevices.o \ macro
11 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
12 OBJS-$(CONFIG_SHARED) += reverse.o
15 OBJS-$(CONFIG_ALSA_INDEV) += alsa_dec.o alsa.o timefilter.o
16 OBJS-$(CONFIG_ALSA_OUTDEV) += alsa_enc.o alsa.o
17 OBJS-$(CONFIG_ANDROID_CAMERA_INDEV) += android_camera.o
18 OBJS-$(CONFIG_AUDIOTOOLBOX_OUTDEV) += audiotoolbox.o
19 OBJS-$(CONFIG_AVFOUNDATION_INDEV) += avfoundation.o
20 OBJS-$(CONFIG_BKTR_INDEV) += bktr.o
21 OBJS-$(CONFIG_CACA_OUTDEV) += caca.o
[all …]
/third_party/ffmpeg/libavcodec/ppc/
DMakefile2 OBJS-$(CONFIG_AUDIODSP) += ppc/audiodsp.o
3 OBJS-$(CONFIG_BLOCKDSP) += ppc/blockdsp.o
4 OBJS-$(CONFIG_FFT) += ppc/fft_init.o \
7 OBJS-$(CONFIG_FDCTDSP) += ppc/fdctdsp.o
8 OBJS-$(CONFIG_FMTCONVERT) += ppc/fmtconvert_altivec.o
9 OBJS-$(CONFIG_H264CHROMA) += ppc/h264chroma_init.o
10 OBJS-$(CONFIG_H264DSP) += ppc/h264dsp.o ppc/hpeldsp_altivec.o
11 OBJS-$(CONFIG_H264QPEL) += ppc/h264qpel.o
12 OBJS-$(CONFIG_HPELDSP) += ppc/hpeldsp_altivec.o
13 OBJS-$(CONFIG_IDCTDSP) += ppc/idctdsp.o
[all …]
/third_party/ffmpeg/libavfilter/dnn/
DMakefile1 OBJS-$(CONFIG_DNN) += dnn/dnn_interface.o
2 OBJS-$(CONFIG_DNN) += dnn/dnn_io_proc.o
3 OBJS-$(CONFIG_DNN) += dnn/queue.o
4 OBJS-$(CONFIG_DNN) += dnn/safe_queue.o
5 OBJS-$(CONFIG_DNN) += dnn/dnn_backend_native.o
6 OBJS-$(CONFIG_DNN) += dnn/dnn_backend_native_layers.o
7 OBJS-$(CONFIG_DNN) += dnn/dnn_backend_native_layer_avgpool.o
8 OBJS-$(CONFIG_DNN) += dnn/dnn_backend_native_layer_dense.o
9 OBJS-$(CONFIG_DNN) += dnn/dnn_backend_native_layer_pad.o
10 OBJS-$(CONFIG_DNN) += dnn/dnn_backend_native_layer_conv2d.o
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
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 += ../../src/wps/http_server.o
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
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 += ../../src/wps/http_server.o
[all …]
/third_party/freetype/
Dvms_make.com275 OBJS=ftsystem.obj
277 all : $(OBJS)
278 library/create [--.lib]freetype.olb $(OBJS)
306 OBJS=autofit.obj
308 all : $(OBJS)
309 library [--.lib]freetype.olb $(OBJS)
336 OBJS=ftbase.obj,\
353 all : $(OBJS)
354 library [--.lib]freetype.olb $(OBJS)
381 OBJS=bdf.obj
[all …]
/third_party/skia/third_party/externals/freetype/
Dvms_make.com275 OBJS=ftsystem.obj
277 all : $(OBJS)
278 library/create [--.lib]freetype.olb $(OBJS)
306 OBJS=autofit.obj
308 all : $(OBJS)
309 library [--.lib]freetype.olb $(OBJS)
336 OBJS=ftbase.obj,\
353 all : $(OBJS)
354 library [--.lib]freetype.olb $(OBJS)
381 OBJS=bdf.obj
[all …]
/third_party/flutter/skia/third_party/externals/freetype/
Dvms_make.com275 OBJS=ftsystem.obj
277 all : $(OBJS)
278 library/create [--.lib]freetype.olb $(OBJS)
306 OBJS=autofit.obj
308 all : $(OBJS)
309 library [--.lib]freetype.olb $(OBJS)
336 OBJS=ftbase.obj,\
353 all : $(OBJS)
354 library [--.lib]freetype.olb $(OBJS)
381 OBJS=bdf.obj
[all …]
/third_party/ffmpeg/fftools/
DMakefile12 OBJS-ffmpeg += fftools/ffmpeg_opt.o fftools/ffmpeg_filter.o fftools/ffmpeg_h…
13 OBJS-ffmpeg-$(CONFIG_LIBMFX) += fftools/ffmpeg_qsv.o
15 OBJS-ffmpeg-$(CONFIG_VDA) += fftools/ffmpeg_videotoolbox.o
17 OBJS-ffmpeg-$(CONFIG_VIDEOTOOLBOX) += fftools/ffmpeg_videotoolbox.o
20 OBJS-$(1) += fftools/cmdutils.o fftools/$(1).o $(OBJS-$(1)-yes)
21 $(1)$(PROGSSUF)_g$(EXESUF): $$(OBJS-$(1))
22 $$(OBJS-$(1)): | fftools
23 $$(OBJS-$(1)): CFLAGS += $(CFLAGS-$(1))
26 -include $$(OBJS-$(1):.o=.d)
/third_party/musl/libc-test/
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)
117 $(api.OBJS):$(B)/common/options.h
[all …]
/third_party/ffmpeg/
DMakefile88 ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS \
89 ALTIVEC-OBJS VSX-OBJS MMX-OBJS X86ASM-OBJS \
90 MIPSFPU-OBJS MIPSDSPR2-OBJS MIPSDSP-OBJS MSA-OBJS \
91 MMI-OBJS OBJS SLIBOBJS HOSTOBJS TESTOBJS
124 $(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $(OBJS-$*) $(FF_EXTRALIBS)
/third_party/ffmpeg/libavcodec/alpha/
DMakefile1 OBJS-$(CONFIG_BLOCKDSP) += alpha/blockdsp_alpha.o
2 OBJS-$(CONFIG_ME_CMP) += alpha/me_cmp_alpha.o \
4 OBJS-$(CONFIG_HPELDSP) += alpha/hpeldsp_alpha.o \
6 OBJS-$(CONFIG_IDCTDSP) += alpha/idctdsp_alpha.o \
9 OBJS-$(CONFIG_MPEGVIDEO) += alpha/mpegvideo_alpha.o
10 OBJS-$(CONFIG_PIXBLOCKDSP) += alpha/pixblockdsp_alpha.o
/third_party/ffmpeg/libavutil/
DMakefile99 OBJS = adler32.o \ macro
177 OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o
178 OBJS-$(CONFIG_D3D11VA) += hwcontext_d3d11va.o
179 OBJS-$(CONFIG_DXVA2) += hwcontext_dxva2.o
180 OBJS-$(CONFIG_LIBDRM) += hwcontext_drm.o
181 OBJS-$(CONFIG_LZO) += lzo.o
182 OBJS-$(CONFIG_MEDIACODEC) += hwcontext_mediacodec.o
183 OBJS-$(CONFIG_OPENCL) += hwcontext_opencl.o
184 OBJS-$(CONFIG_QSV) += hwcontext_qsv.o
185 OBJS-$(CONFIG_VAAPI) += hwcontext_vaapi.o
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dcheck-static-inits.sh17 OBJS=$libs/*.o
18 if test "x`echo $OBJS`" = "x$OBJS" 2>/dev/null >/dev/null; then
24 for obj in $OBJS; do
32 for obj in $OBJS; do
/third_party/ffmpeg/libswscale/arm/
DMakefile1 OBJS += arm/swscale.o \
4 NEON-OBJS += arm/rgb2yuv_neon_32.o
5 NEON-OBJS += arm/rgb2yuv_neon_16.o
6 NEON-OBJS += arm/hscale.o \

123456789