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:duration_for_fps
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
isom.h
233
int64_t
duration_for_fps
;
member
H
A
D
mov.c
3213
duration <= INT64_MAX - sc->
duration_for_fps
&&
3215
sc->
duration_for_fps
+= duration;
5396
if (sample_duration <= INT64_MAX - sc->
duration_for_fps
&&
5399
sc->
duration_for_fps
+= sample_duration;
8768
if (st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO && sc->nb_frames_for_fps > 0 && sc->
duration_for_fps
> 0)
8770
sc->time_scale*(int64_t)sc->nb_frames_for_fps, sc->
duration_for_fps
, INT_MAX);
8811
if (sc->
duration_for_fps
> 0) {
8812
/* Akin to sc->data_size * 8 * sc->time_scale / sc->
duration_for_fps
but accounting for overflows. */
8813
st->codecpar->bit_rate = av_rescale(sc->data_size, ((int64_t) sc->time_scale) * 8, sc->
duration_for_fps
);
Completed in 13 milliseconds