HomeSort by relevance Sort by last modified time
    Searched refs:scoped_ptr (Results 101 - 125 of 984) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame_win.h 16 #include "webrtc/base/scoped_ptr.h"
41 rtc::scoped_ptr<SharedMemory> owned_shared_memory_;
screen_capture_frame_queue.h 14 #include "webrtc/base/scoped_ptr.h"
67 rtc::scoped_ptr<SharedDesktopFrame> frames_[kQueueLength];
screen_capturer_helper.h 14 #include "webrtc/base/scoped_ptr.h"
73 rtc::scoped_ptr<RWLockWrapper> invalid_region_lock_;
mouse_cursor_monitor_unittest.cc 14 #include "webrtc/base/scoped_ptr.h"
43 rtc::scoped_ptr<MouseCursor> cursor_image_;
65 rtc::scoped_ptr<MouseCursorMonitor> capturer(
89 rtc::scoped_ptr<WindowCapturer> window_capturer(
104 rtc::scoped_ptr<MouseCursorMonitor> capturer(
119 rtc::scoped_ptr<MouseCursorMonitor> capturer(
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
rate_statistics.h 14 #include "webrtc/base/scoped_ptr.h"
37 rtc::scoped_ptr<size_t[]> buckets_;
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
remote_ntp_time_estimator.h 14 #include "webrtc/base/scoped_ptr.h"
43 rtc::scoped_ptr<TimestampExtrapolator> ts_extrapolator_;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
ssrc_database.h 17 #include "webrtc/base/scoped_ptr.h"
45 rtc::scoped_ptr<CriticalSectionWrapper> crit_;
  /external/webrtc/webrtc/modules/utility/include/mock/
mock_process_thread.h 32 void PostTask(rtc::scoped_ptr<ProcessTask> task) override {
  /external/webrtc/webrtc/modules/video_coding/
timestamp_map.h 14 #include "webrtc/base/scoped_ptr.h"
39 rtc::scoped_ptr<TimestampDataTuple[]> ring_buffer_;
receiver.h 38 rtc::scoped_ptr<EventWrapper> receiver_event,
39 rtc::scoped_ptr<EventWrapper> jitter_buffer_event);
86 rtc::scoped_ptr<EventWrapper> render_wait_event_;
  /external/webrtc/webrtc/video/
video_quality_test.h 106 rtc::scoped_ptr<test::VideoCapturer> capturer_;
107 rtc::scoped_ptr<test::TraceToStderr> trace_to_stderr_;
108 rtc::scoped_ptr<test::FrameGenerator> frame_generator_;
109 rtc::scoped_ptr<VideoEncoder> encoder_;
video_capture_input.h 19 #include "webrtc/base/scoped_ptr.h"
68 rtc::scoped_ptr<CriticalSectionWrapper> capture_cs_;
76 rtc::scoped_ptr<CriticalSectionWrapper> incoming_frame_cs_;
90 rtc::scoped_ptr<OveruseFrameDetector> overuse_detector_;
video_receive_stream.h 16 #include "webrtc/base/scoped_ptr.h"
88 rtc::scoped_ptr<IncomingVideoStream> incoming_video_stream_;
89 rtc::scoped_ptr<ReceiveStatisticsProxy> stats_proxy_;
90 rtc::scoped_ptr<ViEChannel> vie_channel_;
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
resolver_service_base.hpp 23 #include "asio/detail/scoped_ptr.hpp"
103 asio::detail::scoped_ptr<asio::io_service> work_io_service_;
109 asio::detail::scoped_ptr<asio::io_service::work> work_;
112 asio::detail::scoped_ptr<asio::detail::thread> work_thread_;
  /external/webrtc/webrtc/audio/
audio_receive_stream.h 48 void SetSink(rtc::scoped_ptr<AudioSinkInterface> sink) override;
59 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_;
60 rtc::scoped_ptr<voe::ChannelProxy> channel_proxy_;
  /external/webrtc/webrtc/base/
messagehandler.h 17 #include "webrtc/base/scoped_ptr.h"
53 // Specialization for rtc::scoped_ptr<ReturnT>.
55 class FunctorMessageHandler<class rtc::scoped_ptr<ReturnT>, FunctorT>
60 rtc::scoped_ptr<ReturnT> result() { return std::move(result_); }
64 rtc::scoped_ptr<ReturnT> result_;
nat_unittest.cc 181 scoped_ptr<PhysicalSocketServer> pss(new PhysicalSocketServer());
182 scoped_ptr<AsyncSocket> client(pss->CreateAsyncSocket(src.family(),
184 scoped_ptr<AsyncSocket> server(pss->CreateAsyncSocket(src.family(),
247 scoped_ptr<PhysicalSocketServer> int_pss(new PhysicalSocketServer());
248 scoped_ptr<PhysicalSocketServer> ext_pss(new PhysicalSocketServer());
277 scoped_ptr<SocketServer> ss_;
283 scoped_ptr<TestVirtualSocketServer> int_vss(new TestVirtualSocketServer(
285 scoped_ptr<TestVirtualSocketServer> ext_vss(new TestVirtualSocketServer(
354 rtc::scoped_ptr<TestVirtualSocketServer> int_vss_;
355 rtc::scoped_ptr<TestVirtualSocketServer> ext_vss_
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmpplogintask.h 20 #include "webrtc/base/scoped_ptr.h"
73 rtc::scoped_ptr<XmlElement> pelFeatures_;
76 rtc::scoped_ptr<std::vector<XmlElement *> > pvecQueuedStanzas_;
78 rtc::scoped_ptr<SaslMechanism> sasl_mech_;
  /external/webrtc/webrtc/modules/audio_processing/agc/
agc_manager_direct.h 14 #include "webrtc/base/scoped_ptr.h"
84 rtc::scoped_ptr<Agc> agc_;
100 rtc::scoped_ptr<DebugFile> file_preproc_;
101 rtc::scoped_ptr<DebugFile> file_postproc_;
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_detector_unittest.cc 17 #include "webrtc/base/scoped_ptr.h"
52 rtc::scoped_ptr<FileWrapper> detect_file(FileWrapper::Create());
69 rtc::scoped_ptr<FileWrapper> audio_file(FileWrapper::Create());
81 rtc::scoped_ptr<float[]> buffer(new float[buffer_length]);
  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_audio_proc.h 14 #include "webrtc/base/scoped_ptr.h"
82 rtc::scoped_ptr<PitchAnalysisStruct> pitch_analysis_handle_;
83 rtc::scoped_ptr<PreFiltBankstr> pre_filter_handle_;
84 rtc::scoped_ptr<PoleZeroFilter> high_pass_filter_;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
send_side.h 37 rtc::scoped_ptr<BitrateController> bitrate_controller_;
38 rtc::scoped_ptr<RemoteBitrateEstimator> rbe_;
39 rtc::scoped_ptr<RtcpBandwidthObserver> feedback_observer_;
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.h 35 void PostTask(rtc::scoped_ptr<ProcessTask> task) override;
72 const rtc::scoped_ptr<EventWrapper> wake_up_;
73 // TODO(pbos): Remove scoped_ptr and stop recreating the thread.
74 rtc::scoped_ptr<rtc::PlatformThread> thread_;
  /external/webrtc/webrtc/voice_engine/
channel_manager.h 17 #include "webrtc/base/scoped_ptr.h"
65 const rtc::scoped_ptr<Channel> channel;
126 rtc::scoped_ptr<CriticalSectionWrapper> lock_;
130 rtc::scoped_ptr<RtcEventLog> event_log_;
  /external/webrtc/talk/app/webrtc/
dtlsidentitystore.h 38 #include "webrtc/base/scoped_ptr.h"
58 // |identity| is a scoped_ptr because rtc::SSLIdentity is not copyable and the
60 virtual void OnSuccess(rtc::scoped_ptr<rtc::SSLIdentity> identity) = 0;
123 rtc::scoped_ptr<rtc::SSLIdentity> identity);
132 rtc::scoped_ptr<rtc::SSLIdentity> identity)
136 rtc::scoped_ptr<rtc::SSLIdentity> identity_;
156 rtc::scoped_ptr<rtc::SSLIdentity> free_identity_;

Completed in 1776 milliseconds

1 2 3 45 6 7 8 91011>>