Home
last modified time | relevance | path

Searched defs:bufIn (Results 1 – 7 of 7) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audioeffect/test/unittest/effect_unit_test/src/
Daudio_effect_chain_manager_unit_test.cpp337 float* bufIn; variable
365 float* bufIn; variable
393 float* bufIn; variable
421 float* bufIn; variable
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
Daudio_effect_chain_adapter.h28 float *bufIn; member
Daudio_effect_chain_manager.h82 float *bufIn; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dzip_file.cpp446 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/
Dzip_file.cpp463 BytePtr bufIn = new (std::nothrow) Byte[UNZIP_BUF_IN_LEN]; in InitZStream() local
502 BytePtr bufIn = zstream.next_in; in UnzipWithInflated() local
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
Dzip_file.cpp754 BytePtr bufIn = new (std::nothrow) Byte[UNZIP_BUF_IN_LEN]; in InitZStream() local
793 BytePtr bufIn = zstream.next_in; in UnzipWithInflated() local
936 BytePtr bufIn = zstream.next_in; in UnzipWithInflatedFromMMap() local
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
Daudio_effect_chain.cpp246 void AudioEffectChain::ApplyEffectChain(float *bufIn, float *bufOut, uint32_t frameLen, AudioEffect… in ApplyEffectChain()