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:sync_opts
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg.c
709
int64_t end = av_rescale_q(ost->
sync_opts
- ost->first_pts, time_base, AV_TIME_BASE_Q);
in close_output_stream()
756
av_compare_ts(ost->
sync_opts
- ost->first_pts, ost->enc_ctx->time_base, of->recording_time,
in check_recording_time()
985
frame->pts = ost->
sync_opts
;
in do_audio_out()
986
ost->
sync_opts
= frame->pts + frame->nb_samples;
in do_audio_out()
1036
ost->
sync_opts
= av_rescale_q(pts, AV_TIME_BASE_Q, enc->time_base);
in do_subtitle_out()
1120
delta0 = sync_ipts - ost->
sync_opts
; // delta0 is the "drift" between the input frame (next_picture) and where it would fall in the output.
in do_video_out()
1135
sync_ipts = ost->
sync_opts
;
in do_video_out()
1146
ost->
sync_opts
= llrint(sync_ipts);
in do_video_out()
1164
ost->
sync_opts
= llrint(sync_ipts);
in do_video_out()
1168
ost->
sync_opts
in do_video_out()
[all...]
H
A
D
ffmpeg.h
467
int64_t
sync_opts
; /* output frame counter, could be changed to some true timestamp */ // FIXME look at frame_number
member
Completed in 7 milliseconds