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:time_base_out
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
setts_bsf.c
146
ctx->
time_base_out
= s->time_base;
in setts_init()
153
s->var_values[VAR_TB_OUT]= ctx->
time_base_out
.den ? av_q2d(ctx->
time_base_out
) : 0;
in setts_init()
H
A
D
pcm_rechunk_bsf.c
48
ctx->
time_base_out
= av_inv_q(sr);
in init()
168
av_packet_rescale_ts(s->in_pkt, ctx->time_base_in, ctx->
time_base_out
);
in rechunk_filter()
H
A
D
noise_bsf.c
117
s->var_values[VAR_TB] = ctx->
time_base_out
.den ? av_q2d(ctx->
time_base_out
) : 0;
in noise_init()
H
A
D
bsf.h
108
AVRational
time_base_out
;
member
H
A
D
bsf.c
180
ctx->
time_base_out
= ctx->time_base_in;
in av_bsf_init()
303
tb = lst->bsfs[i]->
time_base_out
;
in bsf_list_init()
306
bsf->
time_base_out
= tb;
in bsf_list_init()
/third_party/ffmpeg/libavformat/
H
A
D
tee.c
592
av_packet_rescale_ts(pkt2, bsfs->
time_base_out
,
in tee_write_packet()
H
A
D
mux.c
1159
av_packet_rescale_ts(pkt, bsfc->
time_base_out
, st->time_base);
in write_packets_from_bsfs()
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg.c
2702
ost->st->time_base = ctx->
time_base_out
;
in init_output_bsfs()
Completed in 12 milliseconds