Searched refs:Format_Invalid (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/include/media/nbaio/ |
D | NBAIO.h | 65 extern const NBAIO_Format Format_Invalid; 126 virtual NBAIO_Format format() const { return mNegotiated ? mFormat : Format_Invalid; } in format() 234 …NBAIO_Sink(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesWritten(0) { } in NBAIO_Port() 325 … NBAIO_Source(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0) { } in NBAIO_Port()
|
/frameworks/av/media/libnbaio/ |
D | NBAIO.cpp | 30 const NBAIO_Format Format_Invalid = { 0, 0, AUDIO_FORMAT_INVALID, 0 }; variable 52 return Format_Invalid; in Format_from_SR_C()
|
/frameworks/av/services/audioflinger/ |
D | FastCapture.cpp | 36 readBuffer(NULL), readBufferState(-1), format(Format_Invalid), sampleRate(0), in FastCapture() 102 format = Format_Invalid; in onStateChange()
|
D | FastMixer.cpp | 63 format(Format_Invalid), in FastMixer() 153 format = Format_Invalid; in onStateChange()
|