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
defs:ch_layout
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/ffmpeg/libavfilter/
H
A
D
buffersrc.h
125
AVChannelLayout
ch_layout
;
member
H
A
D
asrc_anullsrc.c
41
AVChannelLayout
ch_layout
;
member
H
A
D
buffersrc.c
64
AVChannelLayout
ch_layout
;
member
[all...]
H
A
D
af_join.c
52
AVChannelLayout
ch_layout
;
member
[all...]
H
A
D
af_asubboost.c
42
AVChannelLayout
ch_layout
;
member
[all...]
H
A
D
buffersink.c
243
AVChannelLayout
ch_layout
= { 0 };
in av_buffersink_get_ch_layout()
local
H
A
D
af_speechnorm.c
72
AVChannelLayout
ch_layout
;
member
[all...]
H
A
D
avf_showfreqs.c
56
AVChannelLayout
ch_layout
;
member
H
A
D
avfilter.h
573
AVChannelLayout
ch_layout
; ///< channel layout of current buffer (see libavutil/channel_layout.h)
member
H
A
D
af_dynaudnorm.c
83
AVChannelLayout
ch_layout
;
member
[all...]
/third_party/ffmpeg/libavformat/
H
A
D
dfpwmdec.c
37
AVChannelLayout
ch_layout
;
member
H
A
D
pcmdec.c
39
AVChannelLayout
ch_layout
;
member
[all...]
H
A
D
libopenmpt.c
46
AVChannelLayout
ch_layout
;
member
/third_party/ffmpeg/libswresample/
H
A
D
swresample_frame.c
29
AVChannelLayout
ch_layout
= { 0 };
in swr_config_frame()
local
86
AVChannelLayout
ch_layout
= { 0 };
config_changed()
local
[all...]
H
A
D
rematrix.c
128
static int sane_layout(AVChannelLayout *
ch_layout
) {
in sane_layout()
argument
/third_party/ffmpeg/libavcodec/
H
A
D
pcm-blurayenc.c
35
uint8_t
ch_layout
;
in pcm_bluray_encode_init()
local
[all...]
H
A
D
codec_par.h
212
AVChannelLayout
ch_layout
;
member
H
A
D
libfdk-aacdec.c
119
uint64_t
ch_layout
= 0;
in get_stream_info()
local
[all...]
H
A
D
tak.h
137
uint64_t
ch_layout
;
member
H
A
D
aac.h
129
AVChannelLayout
ch_layout
;
member
/third_party/ffmpeg/doc/examples/
H
A
D
filter_audio.c
77
uint8_t
ch_layout
[64];
in init_filter_graph()
local
/third_party/ffmpeg/tests/api/
H
A
D
api-flac-test.c
52
init_encoder(const AVCodec *enc, AVCodecContext **enc_ctx, const AVChannelLayout *
ch_layout
, int sample_rate)
init_encoder()
argument
82
init_decoder(const AVCodec *dec, AVCodecContext **dec_ctx, const AVChannelLayout *
ch_layout
)
init_decoder()
argument
[all...]
/third_party/ffmpeg/libavutil/
H
A
D
channel_layout.c
960
void av_channel_layout_default(AVChannelLayout *
ch_layout
, int nb_channels)
in av_channel_layout_default()
argument
976
const AVChannelLayout *
ch_layout
= NULL;
in av_channel_layout_standard()
local
H
A
D
frame.h
704
AVChannelLayout
ch_layout
;
member
/third_party/ffmpeg/fftools/
H
A
D
opt_common.c
996
const AVChannelLayout *
ch_layout
;
in show_layouts()
local
Completed in 18 milliseconds
1
2