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