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

/frameworks/av/services/audioflinger/
H A DTracks.cpp203 NBAIO_Format pipeFormat = Format_from_SR_C(mSampleRate, mChannelCount, mFormat); local
204 if (Format_isValid(pipeFormat)) {
205 Pipe *pipe = new Pipe(mTeeSinkTrackFrames, pipeFormat);
207 const NBAIO_Format offers[1] = {pipeFormat};

Completed in 59 milliseconds