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:picture_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
vpcc.c
73
int
picture_size
= par->width * par->height;
in get_vp9_level()
local
76
// All decisions will be based on
picture_size
, if frame rate is missing/invalid
in get_vp9_level()
80
sample_rate = ((int64_t)
picture_size
* frame_rate->num) / frame_rate->den;
in get_vp9_level()
82
if (
picture_size
<= 0) {
in get_vp9_level()
84
} else if (sample_rate <= 829440 &&
picture_size
<= 36864) {
in get_vp9_level()
86
} else if (sample_rate <= 2764800 &&
picture_size
<= 73728) {
in get_vp9_level()
88
} else if (sample_rate <= 4608000 &&
picture_size
<= 122880) {
in get_vp9_level()
90
} else if (sample_rate <= 9216000 &&
picture_size
<= 245760) {
in get_vp9_level()
92
} else if (sample_rate <= 20736000 &&
picture_size
<= 552960) {
in get_vp9_level()
94
} else if (sample_rate <= 36864000 &&
picture_size
<
in get_vp9_level()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
proresenc_kostya.c
994
int frame_size,
picture_size
, slice_size;
in encode_frame()
local
1130
picture_size
= buf - (picture_size_pos - 1);
in encode_frame()
1131
bytestream_put_be32(&picture_size_pos,
picture_size
);
in encode_frame()
Completed in 3 milliseconds