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:maxBitRate
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
nvenc.c
952
ctx->encode_config.rcParams.
maxBitRate
= ctx->encode_config.rcParams.averageBitRate;
in nvenc_setup_rate_control()
956
ctx->encode_config.rcParams.
maxBitRate
= avctx->rc_max_rate;
in nvenc_setup_rate_control()
1089
ctx->encode_config.rcParams.
maxBitRate
= avctx->rc_max_rate;
in nvenc_setup_rate_control()
1494
cpb_props->max_bitrate = ctx->encode_config.rcParams.
maxBitRate
;
in nvenc_setup_encoder()
2311
if (avctx->rc_max_rate > 0 && ctx->encode_config.rcParams.
maxBitRate
!= avctx->rc_max_rate) {
in reconfig_encoder()
2314
params.reInitEncodeParams.encodeConfig->rcParams.
maxBitRate
,
in reconfig_encoder()
2317
params.reInitEncodeParams.encodeConfig->rcParams.
maxBitRate
= avctx->rc_max_rate;
in reconfig_encoder()
2355
ctx->encode_config.rcParams.
maxBitRate
= params.reInitEncodeParams.encodeConfig->rcParams.
maxBitRate
;
in reconfig_encoder()
/third_party/openSLES/api/1.1/
H
A
D
OpenSLES.h
2490
SLuint32
maxBitRate
;
member
/third_party/openSLES/api/1.0.1/
H
A
D
OpenSLES.h
2288
SLuint32
maxBitRate
;
member
/third_party/openSLES/api/1.0/
H
A
D
OpenSLES.h
2282
SLuint32
maxBitRate
;
member
Completed in 27 milliseconds