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:GIF_TRAILER
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
gifdec.c
138
while ((type = avio_r8(pb)) !=
GIF_TRAILER
) {
in gif_read_header()
306
while (
GIF_TRAILER
!= (block_label = avio_r8(pb)) && !avio_feof(pb)) {
in gif_read_packet()
376
* between extension blocks and
GIF_TRAILER
or EOF */
in gif_read_packet()
377
if (!gdc->ignore_loop && (block_label ==
GIF_TRAILER
|| avio_feof(pb))
in gif_read_packet()
H
A
D
gif.c
109
gif->have_end = pkt->data[pkt->size - 1] ==
GIF_TRAILER
;
in gif_write_packet()
182
avio_w8(pb,
GIF_TRAILER
);
in gif_write_trailer()
/third_party/ffmpeg/libavcodec/
H
A
D
gif.h
42
#define
GIF_TRAILER
0x3b
macro
H
A
D
gif_parser.c
71
} else if (buf[index] ==
GIF_TRAILER
) {
in gif_find_frame_end()
H
A
D
gifdec.c
441
case
GIF_TRAILER
:
in gif_parse_next_image()
Completed in 3 milliseconds