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

<<31323334353637383940

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h 16 #include "webrtc/base/scoped_ptr.h"
470 rtc::scoped_ptr<webrtc::rtcp::RtcpPacket> rtcp_packet_;
rtp_rtcp_impl.h 19 #include "webrtc/base/scoped_ptr.h"
384 rtc::scoped_ptr<CriticalSectionWrapper> critical_section_rtt_;
rtcp_sender_unittest.cc 259 rtc::scoped_ptr<ReceiveStatistics> receive_statistics_;
260 rtc::scoped_ptr<ModuleRtpRtcpImpl> rtp_rtcp_impl_;
261 rtc::scoped_ptr<RTCPSender> rtcp_sender_;
rtp_sender_unittest.cc 21 #include "webrtc/base/scoped_ptr.h"
144 rtc::scoped_ptr<RTPSender> rtp_sender_;
192 rtc::scoped_ptr<RTPSenderVideo> rtp_sender_video_;
763 rtc::scoped_ptr<webrtc::RtpHeaderParser> rtp_parser(
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_nalu.cc 142 rtc::scoped_ptr<webrtc::RTPFragmentationHeader> header;
  /external/webrtc/webrtc/p2p/base/
transport_unittest.cc 55 rtc::scoped_ptr<FakeTransport> transport_;
port.cc 23 #include "webrtc/base/scoped_ptr.h"
281 rtc::scoped_ptr<IceMessage> msg;
344 rtc::scoped_ptr<IceMessage> stun_msg(new IceMessage());
884 rtc::scoped_ptr<IceMessage> msg;
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
scoped_vector_unittest.cc 16 #include "webrtc/base/scoped_ptr.h"
108 rtc::scoped_ptr<LifeCycleObject> constructed_life_cycle_object_;
  /external/webrtc/webrtc/test/
frame_generator.cc 124 const rtc::scoped_ptr<uint8_t[]> frame_buffer_;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 236 google::protobuf::scoped_ptr<AccessorValueType> scratch_space_;
  /external/google-breakpad/src/processor/
basic_source_line_resolver_unittest.cc 36 #include "common/scoped_ptr.h"
56 using google_breakpad::scoped_ptr;
185 scoped_ptr<WindowsFrameInfo> windows_frame_info;
186 scoped_ptr<CFIFrameInfo> cfi_frame_info;
minidump_processor.cc 37 #include "common/scoped_ptr.h"
245 scoped_ptr<Stackwalker> stackwalker(
252 scoped_ptr<CallStack> stack(new CallStack());
291 scoped_ptr<Exploitability> exploitability(
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc 51 using rtc::scoped_ptr;
172 scoped_ptr<Thread> codec_thread_; // Thread on which to operate MediaCodec.
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
test_packet_masks_metrics.cc 49 #include "webrtc/base/scoped_ptr.h"
194 rtc::scoped_ptr<uint8_t[]> state_tmp(
388 rtc::scoped_ptr<double[]> prob_weight(new double[kNumLossModels]);
396 rtc::scoped_ptr<uint8_t[]> state(new uint8_t[tot_num_packets]);
    [all...]
  /external/webrtc/talk/app/webrtc/
peerconnection.cc 591 rtc::scoped_ptr<cricket::PortAllocator> allocator,
592 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
698 stream_observers_.push_back(rtc::scoped_ptr<MediaStreamObserver>(observer));
725 [local_stream](const rtc::scoped_ptr<MediaStreamObserver>& observer) {
838 rtc::scoped_ptr<InternalDataChannelInit> internal_config;
    [all...]
webrtcsession.cc 600 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
800 rtc::scoped_ptr<SessionDescriptionInterface> desc_temp(desc);
854 rtc::scoped_ptr<SessionDescriptionInterface> desc_temp(desc);
861 rtc::scoped_ptr<SessionDescriptionInterface> old_remote_desc(
    [all...]
webrtcsdp_unittest.cc 43 #include "webrtc/base/scoped_ptr.h"
562 rtc::scoped_ptr<VideoContentDescription> video(
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 276 google::protobuf::scoped_ptr<string> str(message.release_default_string());
295 google::protobuf::scoped_ptr<unittest::TestAllTypes::NestedMessage> nest(
559 google::protobuf::scoped_ptr<Message> message1;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer_unittest.cc 193 rtc::scoped_ptr<EventWrapper>(event_factory_.CreateEvent())));
276 rtc::scoped_ptr<VCMPacket> packet_;
277 rtc::scoped_ptr<SimulatedClock> clock_;
279 rtc::scoped_ptr<VCMJitterBuffer> jitter_buffer_;
292 rtc::scoped_ptr<EventWrapper>(event_factory_.CreateEvent()));
383 rtc::scoped_ptr<SimulatedClock> clock_;
    [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc     [all...]
  /external/webrtc/talk/media/base/
videoadapter_unittest.cc 152 rtc::scoped_ptr<FakeVideoCapturer> capturer_;
153 rtc::scoped_ptr<VideoAdapter> adapter_;
154 rtc::scoped_ptr<VideoCapturerListener> listener_;
    [all...]
  /external/webrtc/webrtc/base/
win32regkey.cc 26 #include "webrtc/base/scoped_ptr.h"
146 scoped_ptr<byte[]> buffer;
165 scoped_ptr<byte[]> buffer;
192 scoped_ptr<wchar_t[]> buffer;
  /external/webrtc/webrtc/video/
video_quality_test.cc 24 #include "webrtc/base/scoped_ptr.h"
    [all...]
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 35 #include "common/scoped_ptr.h"
426 scoped_ptr<ClientInfo> client_info(
    [all...]
  /external/googletest/googletest/test/
gtest_output_test_.cc 517 testing::internal::scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> >
    [all...]

Completed in 925 milliseconds

<<31323334353637383940