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

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl_unittest.cc 12 #include "webrtc/base/scoped_ptr.h"
21 rtc::scoped_ptr<AudioProcessing> ap(AudioProcessing::Create());
51 rtc::scoped_ptr<AudioProcessing> ap(AudioProcessing::Create());
  /external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer.cc 77 rtc::scoped_ptr<DesktopFrame> screen_frame(frame);
98 rtc::scoped_ptr<DesktopFrame> window_frame(
  /external/webrtc/webrtc/modules/desktop_capture/win/
cursor_unittest.cc 12 #include "webrtc/base/scoped_ptr.h"
37 rtc::scoped_ptr<MouseCursor> mouse_shape(
65 rtc::scoped_ptr<uint32_t[]> data(new uint32_t[size]);
  /external/webrtc/webrtc/modules/video_coding/
codec_database.h 16 #include "webrtc/base/scoped_ptr.h"
31 rtc::scoped_ptr<VideoCodec> settings;
159 rtc::scoped_ptr<VCMGenericEncoder> ptr_encoder_;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.h 17 #include "webrtc/base/scoped_ptr.h"
112 rtc::scoped_ptr<VideoEncoderFactory> factory_;
113 rtc::scoped_ptr<Config> screensharing_extra_options_;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 15 #include "webrtc/base/scoped_ptr.h"
44 rtc::scoped_ptr<uint8_t[]> frame_buffer_;
184 rtc::scoped_ptr<Vp8UnitTestEncodeCompleteCallback> encode_complete_callback_;
185 rtc::scoped_ptr<Vp8UnitTestDecodeCompleteCallback> decode_complete_callback_;
186 rtc::scoped_ptr<uint8_t[]> source_buffer_;
189 rtc::scoped_ptr<VideoEncoder> encoder_;
190 rtc::scoped_ptr<VideoDecoder> decoder_;
274 rtc::scoped_ptr<uint8_t[]> first_frame_buffer(new uint8_t[length]);
280 rtc::scoped_ptr<uint8_t[]> second_frame_buffer(new uint8_t[length]);
  /external/webrtc/webrtc/p2p/base/
transportdescriptionfactory.cc 28 rtc::scoped_ptr<TransportDescription> desc(new TransportDescription());
62 rtc::scoped_ptr<TransportDescription> desc(new TransportDescription());
relayport_unittest.cc 18 #include "webrtc/base/scoped_ptr.h"
182 rtc::scoped_ptr<rtc::AsyncSocket> tcp_server_socket(
247 rtc::scoped_ptr<rtc::PhysicalSocketServer>
249 rtc::scoped_ptr<rtc::VirtualSocketServer> virtual_socket_server_;
255 rtc::scoped_ptr<cricket::RelayPort> relay_port_;
256 rtc::scoped_ptr<cricket::RelayServer> relay_server_;
  /external/webrtc/webrtc/system_wrappers/include/
data_log_impl.h 26 #include "webrtc/base/scoped_ptr.h"
142 typedef rtc::scoped_ptr<CriticalSectionWrapper> CritSectScopedPtr;
149 // This is a scoped_ptr so that we don't have to create threads in the no-op
151 rtc::scoped_ptr<rtc::PlatformThread> file_writer_thread_;
  /external/webrtc/webrtc/test/
fake_network_pipe_unittest.cc 14 #include "webrtc/base/scoped_ptr.h"
56 rtc::scoped_ptr<uint8_t[]> packet(new uint8_t[kPacketSize]);
67 rtc::scoped_ptr<MockReceiver> receiver_;
77 rtc::scoped_ptr<FakeNetworkPipe> pipe(
117 rtc::scoped_ptr<FakeNetworkPipe> pipe(
151 rtc::scoped_ptr<FakeNetworkPipe> pipe(
175 rtc::scoped_ptr<FakeNetworkPipe> pipe(
205 rtc::scoped_ptr<FakeNetworkPipe> pipe(
264 rtc::scoped_ptr<FakeNetworkPipe> pipe(
rtp_file_writer_unittest.cc 14 #include "webrtc/base/scoped_ptr.h"
46 rtc::scoped_ptr<test::RtpFileReader> rtp_reader(
64 rtc::scoped_ptr<test::RtpFileWriter> rtp_writer_;
frame_generator_unittest.cc 15 #include "webrtc/base/scoped_ptr.h"
49 rtc::scoped_ptr<uint8_t[]> plane_buffer(new uint8_t[y_size]);
91 rtc::scoped_ptr<FrameGenerator> generator(FrameGenerator::CreateFromYuvFile(
99 rtc::scoped_ptr<FrameGenerator> generator(FrameGenerator::CreateFromYuvFile(
112 rtc::scoped_ptr<FrameGenerator> generator(
122 rtc::scoped_ptr<FrameGenerator> generator(FrameGenerator::CreateFromYuvFile(
137 rtc::scoped_ptr<FrameGenerator> generator(FrameGenerator::CreateFromYuvFile(
  /external/webrtc/webrtc/video/
overuse_frame_detector.h 16 #include "webrtc/base/scoped_ptr.h"
154 const rtc::scoped_ptr<SendProcessingUsage> usage_ GUARDED_BY(crit_);
155 const rtc::scoped_ptr<FrameQueue> frame_queue_ GUARDED_BY(crit_);
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
rtp_rtcp_test.cc 38 rtc::scoped_ptr<voetest::CriticalSectionWrapper> crit_;
40 rtc::scoped_ptr<voetest::EventWrapper> changed_ssrc_event_;
  /external/webrtc/talk/app/webrtc/
jsepsessiondescription_unittest.cc 38 #include "webrtc/base/scoped_ptr.h"
47 using rtc::scoped_ptr;
61 scoped_ptr<cricket::AudioContentDescription> audio(
65 scoped_ptr<cricket::VideoContentDescription> video(
127 rtc::scoped_ptr<JsepSessionDescription> jsep_desc_;
222 scoped_ptr<SessionDescriptionInterface> parsed_jsep_desc(DeSerialize(sdp));
240 scoped_ptr<SessionDescriptionInterface> parsed_jsep_desc(
webrtcsession.h 171 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
258 rtc::scoped_ptr<AudioSinkInterface> sink) override;
481 rtc::scoped_ptr<cricket::TransportController> transport_controller_;
483 rtc::scoped_ptr<cricket::VoiceChannel> voice_channel_;
484 rtc::scoped_ptr<cricket::VideoChannel> video_channel_;
485 rtc::scoped_ptr<cricket::DataChannel> data_channel_;
490 rtc::scoped_ptr<SessionDescriptionInterface> local_desc_;
491 rtc::scoped_ptr<SessionDescriptionInterface> remote_desc_;
503 rtc::scoped_ptr<IceRestartAnswerLatch> ice_restart_latch_;
505 rtc::scoped_ptr<WebRtcSessionDescriptionFactory
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_file_processor.cc 19 using rtc::scoped_ptr;
44 WavFileProcessor::WavFileProcessor(scoped_ptr<AudioProcessing> ap,
45 scoped_ptr<WavReader> in_file,
46 scoped_ptr<WavWriter> out_file)
69 AecDumpFileProcessor::AecDumpFileProcessor(scoped_ptr<AudioProcessing> ap,
71 scoped_ptr<WavWriter> out_file)
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet_unittest.cc 54 rtc::scoped_ptr<RawPacket> packet(sr.Build());
76 rtc::scoped_ptr<RawPacket> packet(sr.Build());
96 rtc::scoped_ptr<RawPacket> packet(sr.Build());
128 rtc::scoped_ptr<RawPacket> packet(app.Build());
150 rtc::scoped_ptr<RawPacket> packet(app.Build());
166 rtc::scoped_ptr<RawPacket> packet(sdes.Build());
184 rtc::scoped_ptr<RawPacket> packet(sdes.Build());
209 rtc::scoped_ptr<RawPacket> packet(sdes.Build());
226 rtc::scoped_ptr<RawPacket> packet(rpsi.Build());
241 rtc::scoped_ptr<RawPacket> packet(rpsi.Build())
    [all...]
  /external/webrtc/talk/session/media/
mediasession_unittest.cc 241 rtc::scoped_ptr<rtc::SSLIdentity>(new rtc::FakeSSLIdentity("id1"))));
243 rtc::scoped_ptr<rtc::SSLIdentity>(new rtc::FakeSSLIdentity("id2"))));
293 rtc::scoped_ptr<SessionDescription> current_desc;
294 rtc::scoped_ptr<SessionDescription> desc;
313 rtc::scoped_ptr<SessionDescription> offer;
386 rtc::scoped_ptr<SessionDescription> ref_desc;
387 rtc::scoped_ptr<SessionDescription> desc;
437 rtc::scoped_ptr<SessionDescription> offer(
451 rtc::scoped_ptr<SessionDescription> answer(
484 rtc::scoped_ptr<SessionDescription> offer
    [all...]
srtpfilter.h 40 #include "webrtc/base/scoped_ptr.h"
187 rtc::scoped_ptr<SrtpSession> send_session_;
188 rtc::scoped_ptr<SrtpSession> recv_session_;
189 rtc::scoped_ptr<SrtpSession> send_rtcp_session_;
190 rtc::scoped_ptr<SrtpSession> recv_rtcp_session_;
249 rtc::scoped_ptr<SrtpStat> srtp_stat_;
  /external/webrtc/talk/media/base/
videoframe_unittest.h 101 rtc::scoped_ptr<rtc::MemoryStream> ms(LoadSample(filename));
162 rtc::scoped_ptr<rtc::FileStream> fs(
172 rtc::scoped_ptr<rtc::MemoryStream> ms(
191 rtc::scoped_ptr<uint8_t[]> out(new uint8_t[out_size]);
198 rtc::scoped_ptr<rtc::FileStream> fs(
221 rtc::scoped_ptr<rtc::MemoryStream> ms(
245 rtc::scoped_ptr<rtc::MemoryStream> ms(
266 rtc::scoped_ptr<rtc::MemoryStream> ms(
544 rtc::scoped_ptr<rtc::MemoryStream> ms(
559 rtc::scoped_ptr<rtc::MemoryStream> ms
    [all...]
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_message.cc 52 using google::protobuf::internal::scoped_ptr;
163 scoped_ptr<FieldGeneratorBase> generator(
266 scoped_ptr<FieldGeneratorBase> generator(
280 scoped_ptr<FieldGeneratorBase> generator(CreateFieldGeneratorInternal(field));
326 scoped_ptr<FieldGeneratorBase> generator(
346 scoped_ptr<FieldGeneratorBase> generator(
371 scoped_ptr<FieldGeneratorBase> generator(
385 scoped_ptr<FieldGeneratorBase> generator(
412 scoped_ptr<FieldGeneratorBase> generator(
471 scoped_ptr<FieldGeneratorBase> generator
    [all...]
  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 15 #include "webrtc/base/scoped_ptr.h"
86 rtc::scoped_ptr<uint8_t[]> orig_buffer_;
149 rtc::scoped_ptr<uint8_t[]> out_i420_buffer(new uint8_t[frame_length_]);
163 rtc::scoped_ptr<uint8_t[]> res_rgb_buffer2(new uint8_t[width_ * height_ * 3]);
185 rtc::scoped_ptr<uint8_t[]> out_uyvy_buffer(new uint8_t[width_ * height_ * 2]);
197 rtc::scoped_ptr<uint8_t[]> outYV120Buffer(new uint8_t[frame_length_]);
198 rtc::scoped_ptr<uint8_t[]> res_i420_buffer(new uint8_t[frame_length_]);
219 rtc::scoped_ptr<uint8_t[]> out_yuy2_buffer(new uint8_t[width_ * height_ * 2]);
232 rtc::scoped_ptr<uint8_t[]> out_rgb565_buffer(
252 rtc::scoped_ptr<uint8_t[]> out_argb8888_buffer
    [all...]
  /external/webrtc/webrtc/base/
physicalsocketserver_unittest.cc 17 #include "webrtc/base/scoped_ptr.h"
83 rtc::scoped_ptr<FakePhysicalSocketServer> server_;
131 scoped_ptr<AsyncSocket> client1(server_->CreateAsyncSocket(loopback.family(),
137 scoped_ptr<AsyncSocket> client2(server_->CreateAsyncSocket(loopback.family(),
144 scoped_ptr<AsyncSocket> server(
170 scoped_ptr<AsyncSocket> accepted(server->Accept(&accept_addr));
192 scoped_ptr<AsyncSocket> accepted2(server->Accept(&accept_addr));
447 scoped_ptr<PhysicalSocketServer> ss_;
515 scoped_ptr<Thread> thread(new Thread());
516 scoped_ptr<RaiseSigTermRunnable> runnable(new RaiseSigTermRunnable())
    [all...]
  /external/google-breakpad/src/common/
dwarf_cu_to_module.h 49 #include "common/scoped_ptr.h"
121 scoped_ptr<FilePrivate> file_private_;
298 scoped_ptr<CUContext> cu_context_;
301 scoped_ptr<DIEContext> child_context_;

Completed in 1685 milliseconds

<<11121314151617181920>>