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_channels
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
binkaudio.c
80
int
max_channels
= avctx->codec->id == AV_CODEC_ID_BINKAUDIO_RDFT ? MAX_CHANNELS : MAX_DCT_CHANNELS;
in decode_init()
local
92
if (channels < 1 || channels >
max_channels
) {
in decode_init()
H
A
D
libopusenc.c
182
int
max_channels
) {
in libopus_check_max_channels()
183
if (avctx->ch_layout.nb_channels >
max_channels
) {
in libopus_check_max_channels()
181
libopus_check_
max_channels
(AVCodecContext *avctx, int
max_channels
)
libopus_check_max_channels()
argument
H
A
D
adpcm.c
255
unsigned int
max_channels
= 2;
in adpcm_decode_init()
local
261
max_channels
= 1;
in adpcm_decode_init()
273
max_channels
= 6;
in adpcm_decode_init()
277
max_channels
= 8;
in adpcm_decode_init()
284
max_channels
= 8;
in adpcm_decode_init()
292
max_channels
= 14;
in adpcm_decode_init()
296
avctx->ch_layout.nb_channels >
max_channels
) {
in adpcm_decode_init()
/third_party/backends/backend/
H
A
D
v4l.c
527
int
max_channels
= MAX_CHANNELS;
in sane_open()
local
599
if (s->capability.channels <
max_channels
)
in sane_open()
600
max_channels
= s->capability.channels;
in sane_open()
601
for (i = 0; i <
max_channels
; i++)
in sane_open()
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_instruction_selection.cpp
5401
unsigned* channels, unsigned
max_channels
, unsigned binding_align)
5412
while (new_channels <=
max_channels
&&
5417
if (new_channels >
max_channels
) {
Completed in 21 milliseconds