Searched refs:bufferSizeBytes (Results 1 – 2 of 2) sorted by relevance
170 size_t bufferSizeBytes = descriptor->capacityInFrames * descriptor->bytesPerFrame; in configure() local171 memset(descriptor->dataAddress, 0, bufferSizeBytes); in configure()
73 public int bufferSizeBytes = 1 << 17; field in ScreenInternalAudioRecorder.Config82 + "\n bufferSize=" + bufferSizeBytes in toString()