Searched refs:SPDIFEncoder (Results 1 – 3 of 3) sorted by relevance
30 const unsigned short SPDIFEncoder::kSPDIFSync1 = 0xF872; // Pa31 const unsigned short SPDIFEncoder::kSPDIFSync2 = 0x4E1F; // Pb36 SPDIFEncoder::SPDIFEncoder(audio_format_t format) in SPDIFEncoder() function in android::SPDIFEncoder75 SPDIFEncoder::SPDIFEncoder() in SPDIFEncoder() function in android::SPDIFEncoder76 : 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()[all …]
13 SPDIFEncoder.cpp
34 class SPDIFEncoder {37 SPDIFEncoder(audio_format_t format);39 SPDIFEncoder();41 virtual ~SPDIFEncoder();