HomeSort by relevance Sort by last modified time
    Searched full:scoped_ptr (Results 251 - 275 of 1384) sorted by null

<<11121314151617181920>>

  /external/libchrome/base/process/
process_metrics.cc 34 scoped_ptr<Value> SystemMetrics::ToValue() const {
35 scoped_ptr<DictionaryValue> res(new DictionaryValue());
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturerfactory.cc 30 #include "webrtc/base/scoped_ptr.h"
35 rtc::scoped_ptr<WebRtcVideoCapturer> capturer(
  /external/webrtc/webrtc/api/objc/
RTCIceCandidate.mm 55 - (rtc::scoped_ptr<webrtc::IceCandidateInterface>)nativeCandidate {
67 return rtc::scoped_ptr<webrtc::IceCandidateInterface>(candidate);
RTCVideoFrame.mm 13 #include "webrtc/base/scoped_ptr.h"
18 rtc::scoped_ptr<cricket::VideoFrame> _videoFrame;
  /external/webrtc/webrtc/audio/
audio_send_stream.h 17 #include "webrtc/base/scoped_ptr.h"
54 rtc::scoped_ptr<voe::ChannelProxy> channel_proxy_;
  /external/webrtc/webrtc/base/
asyncudpsocket.h 15 #include "webrtc/base/scoped_ptr.h"
59 scoped_ptr<AsyncSocket> socket_;
dbus_unittest.cc 54 rtc::scoped_ptr<rtc::DBusMonitor> monitor;
86 rtc::scoped_ptr<rtc::DBusMonitor> monitor;
103 rtc::scoped_ptr<rtc::DBusMonitor> monitor1;
108 rtc::scoped_ptr<rtc::DBusMonitor> monitor2;
132 rtc::scoped_ptr<rtc::DBusMonitor> monitor;
154 rtc::scoped_ptr<rtc::DBusMonitor> monitor;
173 rtc::scoped_ptr<rtc::DBusMonitor> monitor;
197 rtc::scoped_ptr<rtc::DBusMonitor> monitor;
logsinks.h 19 #include "webrtc/base/scoped_ptr.h"
49 scoped_ptr<FileRotatingStream> stream_;
  /external/webrtc/webrtc/common_audio/
audio_converter.h 15 #include "webrtc/base/scoped_ptr.h"
29 static rtc::scoped_ptr<AudioConverter> Create(size_t src_channels,
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receive_test_oldapi.h 17 #include "webrtc/base/scoped_ptr.h"
64 rtc::scoped_ptr<AudioCodingModule> acm_;
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_external_decoder_test.h 16 #include "webrtc/base/scoped_ptr.h"
58 rtc::scoped_ptr<NetEq> neteq_;
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_suppression_test.cc 19 #include "webrtc/base/scoped_ptr.h"
86 rtc::scoped_ptr<int16_t[]> tmpbuf;
108 rtc::scoped_ptr<int16_t[]> ibuf(new int16_t[detection_buffer_size]);
116 rtc::scoped_ptr<int16_t[]> ibuf(new int16_t[audio_buffer_size]);
130 rtc::scoped_ptr<int16_t[]> ibuf(new int16_t[num_channels * num_samples]);
185 rtc::scoped_ptr<int16_t[]> audio_buffer_i(
187 rtc::scoped_ptr<float[]> audio_buffer_f(
190 rtc::scoped_ptr<float[]> detection_buffer, reference_buffer;
  /external/webrtc/webrtc/modules/audio_processing/vad/
pitch_based_vad.h 14 #include "webrtc/base/scoped_ptr.h"
53 rtc::scoped_ptr<VadCircularBuffer> circular_buffer_;
voice_activity_detector.h 16 #include "webrtc/base/scoped_ptr.h"
61 rtc::scoped_ptr<StandaloneVad> standalone_vad_;
  /external/webrtc/webrtc/modules/desktop_capture/
shared_desktop_frame.cc 13 #include "webrtc/base/scoped_ptr.h"
42 rtc::scoped_ptr<DesktopFrame> frame_;
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.h 18 #include "webrtc/base/scoped_ptr.h"
76 rtc::scoped_ptr<Differ> differ_;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.h 58 rtc::scoped_ptr<AimdRateControl> remote_rate_ GUARDED_BY(crit_sect_.get());
60 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.h 18 #include "webrtc/base/scoped_ptr.h"
92 rtc::scoped_ptr<rtcp::TransportFeedback> transport_feedback_;
rtp_header_parser.cc 12 #include "webrtc/base/scoped_ptr.h"
33 rtc::scoped_ptr<CriticalSectionWrapper> critical_section_;
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc 178 rtc::scoped_ptr<TestRtpFeedback> rtp_feedback1_;
179 rtc::scoped_ptr<TestRtpFeedback> rtp_feedback2_;
180 rtc::scoped_ptr<ReceiveStatistics> receive_statistics1_;
181 rtc::scoped_ptr<ReceiveStatistics> receive_statistics2_;
182 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry1_;
183 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry2_;
184 rtc::scoped_ptr<RtpReceiver> rtp_receiver1_;
185 rtc::scoped_ptr<RtpReceiver> rtp_receiver2_;
  /external/webrtc/webrtc/modules/video_processing/
frame_preprocessor.h 14 #include "webrtc/base/scoped_ptr.h"
77 rtc::scoped_ptr<VideoDenoiser> denoiser_;
  /external/webrtc/webrtc/p2p/base/
stunserver.h 16 #include "webrtc/base/scoped_ptr.h"
61 rtc::scoped_ptr<rtc::AsyncUDPSocket> socket_;
  /external/webrtc/webrtc/system_wrappers/include/
aligned_malloc.h 49 // Deleter for use with scoped_ptr. E.g., use as
50 // scoped_ptr<Foo, AlignedFreeDeleter> foo;
  /external/webrtc/webrtc/video/
vie_remb.h 18 #include "webrtc/base/scoped_ptr.h"
61 rtc::scoped_ptr<CriticalSectionWrapper> list_crit_;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
progress_monitor.ipp 26 #include <boost/scoped_ptr.hpp>
49 scoped_ptr<progress_display> m_progress_display;

Completed in 815 milliseconds

<<11121314151617181920>>