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:out_sample
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
resample.c
336
int
out_sample
= 0;
in resampler_basic_direct_single()
local
346
while (!(last_sample >= (spx_int32_t)*in_len ||
out_sample
>= (spx_int32_t)*out_len))
in resampler_basic_direct_single()
373
out[out_stride *
out_sample
++] = sum;
in resampler_basic_direct_single()
385
return
out_sample
;
in resampler_basic_direct_single()
394
int
out_sample
= 0;
in resampler_basic_direct_double()
local
404
while (!(last_sample >= (spx_int32_t)*in_len ||
out_sample
>= (spx_int32_t)*out_len))
in resampler_basic_direct_double()
424
out[out_stride *
out_sample
++] = PSHR32(sum, 15);
in resampler_basic_direct_double()
436
return
out_sample
;
in resampler_basic_direct_double()
443
int
out_sample
= 0;
in resampler_basic_interpolate_single()
local
452
while (!(last_sample >= (spx_int32_t)*in_len ||
out_sample
>
in resampler_basic_interpolate_single()
506
int
out_sample
= 0;
resampler_basic_interpolate_double()
local
569
int
out_sample
= 0;
resampler_basic_zero()
local
884
int
out_sample
= 0;
speex_resampler_process_native()
local
[all...]
/third_party/ffmpeg/libavfilter/
H
A
D
af_asubboost.c
133
double
out_sample
, boost;
in filter_channels()
local
135
out_sample
= src[n] * b0 + w[0];
in filter_channels()
136
w[0] = b1 * src[n] + w[1] + a1 *
out_sample
;
in filter_channels()
137
w[1] = b2 * src[n] + a2 *
out_sample
;
in filter_channels()
139
buffer[write_pos] = buffer[write_pos] * decay +
out_sample
* feedback;
in filter_channels()
/third_party/ffmpeg/libavcodec/
H
A
D
mfenc.c
407
static int mf_receive_sample(AVCodecContext *avctx, IMFSample **
out_sample
)
in mf_receive_sample()
argument
417
*
out_sample
= NULL;
in mf_receive_sample()
449
*
out_sample
= out_buffers.pSample;
in mf_receive_sample()
483
if (ret >= 0 && !*
out_sample
)
in mf_receive_sample()
Completed in 4 milliseconds