Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp952 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()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h367 size_t frameCountIgnoreChannel_; member