Home
last modified time | relevance | path

Searched refs:bufOut (Results 1 – 13 of 13) 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
344 bufOut = bufOutVector.data();
347 auto eBufferAttr = make_unique<EffectBufferAttr>(bufIn, bufOut, numChans, frameLen);
366 float* bufOut; variable
372 bufOut = bufOutVector.data();
375 auto eBufferAttr = make_unique<EffectBufferAttr>(bufIn, bufOut, numChans, frameLen);
394 float* bufOut; variable
400 bufOut = bufOutVector.data();
403 auto eBufferAttr = make_unique<EffectBufferAttr>(bufIn, bufOut, numChans, frameLen);
422 float* bufOut; variable
[all …]
/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
441 if (bufOut == nullptr) { in InitZStream()
449 delete[] bufOut; in InitZStream()
452 zstream.next_out = bufOut; in InitZStream()
487 BytePtr bufOut = zstream.next_out; in UnzipWithInflated() local
512 dest.write(reinterpret_cast<const char*>(bufOut), inflateLen); in UnzipWithInflated()
513 zstream.next_out = bufOut; in UnzipWithInflated()
535 delete[] bufOut; in UnzipWithInflated()
/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
458 if (bufOut == nullptr) { in InitZStream()
466 delete[] bufOut; in InitZStream()
469 zstream.next_out = bufOut; in InitZStream()
503 BytePtr bufOut = zstream.next_out; in UnzipWithInflated() local
524 dest.write(reinterpret_cast<const char *>(bufOut), inflateLen); in UnzipWithInflated()
525 zstream.next_out = bufOut; in UnzipWithInflated()
545 delete[] bufOut; in UnzipWithInflated()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp749 if (bufOut == nullptr) { in InitZStream()
757 delete[] bufOut; in InitZStream()
760 zstream.next_out = bufOut; in InitZStream()
794 BytePtr bufOut = zstream.next_out; in UnzipWithInflated() local
816 dest.write((const char *)bufOut, inflateLen); in UnzipWithInflated()
817 zstream.next_out = bufOut; in UnzipWithInflated()
837 delete[] bufOut; in UnzipWithInflated()
937 BytePtr bufOut = zstream.next_out; in UnzipWithInflatedFromMMap() local
976 delete[] bufOut; in UnzipWithInflatedFromMMap()
982 BytePtr bufOut, uint8_t &errorTimes) const in CopyInflateOut() argument
[all …]
/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() argument
255 …CHECK_AND_RETURN_LOG(memcpy_s(bufOut, outTotlen, bufIn, outTotlen) == 0, "memcpy error in apply ef… in ApplyEffectChain()
256 DumpFileUtil::WriteDumpFile(dumpFileOutput_, static_cast<void *>(bufOut), outTotlen); in ApplyEffectChain()
279 audioBufOut_.raw = bufOut; in ApplyEffectChain()
282 audioBufIn_.raw = bufOut; in ApplyEffectChain()
290 …CHECK_AND_RETURN_LOG(memcpy_s(bufOut, outTotlen, bufIn, outTotlen) == 0, "memcpy error when last c… in ApplyEffectChain()
293 DumpFileUtil::WriteDumpFile(dumpFileOutput_, static_cast<void *>(bufOut), outTotlen); in ApplyEffectChain()
H A Daudio_effect_chain_adapter.cpp70 …auto eBufferAttr = std::make_unique<EffectBufferAttr>(bufferAttr->bufIn, bufferAttr->bufOut, buffe… in EffectChainManagerProcess()
H A Daudio_effect_chain_manager.cpp496 …CHECK_AND_RETURN_RET_LOG(memcpy_s(bufferAttr->bufOut, totLen, bufferAttr->bufIn, totLen) == 0, ERR… in ApplyAudioEffectChain()
503 …CHECK_AND_RETURN_RET_LOG(memcpy_s(bufferAttr->bufOut, totLen, bufferAttr->bufIn, totLen) == 0, ERR… in ApplyAudioEffectChain()
510 …audioEffectChain->ApplyEffectChain(bufferAttr->bufIn, bufferAttr->bufOut, bufferAttr->frameLen, pr… in ApplyAudioEffectChain()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_effect_chain_manager.h84 float *bufOut; member
88 EffectBufferAttr(float *bufIn, float *bufOut, int numChans, int frameLen) in EffectBufferAttr()
89 : bufIn(bufIn), bufOut(bufOut), numChans(numChans), frameLen(frameLen) in EffectBufferAttr()
H A Daudio_effect_chain_adapter.h29 float *bufOut; member
H A Daudio_effect_chain.h67 …void ApplyEffectChain(float *bufIn, float *bufOut, uint32_t frameLen, AudioEffectProcInfo procInfo…
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Doffline_stream_in_client.h64 std::shared_ptr<AudioSharedMemory> &bufOut);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h330 BytePtr bufOut, uint8_t &errorTimes) const;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c1820 …DoFading(u->bufferAttr->bufOut, outLength, (uint32_t)SAMPLE_F32, (uint32_t)u->ss.channels, fadeDir… in UpdateStreamAvailableMap()
1823 memset_s(u->bufferAttr->bufOut, outLength, 0, outLength); in UpdateStreamAvailableMap()
1847 u->bufferAttr->tempBufOut[k] += u->bufferAttr->bufOut[k]; in PrimaryEffectProcess()
1867 float **buffers[] = { &u->bufferAttr->bufIn, &u->bufferAttr->bufOut, in AllocateEffectBuffer()
1886 float **buffers[] = { &u->bufferAttr->bufIn, &u->bufferAttr->bufOut, in FreeEffectBuffer()