HomeSort by relevance Sort by last modified time
    Searched refs:_sendFrameType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/
channel.h 584 int32_t _sendFrameType; // Send data is voice, 1-voice, 0-otherwise
channel.cc 165 _sendFrameType = (frameType == 1) ? 1 : 0;
903 _sendFrameType(0),
    [all...]

Completed in 34 milliseconds