Home
last modified time | relevance | path

Searched refs:frameCountIgnoreChannel_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp853 frameCountIgnoreChannel_ = bufferLen / static_cast<uint32_t>(formatByteSize_); in CheckAudioData()
854 if (cacheAudioData_.capacity() < frameCountIgnoreChannel_) { in CheckAudioData()
856 cacheAudioData_.reserve(frameCountIgnoreChannel_); in CheckAudioData()
864 MemcpyToI32FromI24(buffer, cache, frameCountIgnoreChannel_); in CheckAudioData()
867 MemcpyToI32FromI16(cp, cache, frameCountIgnoreChannel_); in CheckAudioData()
869 if (DetectSignalData(cache, frameCountIgnoreChannel_)) { in CheckAudioData()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h342 size_t frameCountIgnoreChannel_; member

Completed in 4 milliseconds