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:bufIn
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H
A
D
audio_effect_chain_adapter.h
28
float *
bufIn
;
member
H
A
D
audio_effect_chain_manager.h
82
float *
bufIn
;
member
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/test/unittest/effect_unit_test/src/
H
A
D
audio_effect_chain_manager_unit_test.cpp
546
float*
bufIn
;
in HWTEST()
local
574
float*
bufIn
;
in HWTEST()
local
602
float*
bufIn
;
in HWTEST()
local
630
float*
bufIn
;
in HWTEST()
local
[all...]
/foundation/multimedia/audio_framework/test/fuzztest/audioeffect_fuzzer/
H
A
D
audio_effect_fuzzer.cpp
115
float*
bufIn
= const_cast<float *>(reinterpret_cast<const float*>(rawData));
in ApplyAudioEffectChainFuzzTest()
local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
zip_file.cpp
446
BytePtr
bufIn
= new (std::nothrow) Byte[UNZIP_BUF_IN_LEN];
in InitZStream()
local
486
BytePtr
bufIn
= zstream.next_in;
in UnzipWithInflated()
local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
zip_file.cpp
463
BytePtr
bufIn
= new (std::nothrow) Byte[UNZIP_BUF_IN_LEN];
in InitZStream()
local
502
BytePtr
bufIn
= zstream.next_in;
in UnzipWithInflated()
local
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H
A
D
audio_effect_chain.cpp
285
void AudioEffectChain::ApplyEffectChain(float *
bufIn
, float *bufOut, uint32_t frameLen, AudioEffectProcInfo procInfo)
in ApplyEffectChain()
argument
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H
A
D
zip_file.cpp
725
BytePtr
bufIn
= new (std::nothrow) Byte[UNZIP_BUF_IN_LEN];
in InitZStream()
local
793
BytePtr
bufIn
= zstream.next_in;
in UnzipWithInflatedFromMMap()
local
Completed in 13 milliseconds