Searched refs:kSpdifEncodedChannelCount (Results 1 – 5 of 5) sorted by relevance
64 * kSpdifEncodedChannelCount in SPDIFEncoder()100 return kSpdifEncodedChannelCount * sizeof(int16_t); in getBytesPerOutputFrame()167 * kSpdifEncodedChannelCount; in sendZeroPad()
34 virtual int getMaxChannels() const { return kSpdifEncodedChannelCount; } // IEC61937 in getMaxChannels()
31 , mBurstDataBuffer(sizeof(uint16_t) * kSpdifEncodedChannelCount in SPDIFDecoder()
21 inline constexpr uint32_t kSpdifEncodedChannelCount = 2u; variable
59 mFramer->getSampleFramesPerSyncFrame() * kSpdifEncodedChannelCount * sizeof(int16_t))) { in MySPDIFDecoder()