Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/common/
DAudioStreamBuilder.cpp103 AudioStream *streamP = nullptr; in openStream() local
147 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 …]