Home
last modified time | relevance | path

Searched refs:outBufferBase_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/offlineaudioeffect/src/
H A Doffline_audio_effect_chain_impl.cpp86 outBufferBase_ = clientBufferOut_->GetBase(); in Prepare()
94 CHECK_AND_RETURN_RET_LOG(inBufferBase_ && outBufferBase_ && clientBufferIn_ && clientBufferOut_, in Process()
108 ret = memcpy_s(outBuffer, outSize, outBufferBase_, outSize); in Process()
111 DumpFileUtil::WriteDumpFile(dumpFileOut_, outBufferBase_, outSize); in Process()
123 outBufferBase_ = nullptr; in Release()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/offlineaudioeffect/include/
H A Doffline_audio_effect_chain_impl.h53 uint8_t *outBufferBase_ = nullptr; variable