Home
last modified time | relevance | path

Searched defs:numBytesPerBlock (Results 1 – 1 of 1) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/src/
DAudioFile.h591 uint16_t numBytesPerBlock = twoBytesToInt (fileData, f + 20); in decodeWaveFile() local
943 int16_t numBytesPerBlock = getNumChannels() * (bitDepth / 8); in saveToWaveFile() local