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:next_ts
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ffwavesynth.c
95
int64_t
next_ts
;
member
217
ws->
next_ts
= i < ws->nb_inter ? ws->inter[i].ts_start : INF_TS;
in wavesynth_seek()
412
ws->
next_ts
= i < ws->nb_inter ? ws->inter[i].ts_start : INF_TS;
in wavesynth_enter_intervals()
442
if (ts >= ws->
next_ts
)
in wavesynth_decode()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H
A
D
ngtcp2_conn.h
463
/*
next_ts
is the time to send next packet. It is UINT64_MAX if
465
ngtcp2_tstamp
next_ts
;
member
H
A
D
ngtcp2_conn.c
1343
(*pconn)->tx.pacing.
next_ts
= UINT64_MAX;
in conn_new()
2486
if (conn->tx.pacing.
next_ts
== UINT64_MAX) {
in conn_cancel_expired_pkt_tx_timer()
2490
if (conn->tx.pacing.
next_ts
> ts + NGTCP2_PKT_PACING_OVERHEAD) {
in conn_cancel_expired_pkt_tx_timer()
2494
conn->tx.pacing.
next_ts
= UINT64_MAX;
in conn_cancel_expired_pkt_tx_timer()
2498
return conn->tx.pacing.
next_ts
== UINT64_MAX ||
in conn_pacing_pkt_tx_allowed()
2499
conn->tx.pacing.
next_ts
<= ts + NGTCP2_PKT_PACING_OVERHEAD;
in conn_pacing_pkt_tx_allowed()
5884
conn->tx.pacing.
next_ts
= UINT64_MAX;
in conn_reset_congestion_state()
10872
return ngtcp2_min(res, conn->tx.pacing.
next_ts
);
in ngtcp2_conn_get_expiry()
13327
conn->tx.pacing.
next_ts
=
in ngtcp2_conn_update_pkt_tx_time()
/third_party/ffmpeg/libavformat/
H
A
D
avidec.c
1186
int64_t ts,
next_ts
, ts_min = INT64_MAX;
in get_subtitle_pkt()
local
1190
next_ts
= av_rescale_q(next_ast->frame_offset, next_st->time_base,
in get_subtitle_pkt()
1198
if (ts <=
next_ts
&& ts < ts_min) {
in get_subtitle_pkt()
Completed in 22 milliseconds