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:ChannelMap
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_join.c
39
typedef struct
ChannelMap
{
struct
44
}
ChannelMap
;
typedef
56
ChannelMap
*channels;
92
ChannelMap
*map;
in parse_maps()
273
static void guess_map_matching(AVFilterContext *ctx,
ChannelMap
*ch,
in guess_map_matching()
287
static void guess_map_any(AVFilterContext *ctx,
ChannelMap
*ch,
in guess_map_any()
339
ChannelMap
*ch = &s->channels[i];
in join_config_output()
378
ChannelMap
*ch = &s->channels[i];
in join_config_output()
386
ChannelMap
*ch = &s->channels[i];
in join_config_output()
411
ChannelMap
*c
in join_config_output()
[all...]
H
A
D
af_channelmap.c
40
struct
ChannelMap
{
struct
63
struct
ChannelMap
map[MAX_CH];
376
struct
ChannelMap
*m = &s->map[i];
in channelmap_config_input()
/third_party/ffmpeg/libavcodec/
H
A
D
opus.h
147
typedef struct
ChannelMap
{
struct
160
}
ChannelMap
;
typedef
174
ChannelMap
*channel_maps;
H
A
D
opusdec.c
462
ChannelMap
*map = &c->channel_maps[i];
in opus_decode_packet()
545
ChannelMap
*map = &c->channel_maps[i];
in opus_decode_packet()
H
A
D
opus.c
424
ChannelMap
*map = &s->channel_maps[i];
in ff_opus_parse_extradata()
/third_party/pulseaudio/src/tests/
H
A
D
volume-ui.py
14
class
ChannelMap
(Structure):
class
151
cm =
ChannelMap
()
Completed in 5 milliseconds