Searched defs:isStereo (Results 1 – 4 of 4) sorted by relevance
72 void SetIsStereo(bool isStereo) { in SetIsStereo()
153 bool isStereo) { in Process()
624 const bool isStereo = (audioFrame->num_channels_ == 2); in GetAudioFrame() local3396 const bool isStereo = (_audioFrame.num_channels_ == 2); in PrepareEncodeAndSend() local
569 …public static int audioInit(int sampleRate, boolean is16Bit, boolean isStereo, int desiredFrames) { in audioInit()