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:AVClassCategory
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavdevice/
H
A
D
alldevices.c
69
static const void *next_input(const AVInputFormat *prev,
AVClassCategory
c2)
in next_input()
72
const
AVClassCategory
c1 = AV_CLASS_CATEGORY_DEVICE_INPUT;
in next_input()
73
AVClassCategory
category = AV_CLASS_CATEGORY_NA;
in next_input()
95
static const void *next_output(const AVOutputFormat *prev,
AVClassCategory
c2)
in next_output()
98
const
AVClassCategory
c1 = AV_CLASS_CATEGORY_DEVICE_OUTPUT;
in next_output()
99
AVClassCategory
category = AV_CLASS_CATEGORY_NA;
in next_output()
/third_party/ffmpeg/libavutil/
H
A
D
log.h
47
}
AVClassCategory
;
typedef
114
AVClassCategory
category;
120
AVClassCategory
(*get_category)(void* ctx);
333
AVClassCategory
av_default_get_category(void *ptr);
H
A
D
log.c
242
AVClassCategory
av_default_get_category(void *ptr)
in av_default_get_category()
/third_party/ffmpeg/libavcodec/
H
A
D
options.c
68
static
AVClassCategory
get_category(void *ptr)
in get_category()
/third_party/ffmpeg/libavformat/
H
A
D
options.c
118
static
AVClassCategory
get_category(void *ptr)
in get_category()
/third_party/ffmpeg/fftools/
H
A
D
ffprobe.c
319
AVClassCategory
category;
321
AVClassCategory
parent_category;
Completed in 10 milliseconds