Home
last modified time | relevance | path

Searched refs:SPDIFDecoder (Results 1 – 4 of 4) sorted by relevance

/system/media/audio_utils/spdif/
DSPDIFDecoder.cpp29 SPDIFDecoder::SPDIFDecoder(audio_format_t format) in SPDIFDecoder() function in android::SPDIFDecoder
38 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()
/system/media/audio_utils/include/audio_utils/spdif/
DSPDIFDecoder.h36 class SPDIFDecoder {
38 explicit SPDIFDecoder(audio_format_t format);
39 virtual ~SPDIFDecoder() = default;
/system/media/audio_utils/tests/
Dspdif_tests.cpp54 class MySPDIFDecoder : public SPDIFDecoder {
57 : SPDIFDecoder(format) in MySPDIFDecoder()
63 : SPDIFDecoder(format) in MySPDIFDecoder()
/system/media/audio_utils/
DAndroid.bp220 "spdif/SPDIFDecoder.cpp",