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:AVDeviceInfo
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavdevice/
H
A
D
avdevice.h
463
typedef struct
AVDeviceInfo
{
struct
468
}
AVDeviceInfo
;
typedef
474
AVDeviceInfo
**devices; /**< list of autodetected devices */
H
A
D
fbdev_common.c
77
AVDeviceInfo
*device = NULL;
in ff_fbdev_get_device_list()
99
device = av_mallocz(sizeof(
AVDeviceInfo
));
in ff_fbdev_get_device_list()
H
A
D
pulse_audio_common.c
139
AVDeviceInfo
*new_device = NULL;
in pulse_add_detected_device()
144
new_device = av_mallocz(sizeof(
AVDeviceInfo
));
in pulse_add_detected_device()
H
A
D
decklink_common.cpp
409
AVDeviceInfo
*new_device = NULL;
in ff_decklink_list_devices()
434
new_device = (
AVDeviceInfo
*) av_mallocz(sizeof(
AVDeviceInfo
));
in ff_decklink_list_devices()
H
A
D
avdevice.c
126
AVDeviceInfo
*dev;
in avdevice_free_list_devices()
H
A
D
alsa.c
367
AVDeviceInfo
*new_device = NULL;
in ff_alsa_get_device_list()
378
new_device = av_mallocz(sizeof(
AVDeviceInfo
));
in ff_alsa_get_device_list()
H
A
D
v4l2.c
1043
AVDeviceInfo
*device = NULL;
in v4l2_get_device_list()
1067
device = av_mallocz(sizeof(
AVDeviceInfo
));
in v4l2_get_device_list()
H
A
D
dshow.c
497
AVDeviceInfo
*device = NULL;
in dshow_cycle_devices()
551
device = av_mallocz(sizeof(
AVDeviceInfo
));
in dshow_cycle_devices()
/third_party/ffmpeg/fftools/
H
A
D
opt_common.c
1311
const
AVDeviceInfo
*device = device_list->devices[i];
in print_device_list()
Completed in 10 milliseconds