Searched refs:SPDIFDecoder (Results 1 – 4 of 4) sorted by relevance
29 SPDIFDecoder::SPDIFDecoder(audio_format_t format) in SPDIFDecoder() function in android::SPDIFDecoder38 bool SPDIFDecoder::isFormatSupported(audio_format_t format) { in isFormatSupported()49 void SPDIFDecoder::reset() { in reset()59 ssize_t SPDIFDecoder::fillBurstDataBuffer() { in fillBurstDataBuffer()72 ssize_t SPDIFDecoder::read(void *buffer, size_t numBytes) { in read()
36 class SPDIFDecoder {38 explicit SPDIFDecoder(audio_format_t format);39 virtual ~SPDIFDecoder() = default;
54 class MySPDIFDecoder : public SPDIFDecoder {57 : SPDIFDecoder(format) in MySPDIFDecoder()63 : SPDIFDecoder(format) in MySPDIFDecoder()
220 "spdif/SPDIFDecoder.cpp",