Lines Matching refs:SPDIFEncoder
33 SPDIFEncoder::SPDIFEncoder(audio_format_t format) in SPDIFEncoder() function in android::SPDIFEncoder
73 SPDIFEncoder::SPDIFEncoder() in SPDIFEncoder() function in android::SPDIFEncoder
74 : SPDIFEncoder(AUDIO_FORMAT_AC3) in SPDIFEncoder()
78 SPDIFEncoder::~SPDIFEncoder() in ~SPDIFEncoder()
84 bool SPDIFEncoder::isFormatSupported(audio_format_t format) in isFormatSupported()
98 int SPDIFEncoder::getBytesPerOutputFrame() in getBytesPerOutputFrame()
103 bool SPDIFEncoder::wouldOverflowBuffer(size_t numBytes) const { in wouldOverflowBuffer()
109 void SPDIFEncoder::writeBurstBufferShorts(const uint16_t *buffer, size_t numShorts) in writeBurstBufferShorts()
133 void SPDIFEncoder::writeBurstBufferBytes(const uint8_t *buffer, size_t numBytes) in writeBurstBufferBytes()
163 void SPDIFEncoder::sendZeroPad() in sendZeroPad()
179 void SPDIFEncoder::reset() in reset()
190 void SPDIFEncoder::flushBurstBuffer() in flushBurstBuffer()
213 void SPDIFEncoder::clearBurstBuffer() in clearBurstBuffer()
221 void SPDIFEncoder::startDataBurst() in startDataBurst()
239 size_t SPDIFEncoder::startSyncFrame() in startSyncFrame()
255 ssize_t SPDIFEncoder::write( const void *buffer, size_t numBytes ) in write()