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:AVDiscard
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
rtsp.h
299
enum
AVDiscard
*real_setup_cache;
303
enum
AVDiscard
*real_setup;
H
A
D
avformat.h
1022
enum
AVDiscard
discard; ///< Selects which packets can be discarded at will and do not need to be demuxed.
1165
enum
AVDiscard
discard; ///< selects which program to discard and which to feed to the caller
H
A
D
rtspdec.c
862
sizeof(enum
AVDiscard
) * s->nb_streams)) {
in rtsp_read_packet()
878
sizeof(enum
AVDiscard
) * s->nb_streams);
in rtsp_read_packet()
H
A
D
demux.c
2013
enum
AVDiscard
skip_frame;
in try_decode_frame()
/third_party/ffmpeg/libavcodec/
H
A
D
defs.h
45
enum
AVDiscard
{
enum
H
A
D
avcodec.h
1681
enum
AVDiscard
skip_loop_filter;
1688
enum
AVDiscard
skip_idct;
1695
enum
AVDiscard
skip_frame;
H
A
D
vp8.c
2633
enum
AVDiscard
skip_thresh;
in vp78_decode_frame()
Completed in 19 milliseconds