Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SKIPHEADERS
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavdevice/
H
A
D
Makefile
64
SKIPHEADERS
+= decklink_common.h
65
SKIPHEADERS
-$(CONFIG_DECKLINK) += decklink_enc.h decklink_dec.h \
67
SKIPHEADERS
-$(CONFIG_DSHOW_INDEV) += dshow_capture.h
68
SKIPHEADERS
-$(CONFIG_FBDEV_INDEV) += fbdev_common.h
69
SKIPHEADERS
-$(CONFIG_FBDEV_OUTDEV) += fbdev_common.h
70
SKIPHEADERS
-$(CONFIG_LIBPULSE) += pulse_audio_common.h
71
SKIPHEADERS
-$(CONFIG_V4L2_INDEV) += v4l2-common.h
72
SKIPHEADERS
-$(CONFIG_V4L2_OUTDEV) += v4l2-common.h
73
SKIPHEADERS
-$(CONFIG_ALSA) += alsa.h
74
SKIPHEADERS
[all...]
/third_party/ffmpeg/libavutil/
H
A
D
Makefile
209
SKIPHEADERS
+= objc.h
210
SKIPHEADERS
-$(HAVE_CUDA_H) += hwcontext_cuda.h
211
SKIPHEADERS
-$(CONFIG_CUDA) += hwcontext_cuda_internal.h \
213
SKIPHEADERS
-$(CONFIG_D3D11VA) += hwcontext_d3d11va.h
214
SKIPHEADERS
-$(CONFIG_DXVA2) += hwcontext_dxva2.h
215
SKIPHEADERS
-$(CONFIG_QSV) += hwcontext_qsv.h
216
SKIPHEADERS
-$(CONFIG_OPENCL) += hwcontext_opencl.h
217
SKIPHEADERS
-$(CONFIG_VAAPI) += hwcontext_vaapi.h
218
SKIPHEADERS
-$(CONFIG_VIDEOTOOLBOX) += hwcontext_videotoolbox.h
219
SKIPHEADERS
[all...]
/third_party/ffmpeg/ffbuild/
H
A
D
common.mak
190
SKIPHEADERS
+= $(ARCH_HEADERS:%=$(ARCH)/%) $(
SKIPHEADERS
-)
191
SKIPHEADERS
:= $(
SKIPHEADERS
:%=$(SUBDIR)%)
macro
192
HOBJS = $(filter-out $(
SKIPHEADERS
:.h=.h.o),$(ALLHEADERS:.h=.h.o))
/third_party/ffmpeg/libavcodec/
H
A
D
Makefile
1227
SKIPHEADERS
+= %_tablegen.h \
1237
SKIPHEADERS
-$(CONFIG_AMF) += amfenc.h
1238
SKIPHEADERS
-$(CONFIG_D3D11VA) += d3d11va.h dxva2_internal.h
1239
SKIPHEADERS
-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h
1240
SKIPHEADERS
-$(CONFIG_JNI) += ffjni.h
1241
SKIPHEADERS
-$(CONFIG_LIBJXL) += libjxl.h
1242
SKIPHEADERS
-$(CONFIG_LIBVPX) += libvpx.h
1243
SKIPHEADERS
-$(CONFIG_LIBWEBP_ENCODER) += libwebpenc_common.h
1244
SKIPHEADERS
-$(CONFIG_MEDIACODEC) += mediacodecdec_common.h mediacodec_surface.h mediacodec_wrapper.h mediacodec_sw_buffer.h
1245
SKIPHEADERS
[all...]
/third_party/ffmpeg/
H
A
D
Makefile
37
SKIPHEADERS
= compat/w32pthreads.h
macro
92
HEADERS ARCH_HEADERS BUILT_HEADERS
SKIPHEADERS
\
/third_party/ffmpeg/libavfilter/
H
A
D
Makefile
609
SKIPHEADERS
-$(CONFIG_LCMS2) += fflcms2.h
610
SKIPHEADERS
-$(CONFIG_LIBVIDSTAB) += vidstabutils.h
612
SKIPHEADERS
-$(CONFIG_QSVVPP) += qsvvpp.h
613
SKIPHEADERS
-$(CONFIG_OPENCL) += opencl.h
614
SKIPHEADERS
-$(CONFIG_VAAPI) += vaapi_vpp.h
615
SKIPHEADERS
-$(CONFIG_VULKAN) += vulkan.h vulkan_filter.h
/third_party/ffmpeg/libavformat/
H
A
D
Makefile
718
SKIPHEADERS
-$(CONFIG_IMF_DEMUXER) += imf.h
719
SKIPHEADERS
-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh.h
720
SKIPHEADERS
-$(CONFIG_NETWORK) += network.h rtsp.h
Completed in 10 milliseconds