Searched refs:streamP (Results 1 – 1 of 1) sorted by relevance
103 AudioStream *streamP = nullptr; in openStream() local147 streamP = static_cast<AudioStream *>(filterStream); in openStream()152 if (streamP == nullptr) { in openStream()153 streamP = build(); in openStream()154 if (streamP == nullptr) { in openStream()159 result = streamP->open(); // TODO review API in openStream()164 if (streamP->getDirection() == Direction::Input) { in openStream()167 optimalBufferSize = streamP->getBufferCapacityInFrames(); in openStream()168 } else if (streamP->getPerformanceMode() == PerformanceMode::LowLatency in openStream()169 && streamP->getDirection() == Direction::Output) { // Output check is redundant. in openStream()[all …]