Home
last modified time | relevance | path

Searched refs:inBufferBase_ (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.cpp85 inBufferBase_ = clientBufferIn_->GetBase(); in Prepare()
94 CHECK_AND_RETURN_RET_LOG(inBufferBase_ && outBufferBase_ && clientBufferIn_ && clientBufferOut_, in Process()
102 DumpFileUtil::WriteDumpFile(dumpFileIn_, inBufferBase_, inSize); in Process()
104 int32_t ret = memcpy_s(inBufferBase_, inBufferSize, inBuffer, inSize); in Process()
122 inBufferBase_ = nullptr; in Release()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/offlineaudioeffect/include/
H A Doffline_audio_effect_chain_impl.h52 uint8_t *inBufferBase_ = nullptr; variable