Home
last modified time | relevance | path

Searched refs:kSpdifEncodedChannelCount (Results 1 – 5 of 5) sorted by relevance

/system/media/audio_utils/spdif/
DSPDIFEncoder.cpp64 * kSpdifEncodedChannelCount in SPDIFEncoder()
100 return kSpdifEncodedChannelCount * sizeof(int16_t); in getBytesPerOutputFrame()
167 * kSpdifEncodedChannelCount; in sendZeroPad()
DSPDIFFrameScanner.h34 virtual int getMaxChannels() const { return kSpdifEncodedChannelCount; } // IEC61937 in getMaxChannels()
DSPDIFDecoder.cpp31 , mBurstDataBuffer(sizeof(uint16_t) * kSpdifEncodedChannelCount in SPDIFDecoder()
/system/media/audio_utils/include/audio_utils/spdif/
DSPDIF.h21 inline constexpr uint32_t kSpdifEncodedChannelCount = 2u; variable
/system/media/audio_utils/tests/
Dspdif_tests.cpp59 mFramer->getSampleFramesPerSyncFrame() * kSpdifEncodedChannelCount * sizeof(int16_t))) { in MySPDIFDecoder()