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:RELATIVE_TS_BASE
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
demux.h
64
#define
RELATIVE_TS_BASE
(INT64_MAX - (1LL << 48))
macro
68
return ts > (
RELATIVE_TS_BASE
- (1LL << 48));
in is_relative()
H
A
D
demux.c
834
sti->cur_dts < INT_MIN +
RELATIVE_TS_BASE
||
in update_initial_timestamps()
835
dts < INT_MIN + (sti->cur_dts -
RELATIVE_TS_BASE
) ||
in update_initial_timestamps()
839
sti->first_dts = dts - (sti->cur_dts -
RELATIVE_TS_BASE
);
in update_initial_timestamps()
841
shift = (uint64_t)sti->first_dts -
RELATIVE_TS_BASE
;
in update_initial_timestamps()
880
int64_t cur_dts =
RELATIVE_TS_BASE
;
in update_initial_durations()
907
} else if (sti->cur_dts !=
RELATIVE_TS_BASE
)
in update_initial_durations()
917
pktl->pkt.dts ==
RELATIVE_TS_BASE
) &&
in update_initial_durations()
1381
int64_t pts = pkt->pts - (is_relative(pkt->pts) ?
RELATIVE_TS_BASE
: 0);
in read_frame_internal()
1389
if (sti->start_skip_samples && (pkt->pts == 0 || pkt->pts ==
RELATIVE_TS_BASE
))
in read_frame_internal()
1539
pkt->dts -=
RELATIVE_TS_BASE
;
in av_read_frame()
[all...]
H
A
D
options.c
289
sti->cur_dts =
RELATIVE_TS_BASE
;
in avformat_new_stream()
H
A
D
seek.c
79
timestamp -=
RELATIVE_TS_BASE
;
in ff_add_index_entry()
733
sti->cur_dts =
RELATIVE_TS_BASE
;
in ff_read_frame_flush()
Completed in 5 milliseconds