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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtccommon.h 38 #define WEBRTC_STUB_CONST(method, args) \
fakewebrtcvideoengine.h 784 WEBRTC_STUB_CONST(GetReceiveCodec, (const int, webrtc::VideoCodec&));
785 WEBRTC_STUB_CONST(GetCodecConfigParameters, (const int,
788 WEBRTC_STUB_CONST(GetSendCodecStastistics, (const int,
790 WEBRTC_STUB_CONST(GetReceiveCodecStastistics, (const int,
792 WEBRTC_STUB_CONST(GetReceiveSideDelay, (const int video_channel,
    [all...]
fakewebrtcvoiceengine.h 98 WEBRTC_STUB_CONST(input_sample_rate_hz, ());
99 WEBRTC_STUB_CONST(sample_rate_hz, ());
100 WEBRTC_STUB_CONST(proc_sample_rate_hz, ());
101 WEBRTC_STUB_CONST(proc_split_sample_rate_hz, ());
102 WEBRTC_STUB_CONST(num_input_channels, ());
103 WEBRTC_STUB_CONST(num_output_channels, ());
104 WEBRTC_STUB_CONST(num_reverse_channels, ());
123 WEBRTC_STUB_CONST(stream_delay_ms, ());
128 WEBRTC_STUB_CONST(delay_offset_ms, ());
    [all...]
  /external/chromium_org/third_party/webrtc/test/
fake_common.h 21 #define WEBRTC_STUB_CONST(method, args) \

Completed in 4099 milliseconds