Searched refs:frameCountIgnoreChannel_ (Results 1 – 2 of 2) sorted by relevance
952 frameCountIgnoreChannel_ = bufferLen / static_cast<uint32_t>(formatByteSize_); in CheckAudioData()953 if (cacheAudioData_.capacity() < frameCountIgnoreChannel_) { in CheckAudioData()955 cacheAudioData_.reserve(frameCountIgnoreChannel_); in CheckAudioData()963 MemcpyToI32FromI24(buffer, cache, frameCountIgnoreChannel_); in CheckAudioData()966 MemcpyToI32FromI16(cp, cache, frameCountIgnoreChannel_); in CheckAudioData()968 if (DetectSignalData(cache, frameCountIgnoreChannel_)) { in CheckAudioData()
367 size_t frameCountIgnoreChannel_; member