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:ER_AC_END
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
error_resilience.h
34
#define
ER_AC_END
16
macro
39
#define ER_MB_END (
ER_AC_END
|ER_DC_END|ER_MV_END)
H
A
D
error_resilience.c
844
if (status & (ER_AC_ERROR |
ER_AC_END
)) {
in ff_er_add_slice()
845
mask &= ~(ER_AC_ERROR |
ER_AC_END
);
in ff_er_add_slice()
885
if (prev_status != (ER_MV_END | ER_DC_END |
ER_AC_END
)) {
in ff_er_add_slice()
1009
if (error &
ER_AC_END
)
in ff_er_frame_end()
1039
((error1 &
ER_AC_END
) || (error1 & ER_DC_END) ||
in ff_er_frame_end()
H
A
D
h263dec.c
202
? (
ER_AC_END
| ER_AC_ERROR) : 0x7F;
in decode_slice()
H
A
D
mpeg12dec.c
1988
ER_AC_END
| ER_DC_END | ER_MV_END);
in slice_decode_thread()
2758
ER_AC_END
| ER_DC_END | ER_MV_END);
in decode_chunks()
H
A
D
h264_slice.c
2712
if (prev_status != (ER_MV_END | ER_DC_END |
ER_AC_END
))
in decode_slice()
Completed in 13 milliseconds