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_dts
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
movenc_ttml.c
65
int64_t start_ts = track->
start_dts
== AV_NOPTS_VALUE ?
in mov_write_ttml_document_from_queue()
66
0 : (track->
start_dts
+ track->track_duration);
in mov_write_ttml_document_from_queue()
H
A
D
movenc.h
128
int64_t
start_dts
;
member
H
A
D
movenc.c
1012
if (track->
start_dts
== AV_NOPTS_VALUE) {
in mov_write_dvc1_structs()
1145
next_dts = track->track_duration + track->
start_dts
;
in get_cluster_duration()
3357
track->
start_dts
!= AV_NOPTS_VALUE &&
3359
*start = track->
start_dts
+ track->start_cts;
3604
int64_t
start_dts
= track->
start_dts
;
local
3607
if (
start_dts
!= track->cluster[0].dts || start_ct != track->cluster[0].cts) {
3612
start_dts
, start_ct, track->track_id);
3613
start_dts
= track->cluster[0].dts;
3618
delay = av_rescale_rnd(
start_dts
[all...]
H
A
D
mov.c
3832
int64_t
start_dts
= 0;
3878
start_dts
= edit_list_dts_entry_end;
4096
st->duration = FFMIN(st->duration, edit_list_dts_entry_end -
start_dts
);
Completed in 18 milliseconds