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:chunk_pos
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
png_parser.c
32
uint32_t
chunk_pos
; ///< position inside current chunk
member
66
if (ppc->
chunk_pos
== -1) {
in png_parse()
74
if (ppc->
chunk_pos
== 3) {
in png_parse()
77
ppc->
chunk_pos
= ppc->pc.frame_start_found = 0;
in png_parse()
81
} else if (ppc->
chunk_pos
== 7) {
in png_parse()
86
ppc->
chunk_pos
= -1;
in png_parse()
91
ppc->
chunk_pos
= 0;
in png_parse()
99
ppc->
chunk_pos
++;
in png_parse()
106
ppc->
chunk_pos
= ppc->pc.frame_start_found = 0;
in png_parse()
/third_party/ffmpeg/libavformat/
H
A
D
iff.c
358
uint64_t
chunk_pos
, data_pos, data_size;
in read_dst_frame()
local
362
chunk_pos
= avio_tell(pb);
in read_dst_frame()
363
if (
chunk_pos
>= iff->body_end)
in read_dst_frame()
388
pkt->pos =
chunk_pos
;
in read_dst_frame()
390
chunk_pos
= avio_tell(pb);
in read_dst_frame()
391
if (
chunk_pos
>= iff->body_end)
in read_dst_frame()
394
avio_seek(pb,
chunk_pos
, SEEK_SET);
in read_dst_frame()
H
A
D
mpc8.c
208
static void mpc8_handle_chunk(AVFormatContext *s, int tag, int64_t
chunk_pos
, int64_t size)
in mpc8_handle_chunk()
argument
217
if (pos > INT64_MAX - size || off < 0 || off > INT64_MAX -
chunk_pos
)
in mpc8_handle_chunk()
220
mpc8_parse_seektable(s,
chunk_pos
+ off);
in mpc8_handle_chunk()
Completed in 3 milliseconds