Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp211 NBAIO_Format pipeFormat = Format_from_SR_C(mSampleRate, mChannelCount, mFormat); in TrackBase() local
212 if (Format_isValid(pipeFormat)) { in TrackBase()
213 Pipe *pipe = new Pipe(mTeeSinkTrackFrames, pipeFormat); in TrackBase()
215 const NBAIO_Format offers[1] = {pipeFormat}; in TrackBase()