Home
last modified time | relevance | path

Searched refs:byteLenPerFrame (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_enhance_chain.cpp39 CHECK_AND_RETURN_RET_LOG(enhanceBufferAttr->byteLenPerFrame != 0 && in GetOneFrameInputData()
40 …enhanceBufferAttr->byteLenPerFrame < MAX_BYTE_LEN_PER_FRAME, ERROR, "byteLenPerFrame is out of ran… in GetOneFrameInputData()
50 it.resize(enhanceBufferAttr->byteLenPerFrame); in GetOneFrameInputData()
60 … for (uint32_t i = 0; i < enhanceBufferAttr->byteLenPerFrame / enhanceBufferAttr->bitDepth; ++i) { in GetOneFrameInputData()
145 uint32_t inputLen = enhanceBufferAttr->byteLenPerFrame * enhanceBufferAttr->batchLen; in ApplyEnhanceChain()
146 uint32_t outputLen = enhanceBufferAttr->byteLenPerFrame * enhanceBufferAttr->outNum; in ApplyEnhanceChain()
H A Daudio_enhance_chain_manager.cpp238 uint32_t totalLen = enhanceBufferAttr->byteLenPerFrame * enhanceBufferAttr->outNum; in ApplyAudioEnhanceChain()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_enhance_chain_adapter.h38 uint32_t byteLenPerFrame; member