Searched defs:is16Bit (Results 1 – 4 of 4) sorted by relevance
120 bool is16Bit = (oboeStream->getFormat() == AudioFormat::I16); in onAudioReady() local
361 bool is16Bit() const { in is16Bit() function
559 bool is16Bit() const { in is16Bit() function
297 bool contains (const typename Traits<T>::IVal& ival, const T& value, bool is16Bit = false, const tc… in contains()