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:bit_rates
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dnxhddata.c
1148
for (j = 0; j < FF_ARRAY_ELEMS(cid->
bit_rates
); j++) {
in ff_dnxhd_find_cid()
1149
if (cid->
bit_rates
[j] == mbs)
in ff_dnxhd_find_cid()
1162
for (j = 0; j < FF_ARRAY_ELEMS(cid->
bit_rates
); j++) {
in ff_dnxhd_print_profiles()
1163
if (!cid->
bit_rates
[j])
in ff_dnxhd_print_profiles()
1167
cid->width, cid->height, cid->flags & DNXHD_INTERLACED ? 'i' : 'p', cid->
bit_rates
[j],
in ff_dnxhd_print_profiles()
H
A
D
dnxhddata.h
58
int
bit_rates
[5]; ///< Helper to choose variants, rounded to nearest 5Mb/s
member
/third_party/ffmpeg/libavformat/
H
A
D
movenc.c
694
struct mpeg4_bit_rate_values
bit_rates
= { 0 };
in calculate_mpeg4_bit_rates()
local
696
bit_rates
.avg_bit_rate = compute_avg_bitrate(track);
in calculate_mpeg4_bit_rates()
697
if (!
bit_rates
.avg_bit_rate) {
in calculate_mpeg4_bit_rates()
707
bit_rates
.avg_bit_rate = props->avg_bitrate;
in calculate_mpeg4_bit_rates()
709
bit_rates
.avg_bit_rate = track->par->bit_rate;
in calculate_mpeg4_bit_rates()
711
bit_rates
.avg_bit_rate = props->max_bitrate;
in calculate_mpeg4_bit_rates()
716
bit_rates
.max_bit_rate = FFMAX(track->par->bit_rate,
in calculate_mpeg4_bit_rates()
717
bit_rates
.avg_bit_rate);
in calculate_mpeg4_bit_rates()
721
bit_rates
.max_bit_rate = FFMAX(
bit_rates
in calculate_mpeg4_bit_rates()
731
struct mpeg4_bit_rate_values
bit_rates
= calculate_mpeg4_
bit_rates
(track);
mov_write_esds_tag()
local
1181
struct mpeg4_bit_rate_values
bit_rates
= calculate_mpeg4_
bit_rates
(track);
mov_write_btrt_tag()
local
5042
struct mpeg4_bit_rate_values
bit_rates
=
global()
local
[all...]
Completed in 8 milliseconds