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:frame_period
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mpegtsenc.c
1048
int64_t
frame_period
= 0;
in enable_pcr_generation_for_stream()
local
1055
frame_period
= av_rescale_rnd(frame_size, PCR_TIME_BASE, pcr_st->codecpar->sample_rate, AV_ROUND_UP);
in enable_pcr_generation_for_stream()
1057
frame_period
= av_rescale_rnd(pcr_st->avg_frame_rate.den, PCR_TIME_BASE, pcr_st->avg_frame_rate.num, AV_ROUND_UP);
in enable_pcr_generation_for_stream()
1059
if (
frame_period
> 0 &&
frame_period
<= PCR_TIME_BASE / 10)
in enable_pcr_generation_for_stream()
1060
ts_st->pcr_period =
frame_period
* (PCR_TIME_BASE / 10 /
frame_period
);
in enable_pcr_generation_for_stream()
H
A
D
avidec.c
500
int codec_type, stream_index,
frame_period
;
in avi_read_header()
local
527
frame_period
= 0;
in avi_read_header()
575
/* using
frame_period
is bad idea */
in avi_read_header()
576
frame_period
= avio_rl32(pb);
in avi_read_header()
677
if (
frame_period
) {
in avi_read_header()
679
ast->scale =
frame_period
;
in avi_read_header()
Completed in 7 milliseconds