Home
last modified time | relevance | path

Searched refs:_leftChannel (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
DChannel.cc86 if (_leftChannel) { in SendData()
88 _leftChannel = false; in SendData()
92 _leftChannel = true; in SendData()
233 _leftChannel(true), in Channel()
DChannel.h111 bool _leftChannel; variable