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:channel_order
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-utils/speaker-test/
H
A
D
speaker-test.c
175
static const int
channel_order
[] = {
variable
219
if (chpos1 < ARRAY_SIZE(
channel_order
) &&
channel_order
[chpos1])
in chpos_cmp()
220
weight1 =
channel_order
[chpos1];
in chpos_cmp()
221
if (chpos2 < ARRAY_SIZE(
channel_order
) &&
channel_order
[chpos2])
in chpos_cmp()
222
weight2 =
channel_order
[chpos2];
in chpos_cmp()
226
* or if neither is in
channel_order
[] */
in chpos_cmp()
230
/* order according to
channel_order
[] */
in chpos_cmp()
237
* according to
channel_order
[] value
in order_channels()
[all...]
/third_party/ffmpeg/libavformat/
H
A
D
mov.c
7660
int ambisonic_order,
channel_order
, normalization, channel_count;
7687
channel_order
= avio_r8(pb);
7688
if (
channel_order
) {
7690
"Unsupported
channel_order
%d\n",
channel_order
);
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H
A
D
es3cCopyTexImageConversionsTests.cpp
8375
ChannelOrder
channel_order
= CHANNEL_ORDER_UNKNOWN;
8400
if (!getChannelOrderForInternalformatAndType(internalformat, type, &
channel_order
))
8433
switch (
channel_order
)
/third_party/astc-encoder/Source/
H
A
D
stb_image.h
903
int
channel_order
;
member
1139
ri->
channel_order
= STBI_ORDER_RGB; // all current input & output are this, but this is here so we can add BGR order
in stbi__load_main()
Completed in 34 milliseconds