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_bitrate
(Results
1 - 18
of
18
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
defs.h
109
int64_t
max_bitrate
;
member
H
A
D
libopenh264enc.c
377
props->
max_bitrate
= param.iMaxBitrate;
in svc_encode_init()
H
A
D
libsvtav1.c
311
cpb_props->
max_bitrate
= avctx->rc_max_rate;
in config_enc_params()
H
A
D
libx265.c
341
cpb_props->
max_bitrate
= ctx->params->rc.vbvMaxBitrate * 1000LL;
in libx265_encode_init()
H
A
D
libaomenc.c
1018
cpb_props->
max_bitrate
= avctx->rc_max_rate;
in aom_init()
H
A
D
libvpxenc.c
1195
cpb_props->
max_bitrate
= avctx->rc_max_rate;
in vpx_init()
H
A
D
libx264.c
1015
cpb_props->
max_bitrate
= x4->params.rc.i_vbv_max_bitrate * 1000LL;
in X264_init()
H
A
D
nvenc.c
1494
cpb_props->
max_bitrate
= ctx->encode_config.rcParams.maxBitRate;
in nvenc_setup_encoder()
H
A
D
qsvenc.c
1165
cpb_props->
max_bitrate
= avctx->rc_max_rate;
in qsv_retrieve_enc_params()
H
A
D
mpeg12dec.c
1407
cpb_props->
max_bitrate
= s->bit_rate;
in mpeg_decode_sequence_extension()
H
A
D
mpegvideo_enc.c
919
cpb_props->
max_bitrate
= avctx->rc_max_rate;
in ff_mpv_encode_init()
/third_party/ffmpeg/libavformat/
H
A
D
asf.h
59
uint32_t
max_bitrate
; /**< bandwidth of stream in bps
member
H
A
D
dump.c
334
cpb->
max_bitrate
, cpb->min_bitrate, cpb->avg_bitrate,
in dump_cpb()
H
A
D
mpegenc.c
479
codec_rate = props->
max_bitrate
;
in mpeg_mux_init()
H
A
D
asfdec_f.c
292
asf->hdr.
max_bitrate
= avio_rl32(pb);
in asf_read_file_properties()
H
A
D
movenc.c
710
} else if (props && props->
max_bitrate
) {
in calculate_mpeg4_bit_rates()
711
bit_rates.avg_bit_rate = props->
max_bitrate
;
in calculate_mpeg4_bit_rates()
722
props->
max_bitrate
);
in calculate_mpeg4_bit_rates()
H
A
D
hlsenc.c
1362
return props->
max_bitrate
;
in get_stream_bit_rate()
/third_party/ffmpeg/fftools/
H
A
D
ffprobe.c
2354
print_int("
max_bitrate
", prop->
max_bitrate
);
in print_pkt_side_data()
Completed in 73 milliseconds