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:last_seq_no
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
dashdec.c
97
int64_t
last_seq_no
;
member
968
rep->
last_seq_no
=(int64_t) strtoll(val, NULL, 10) - 1;
in parse_manifest_representation()
1458
rep_dest->
last_seq_no
= calc_max_seg_no(rep_dest, c);
in move_timelines()
1476
rep_dest->
last_seq_no
= calc_max_seg_no(rep_dest, c);
in move_segments()
1628
} else if (pls->cur_seq_no <= pls->
last_seq_no
) {
in get_current_fragment()
1822
if (c->is_live || v->cur_seq_no < v->
last_seq_no
) {
in read_data()
1934
if (!pls->
last_seq_no
) {
in open_demux_for_component()
1935
pls->
last_seq_no
= calc_max_seg_no(pls, s->priv_data);
in open_demux_for_component()
2264
"
last_seq_no
[%"PRId64"].\n",
in dash_seek()
2265
(int)pls->n_timelines, (int64_t)pls->
last_seq_no
);
in dash_seek()
[all...]
H
A
D
hls.c
130
int64_t
last_seq_no
;
member
1521
if (v->cur_seq_no > v->
last_seq_no
) {
in read_data()
1522
v->
last_seq_no
= v->cur_seq_no;
in read_data()
1524
} else if (v->
last_seq_no
== v->cur_seq_no) {
in read_data()
Completed in 8 milliseconds