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:input_ts_offset
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg.h
115
int64_t
input_ts_offset
;
member
413
int64_t
input_ts_offset
;
member
H
A
D
ffmpeg_opt.c
330
adjustment = (self_start_time - ref_start_time) + !copy_ts*(self_seek_start - ref_seek_start) + ref->
input_ts_offset
;
in apply_sync_offsets()
1365
f->
input_ts_offset
= o->
input_ts_offset
;
in open_input_file()
1366
f->ts_offset = o->
input_ts_offset
- (copy_ts ? (start_at_zero && ic->start_time != AV_NOPTS_VALUE ? ic->start_time : 0) : timestamp);
in open_input_file()
2012
if (ifile->nb_streams == 1 && ifile->
input_ts_offset
== 0)
in new_video_stream()
3709
OPT_EXPERT | OPT_INPUT, { .off = OFFSET(
input_ts_offset
) },
Completed in 8 milliseconds