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_in
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
bsf.h
102
AVRational
time_base_in
;
member
H
A
D
bsf.c
180
ctx->time_base_out = ctx->
time_base_in
;
in av_bsf_init()
289
AVRational tb = bsf->
time_base_in
;
in bsf_list_init()
296
lst->bsfs[i]->
time_base_in
= tb;
in bsf_list_init()
H
A
D
setts_bsf.c
152
s->var_values[VAR_TB] = ctx->
time_base_in
.den ? av_q2d(ctx->
time_base_in
) : 0;
in setts_init()
H
A
D
bitstream_filter.c
115
priv->ctx->
time_base_in
= avctx->time_base;
in av_bitstream_filter_filter()
H
A
D
pcm_rechunk_bsf.c
168
av_packet_rescale_ts(s->in_pkt, ctx->
time_base_in
, ctx->time_base_out);
in rechunk_filter()
H
A
D
decode.c
190
avci->bsf->
time_base_in
= (AVRational){ 1, 90000 };
in decode_bsfs_init()
/third_party/ffmpeg/libavformat/
H
A
D
tee.c
378
tee_slave->bsfs[target_stream]->
time_base_in
= avf->streams[i]->time_base;
in open_slave()
H
A
D
mux.c
1329
bsfc->
time_base_in
= st->time_base;
in ff_stream_add_bitstream_filter()
H
A
D
demux.c
2355
sti->extract_extradata.bsf->
time_base_in
= st->time_base;
in extract_extradata_init()
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg.c
2690
ctx->
time_base_in
= ost->st->time_base;
in init_output_bsfs()
Completed in 17 milliseconds