Lines Matching refs:SPDIFEncoder
30 const unsigned short SPDIFEncoder::kSPDIFSync1 = 0xF872; // Pa
31 const unsigned short SPDIFEncoder::kSPDIFSync2 = 0x4E1F; // Pb
36 SPDIFEncoder::SPDIFEncoder(audio_format_t format) in SPDIFEncoder() function in android::SPDIFEncoder
75 SPDIFEncoder::SPDIFEncoder() in SPDIFEncoder() function in android::SPDIFEncoder
76 : SPDIFEncoder(AUDIO_FORMAT_AC3) in SPDIFEncoder()
80 SPDIFEncoder::~SPDIFEncoder() in ~SPDIFEncoder()
86 bool SPDIFEncoder::isFormatSupported(audio_format_t format) in isFormatSupported()
99 int SPDIFEncoder::getBytesPerOutputFrame() in getBytesPerOutputFrame()
104 void SPDIFEncoder::writeBurstBufferShorts(const uint16_t *buffer, size_t numShorts) in writeBurstBufferShorts()
127 void SPDIFEncoder::writeBurstBufferBytes(const uint8_t *buffer, size_t numBytes) in writeBurstBufferBytes()
152 void SPDIFEncoder::sendZeroPad() in sendZeroPad()
168 void SPDIFEncoder::reset() in reset()
179 void SPDIFEncoder::flushBurstBuffer() in flushBurstBuffer()
193 void SPDIFEncoder::clearBurstBuffer() in clearBurstBuffer()
201 void SPDIFEncoder::startDataBurst() in startDataBurst()
219 size_t SPDIFEncoder::startSyncFrame() in startSyncFrame()
228 ssize_t SPDIFEncoder::write( const void *buffer, size_t numBytes ) in write()