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:max_br
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h265_profile_level.c
204
int
max_br
, max_dpb_size;
in ff_h265_guess_level()
local
224
max_br
= level->max_br_high;
in ff_h265_guess_level()
226
max_br
= level->max_br_main;
in ff_h265_guess_level()
227
if (!
max_br
)
in ff_h265_guess_level()
229
if (bitrate > (int64_t)profile->cpb_nal_factor * hbr_factor *
max_br
)
in ff_h265_guess_level()
H
A
D
h264_levels.h
32
uint32_t
max_br
;
member
H
A
D
h264_levels.c
98
if (bitrate > (int64_t)level->
max_br
* h264_get_br_factor(profile_idc))
in ff_h264_guess_level()
H
A
D
ac3enc.c
2311
int
max_br
, min_br, wpf, min_br_code;
in validate_options()
local
2322
max_br
= 2048 * s->sample_rate / frame_samples * 16;
in validate_options()
2324
if (avctx->bit_rate <=
max_br
)
in validate_options()
2327
if (avctx->bit_rate < min_br || avctx->bit_rate >
max_br
) {
in validate_options()
2329
"for this sample rate\n", min_br,
max_br
);
in validate_options()
Completed in 5 milliseconds