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:pcmData
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H
A
D
a2dp_decoder_sbc.cpp
51
uint8_t
pcmData
[CODEC_BUFFER_SIZE4K];
in DecodePacket()
local
58
(void)memset_s(
pcmData
, CODEC_BUFFER_SIZE4K, 0, CODEC_BUFFER_SIZE4K);
in DecodePacket()
72
&
pcmData
[count], sizeof(
pcmData
) - count, &len);
in DecodePacket()
84
observer_->DataAvailable(
pcmData
, count);
in DecodePacket()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H
A
D
intell_voice_engine_stub.cpp
165
std::vector<uint8_t>
pcmData
;
in ReadInner()
local
166
int32_t ret = Read(
pcmData
);
in ReadInner()
173
reply.WriteUint32(
pcmData
.size());
in ReadInner()
174
reply.WriteBuffer(
pcmData
.data(),
pcmData
.size());
in ReadInner()
187
std::vector<uint8_t>
pcmData
;
in GetWakeupPcmInner()
local
188
int32_t ret = GetWakeupPcm(
pcmData
);
in GetWakeupPcmInner()
195
reply.WriteUint32(
pcmData
.size());
in GetWakeupPcmInner()
196
reply.WriteBuffer(
pcmData
.data(),
pcmData
in GetWakeupPcmInner()
[all...]
/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/include/
H
A
D
pcm_iterator.h
29
int32_t SetInput(const Array<int16_t> &
pcmData
);
/foundation/ai/intelligent_voice_framework/tests/fuzztest/servicemanager_fuzzer/
H
A
D
servicemanager_fuzzer.cpp
135
std::vector<uint8_t>
pcmData
;
in WakeupEngineFuzzTest()
local
136
wakeEngine->GetWakeupPcm(
pcmData
);
in WakeupEngineFuzzTest()
138
wakeEngine->Read(
pcmData
);
in WakeupEngineFuzzTest()
/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/
H
A
D
servicemanager_fuzzer.cpp
135
std::vector<uint8_t>
pcmData
;
in WakeupEngineFuzzTest()
local
136
wakeEngine->GetWakeupPcm(
pcmData
);
in WakeupEngineFuzzTest()
138
wakeEngine->Read(
pcmData
);
in WakeupEngineFuzzTest()
Completed in 6 milliseconds