Searched refs:byteLenPerFrame (Results 1 – 3 of 3) sorted by relevance
39 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()
238 uint32_t totalLen = enhanceBufferAttr->byteLenPerFrame * enhanceBufferAttr->outNum; in ApplyAudioEnhanceChain()
38 uint32_t byteLenPerFrame; member