Searched refs:pipeFormat (Results 1 – 1 of 1) sorted by relevance
186 NBAIO_Format pipeFormat = Format_from_SR_C(mSampleRate, mChannelCount, mFormat); in TrackBase() local187 if (Format_isValid(pipeFormat)) { in TrackBase()188 Pipe *pipe = new Pipe(mTeeSinkTrackFrames, pipeFormat); in TrackBase()190 const NBAIO_Format offers[1] = {pipeFormat}; in TrackBase()