Searched refs:SAMPLEFORMAT_INFOS (Results 1 – 1 of 1) sorted by relevance
22 const std::map<Plugins::AudioSampleFormat, int32_t> SAMPLEFORMAT_INFOS = { variable52 if (SAMPLEFORMAT_INFOS.count(sampleFormat) != 0) { in AudioSampleFormatToBitDepth()53 return SAMPLEFORMAT_INFOS.at(sampleFormat); in AudioSampleFormatToBitDepth()