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:ts_diff
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
movenchint.c
330
int32_t
ts_diff
;
in write_hint_packets()
local
353
ts_diff
= ts - trk->prev_rtp_ts;
in write_hint_packets()
354
if (
ts_diff
> 0) {
in write_hint_packets()
355
trk->cur_rtp_ts_unwrapped +=
ts_diff
;
in write_hint_packets()
357
ts_diff
= 0;
in write_hint_packets()
367
avio_wb16(out,
ts_diff
? 4 : 0); /* reserved + flags (extra_flag) */
in write_hint_packets()
370
if (
ts_diff
) { /* if extra_flag is set */
in write_hint_packets()
374
avio_wb32(out,
ts_diff
);
in write_hint_packets()
H
A
D
hls.c
2295
int64_t
ts_diff
;
in hls_read_packet()
local
2336
ts_diff
= av_rescale_rnd(pls->pkt->dts, AV_TIME_BASE,
in hls_read_packet()
2339
if (
ts_diff
>= 0 && (pls->seek_flags & AVSEEK_FLAG_ANY ||
in hls_read_packet()
Completed in 5 milliseconds