Home
last modified time | relevance | path

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

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