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:speex_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H
A
D
audio_resample.cpp
32
AudioResample::AudioResample(uint32_t channels, uint32_t inRate, uint32_t outRate, int32_t quantity) :
speex_
(nullptr)
in AudioResample()
36
speex_
= std::make_unique<SpeexResample>();
in AudioResample()
37
speex_
->channelCount_ = channels;
in AudioResample()
38
speex_
->resampler = speex_resampler_init(channels, inRate, outRate, quantity, &error);
in AudioResample()
39
if (
speex_
->resampler) {
in AudioResample()
40
speex_resampler_skip_zeros(
speex_
->resampler);
in AudioResample()
43
speex_
= nullptr;
in AudioResample()
50
if (
speex_
) {
58
if (!
speex_
) {
in ~AudioResample()
62
if (!
speex_
in ~AudioResample()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H
A
D
audio_resample.h
31
std::unique_ptr<SpeexResample>
speex_
;
member in OHOS::AudioStandard::AudioResample
Completed in 1 milliseconds