HomeSort by relevance Sort by last modified time
    Searched refs:webrtc (Results 1 - 25 of 2032) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_neteq_unittest.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
13 namespace webrtc { namespace
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
audio_decoder_isacfix.cc 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/modules/audio_coding/codecs/isac/fix/include/audio_decoder_isacfix.h"
13 #include "webrtc/modules/audio_coding/codecs/isac/audio_decoder_isac_t_impl.h"
15 namespace webrtc { namespace
20 } // namespace webrtc
audio_encoder_isacfix.cc 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/modules/audio_coding/codecs/isac/fix/include/audio_encoder_isacfix.h"
13 #include "webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h"
15 namespace webrtc { namespace
20 } // namespace webrtc
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
audio_decoder_isac.cc 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/modules/audio_coding/codecs/isac/main/include/audio_decoder_isac.h"
13 #include "webrtc/modules/audio_coding/codecs/isac/audio_decoder_isac_t_impl.h"
15 namespace webrtc { namespace
20 } // namespace webrtc
audio_encoder_isac.cc 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/modules/audio_coding/codecs/isac/main/include/audio_encoder_isac.h"
13 #include "webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h"
15 namespace webrtc { namespace
20 } // namespace webrtc
  /external/webrtc/webrtc/modules/audio_device/android/
ensure_initialized.h 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
11 namespace webrtc { namespace
17 } // namespace webrtc
  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 #include "webrtc/common.h"
17 #include "webrtc/common_types.h"
18 #include "webrtc/engine_configurations.h"
19 #include "webrtc/voice_engine/include/voe_audio_processing.h"
20 #include "webrtc/voice_engine/include/voe_base.h"
21 #include "webrtc/voice_engine/include/voe_codec.h"
22 #include "webrtc/voice_engine/include/voe_dtmf.h"
23 #include "webrtc/voice_engine/include/voe_errors.h"
24 #include "webrtc/voice_engine/include/voe_external_media.h
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
logcat_trace_context.cc 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/system_wrappers/include/logcat_trace_context.h"
16 #include "webrtc/system_wrappers/include/logging.h"
18 namespace webrtc { namespace
23 // to DEBUG because they are highly verbose in webrtc code (which is
26 case webrtc::kTraceStateInfo: return ANDROID_LOG_DEBUG;
27 case webrtc::kTraceWarning: return ANDROID_LOG_WARN;
28 case webrtc::kTraceError: return ANDROID_LOG_ERROR;
29 case webrtc::kTraceCritical: return ANDROID_LOG_FATAL;
30 case webrtc::kTraceApiCall: return ANDROID_LOG_VERBOSE
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCEnumConverter.mm 30 #include "talk/app/webrtc/peerconnectioninterface.h"
35 (webrtc::PeerConnectionInterface::IceConnectionState)nativeState {
37 case webrtc::PeerConnectionInterface::kIceConnectionNew:
39 case webrtc::PeerConnectionInterface::kIceConnectionChecking:
41 case webrtc::PeerConnectionInterface::kIceConnectionConnected:
43 case webrtc::PeerConnectionInterface::kIceConnectionCompleted:
45 case webrtc::PeerConnectionInterface::kIceConnectionFailed:
47 case webrtc::PeerConnectionInterface::kIceConnectionDisconnected:
49 case webrtc::PeerConnectionInterface::kIceConnectionClosed:
51 case webrtc::PeerConnectionInterface::kIceConnectionMax
    [all...]
RTCEnumConverter.h 33 #import "talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h"
39 (webrtc::PeerConnectionInterface::IceConnectionState)nativeState;
42 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState;
45 (webrtc::PeerConnectionInterface::SignalingState)nativeState;
47 + (webrtc::PeerConnectionInterface::StatsOutputLevel)
51 (webrtc::MediaSourceInterface::SourceState)nativeState;
53 + (webrtc::MediaStreamTrackInterface::TrackState)convertTrackStateToNative:
57 (webrtc::MediaStreamTrackInterface::TrackState)nativeState;
60 (webrtc::PeerConnectionInterface::IceTransportsType)nativeEnum;
62 + (webrtc::PeerConnectionInterface::IceTransportsType)nativeEnumForIceTransportsType
    [all...]
  /external/webrtc/talk/app/webrtc/test/
androidtestinitializer.h 31 namespace webrtc { namespace
35 } // namespace webrtc
  /external/webrtc/talk/media/webrtc/
webrtcvideodecoderfactory.h 31 #include "webrtc/base/refcount.h"
32 #include "webrtc/common_types.h"
34 namespace webrtc { namespace
44 virtual webrtc::VideoDecoder* CreateVideoDecoder(
45 webrtc::VideoCodecType type) = 0;
48 virtual void DestroyVideoDecoder(webrtc::VideoDecoder* decoder) = 0;
fakewebrtccall.h 31 // webrtc::Call
32 // webrtc::AudioSendStream
33 // webrtc::AudioReceiveStream
34 // webrtc::VideoSendStream
35 // webrtc::VideoReceiveStream
42 #include "webrtc/call.h"
43 #include "webrtc/audio_receive_stream.h"
44 #include "webrtc/audio_send_stream.h"
45 #include "webrtc/video_frame.h"
46 #include "webrtc/video_receive_stream.h
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
nack_fec_tables.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
14 namespace webrtc { namespace
29 } // namespace webrtc
  /external/webrtc/webrtc/system_wrappers/include/
sleep.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
15 namespace webrtc { namespace
22 } // namespace webrtc
  /external/webrtc/webrtc/test/
constants.cc 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/test/constants.h"
13 namespace webrtc { namespace
20 } // namespace webrtc
constants.h 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
11 namespace webrtc { namespace
18 } // namespace webrtc
run_loop.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
13 namespace webrtc { namespace
20 } // namespace webrtc
  /external/webrtc/webrtc/test/testsupport/
always_passing_unittest.cc 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
13 namespace webrtc { namespace
19 } // namespace webrtc
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp.h 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
29 webrtc::Clock* clock,
30 webrtc::RemoteBitrateObserver* observer,
31 webrtc::test::RtpFileReader** rtp_reader,
32 webrtc::RtpHeaderParser** parser,
33 webrtc::RemoteBitrateEstimator** estimator,
  /external/webrtc/webrtc/modules/video_capture/mac/
video_capture_mac.mm 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
18 #include "webrtc/modules/video_capture/device_info_impl.h"
19 #include "webrtc/modules/video_capture/video_capture_config.h"
20 #include "webrtc/modules/video_capture/video_capture_impl.h"
21 #include "webrtc/system_wrappers/include/ref_count.h"
22 #include "webrtc/system_wrappers/include/trace.h"
30 #include "webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit.h"
31 #include "webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_info.h"
34 namespace webrtc
50 WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceVideoCapture, 0
    [all...]
  /external/webrtc/webrtc/tools/force_mic_volume_max/
force_mic_volume_max.cc 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
15 #include "webrtc/base/scoped_ptr.h"
16 #include "webrtc/test/channel_transport/channel_transport.h"
17 #include "webrtc/voice_engine/include/voe_audio_processing.h"
18 #include "webrtc/voice_engine/include/voe_base.h"
19 #include "webrtc/voice_engine/include/voe_volume_control.h"
22 webrtc::VoiceEngine* voe = webrtc::VoiceEngine::Create();
28 webrtc::VoEBase* base = webrtc::VoEBase::GetInterface(voe)
    [all...]
  /external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/src/org/webrtc/voiceengine/
AudioDeviceAndroid.java 1 ../../../../../../../source/android/org/webrtc/voiceengine/AudioDeviceAndroid.java
  /external/webrtc/webrtc/modules/video_coding/codecs/test/mock/
mock_packet_manipulator.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/modules/video_coding/codecs/test/packet_manipulator.h"
19 #include "webrtc/typedefs.h"
20 #include "webrtc/video_frame.h"
22 namespace webrtc { namespace
27 MOCK_METHOD1(ManipulatePackets, int(webrtc::EncodedImage* encoded_image));
31 } // namespace webrtc
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.h 32 #include "talk/app/webrtc/java/jni/jni_helpers.h"
33 #include "talk/media/webrtc/webrtcvideodecoderfactory.h"
47 webrtc::VideoDecoder* CreateVideoDecoder(webrtc::VideoCodecType type)
50 void DestroyVideoDecoder(webrtc::VideoDecoder* decoder) override;
54 std::vector<webrtc::VideoCodecType> supported_codec_types_;

Completed in 465 milliseconds

1 2 3 4 5 6 7 8 91011>>