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:mix_matrix
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavresample/
H
A
D
utils.c
61
(!avr->downmix_needed && (avr->
mix_matrix
||
in avresample_open()
273
av_freep(&avr->
mix_matrix
);
in avresample_close()
654
if (!avr->
mix_matrix
) {
in avresample_get_matrix()
661
matrix[o * stride + i] = avr->
mix_matrix
[o * in_channels + i];
in avresample_get_matrix()
683
if (avr->
mix_matrix
)
in avresample_set_matrix()
684
av_freep(&avr->
mix_matrix
);
in avresample_set_matrix()
685
avr->
mix_matrix
= av_malloc(in_channels * out_channels *
in avresample_set_matrix()
686
sizeof(*avr->
mix_matrix
));
in avresample_set_matrix()
687
if (!avr->
mix_matrix
)
in avresample_set_matrix()
692
avr->
mix_matrix
[
in avresample_set_matrix()
[all...]
H
A
D
internal.h
103
double *
mix_matrix
;
member
H
A
D
audio_mix.c
367
if (avr->
mix_matrix
) {
in ff_audio_mix_alloc()
368
ret = ff_audio_mix_set_matrix(am, avr->
mix_matrix
, avr->in_channels);
in ff_audio_mix_alloc()
371
av_freep(&avr->
mix_matrix
);
in ff_audio_mix_alloc()
Completed in 4 milliseconds