Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
Daudio_effect_chain_adapter.h27 float *bufIn; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dzip_file.cpp446 BytePtr bufIn = new 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
706 BytePtr bufIn = zstream.next_in; in UnzipWithInflatedFromMMap() local
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
Daudio_effect_chain_manager.cpp234 void CopyBuffer(const float *bufIn, float *bufOut, uint32_t totalLen) in CopyBuffer()
241 void AudioEffectChain::ApplyEffectChain(float *bufIn, float *bufOut, uint32_t frameLen) in ApplyEffectChain()
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/effect/
Dmodule_effect_sink.c367 float *bufIn, *bufOut; in SinkInputPopCb() local