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
defs:time_base
(Results
51 - 56
of
56
) sorted by relevance
1
2
3
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg_opt.c
1529
const char *bsfs = NULL, *
time_base
= NULL;
in new_output_stream()
local
[all...]
H
A
D
ffmpeg.c
705
AVRational
time_base
= ost->stream_copy ? ost->mux_timebase : ost->enc_ctx->
time_base
;
in close_output_stream()
local
1297
AVRational
time_base
= ost->stream_copy ? ost->mux_timebase : ost->enc_ctx->
time_base
;
finish_output_stream()
local
3810
duration_max(int64_t tmp, int64_t *duration, AVRational tmp_
time_base
, AVRational
time_base
)
duration_max()
argument
[all...]
H
A
D
ffmpeg.h
412
AVRational
time_base
; /* time base of the duration */
member
H
A
D
ffprobe.c
877
writer_print_time(WriterContext *wctx, const char *key, int64_t ts, const AVRational *
time_base
, int is_duration)
writer_print_time()
argument
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
avcodec.h
512
AVRational
time_base
;
member
/third_party/ffmpeg/libavformat/
H
A
D
mxfdec.c
3796
AVRational
time_base
= av_inv_q(track->edit_rate);
in mxf_compute_sample_count()
local
[all...]
Completed in 24 milliseconds
1
2
3