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:start_seq_no
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
hlsproto.c
60
int
start_seq_no
;
member
135
s->
start_seq_no
= atoi(ptr);
in parse_playlist()
237
s->cur_seq_no = s->
start_seq_no
;
in hls_open()
239
s->cur_seq_no = s->
start_seq_no
+ s->n_segments - 3;
in hls_open()
280
if (s->cur_seq_no < s->
start_seq_no
) {
in hls_read()
283
s->
start_seq_no
- s->cur_seq_no);
in hls_read()
284
s->cur_seq_no = s->
start_seq_no
;
in hls_read()
286
if (s->cur_seq_no - s->
start_seq_no
>= s->n_segments) {
in hls_read()
296
url = s->segments[s->cur_seq_no - s->
start_seq_no
]->url;
in hls_read()
H
A
D
hls.c
122
int64_t
start_seq_no
;
member
791
prev_start_seq_no = pls->
start_seq_no
;
in parse_playlist()
849
pls->
start_seq_no
= seq_no;
in parse_playlist()
874
int64_t seq = pls->
start_seq_no
+ pls->n_segments;
in parse_playlist()
946
uint64_t seq = pls->
start_seq_no
+ (uint64_t)pls->n_segments;
in parse_playlist()
1009
if (pls->
start_seq_no
> prev_start_seq_no && c->first_timestamp != AV_NOPTS_VALUE) {
in parse_playlist()
1012
int64_t diff = pls->
start_seq_no
- prev_start_seq_no;
in parse_playlist()
1018
prev_start_seq_no, pls->
start_seq_no
,
in parse_playlist()
1020
} else if (pls->
start_seq_no
< prev_start_seq_no) {
in parse_playlist()
1022
prev_start_seq_no, pls->
start_seq_no
);
in parse_playlist()
[all...]
Completed in 4 milliseconds