Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
Daudio_effect_chain_adapter.h28 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.cpp466 BytePtr bufIn = new (std::nothrow) Byte[UNZIP_BUF_IN_LEN]; in InitZStream() local
505 BytePtr bufIn = zstream.next_in; in UnzipWithInflated() local
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
Dzip_file.cpp523 BytePtr bufIn = new (std::nothrow) Byte[UNZIP_BUF_IN_LEN]; in InitZStream() local
562 BytePtr bufIn = zstream.next_in; in UnzipWithInflated() local
707 BytePtr bufIn = zstream.next_in; in UnzipWithInflatedFromMMap() local
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
Daudio_effect_chain_manager.cpp458 void CopyBuffer(const float *bufIn, float *bufOut, uint32_t totalLen) in CopyBuffer()
465 void AudioEffectChain::ApplyEffectChain(float *bufIn, float *bufOut, uint32_t frameLen, in ApplyEffectChain()