Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/test/unittest/effect_unit_test/src/
H A Daudio_effect_chain_manager_unit_test.cpp338 float* bufOut; variable
366 float* bufOut; variable
394 float* bufOut; variable
422 float* bufOut; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_effect_chain_adapter.h29 float *bufOut; member
H A Daudio_effect_chain_manager.h84 float *bufOut; member
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp440 BytePtr bufOut = new (std::nothrow) Byte[UNZIP_BUF_OUT_LEN]; in InitZStream() local
487 BytePtr bufOut = zstream.next_out; in UnzipWithInflated() local
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp748 BytePtr bufOut = new (std::nothrow) Byte[UNZIP_BUF_OUT_LEN]; in InitZStream() local
794 BytePtr bufOut = zstream.next_out; in UnzipWithInflated() local
937 BytePtr bufOut = zstream.next_out; in UnzipWithInflatedFromMMap() local
982 BytePtr bufOut, uint8_t &errorTimes) const in CopyInflateOut()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp457 BytePtr bufOut = new (std::nothrow) Byte[UNZIP_BUF_OUT_LEN]; in InitZStream() local
503 BytePtr bufOut = zstream.next_out; in UnzipWithInflated() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain.cpp247 void AudioEffectChain::ApplyEffectChain(float *bufIn, float *bufOut, uint32_t frameLen, AudioEffect… in ApplyEffectChain()