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

<<11121314151617181920>>

  /external/webrtc/talk/media/base/
rtpdataengine.h 60 rtc::scoped_ptr<rtc::Timing> timing_;
136 rtc::scoped_ptr<rtc::RateLimiter> send_limiter_;
  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory_unittest.cc 88 rtc::scoped_ptr<cricket::VideoFrame> frame;
114 rtc::scoped_ptr<uint8_t[]> captured_frame_buffer_;
  /external/webrtc/webrtc/api/objctests/
RTCIceCandidateTest.mm 35 rtc::scoped_ptr<webrtc::IceCandidateInterface> nativeCandidate =
RTCMediaConstraintsTest.mm 32 rtc::scoped_ptr<webrtc::MediaConstraints> nativeConstraints =
  /external/webrtc/webrtc/base/
opensslstreamadapter.h 186 scoped_ptr<OpenSSLIdentity> identity_;
192 scoped_ptr<OpenSSLCertificate> peer_certificate_;
  /external/webrtc/webrtc/common_audio/
fir_filter.cc 16 #include "webrtc/base/scoped_ptr.h"
33 rtc::scoped_ptr<float[]> coefficients_;
34 rtc::scoped_ptr<float[]> state_;
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.h 20 #include "webrtc/base/scoped_ptr.h"
112 rtc::scoped_ptr<rtc::AsyncSocket> control_socket_;
113 rtc::scoped_ptr<rtc::AsyncSocket> hanging_get_;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
normal_unittest.cc 18 #include "webrtc/base/scoped_ptr.h"
60 rtc::scoped_ptr<int16_t[]> mute_factor_array(new int16_t[channels]);
106 rtc::scoped_ptr<int16_t[]> mute_factor_array(new int16_t[channels]);
time_stretch_unittest.cc 20 #include "webrtc/base/scoped_ptr.h"
103 rtc::scoped_ptr<test::InputAudioFile> input_file_;
106 rtc::scoped_ptr<int16_t[]> audio_;
nack_unittest.cc 18 #include "webrtc/base/scoped_ptr.h"
58 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
76 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
105 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
154 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
216 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
287 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
338 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
365 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
389 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold))
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/vad/
standalone_vad_unittest.cc 16 #include "webrtc/base/scoped_ptr.h"
23 rtc::scoped_ptr<StandaloneVad> vad(StandaloneVad::Create());
62 rtc::scoped_ptr<StandaloneVad> vad(StandaloneVad::Create());
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
receive_statistics_impl.h 19 #include "webrtc/base/scoped_ptr.h"
64 rtc::scoped_ptr<CriticalSectionWrapper> stream_lock_;
134 rtc::scoped_ptr<CriticalSectionWrapper> receive_statistics_lock_;
rtcp_format_remb_unittest.cc 77 rtc::scoped_ptr<ReceiveStatistics> receive_statistics_;
83 rtc::scoped_ptr<RemoteBitrateEstimator> remote_bitrate_estimator_;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
sli_unittest.cc 59 rtc::scoped_ptr<RawPacket> packet(sli.Build());
84 rtc::scoped_ptr<RawPacket> packet(sli.Build());
  /external/webrtc/webrtc/p2p/stunprober/
main.cc 23 #include "webrtc/base/scoped_ptr.h"
122 rtc::scoped_ptr<rtc::BasicPacketSocketFactory> socket_factory(
124 rtc::scoped_ptr<rtc::BasicNetworkManager> network_manager(
  /external/webrtc/webrtc/system_wrappers/source/
condition_variable_unittest.cc 15 #include "webrtc/base/scoped_ptr.h"
189 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect(
191 rtc::scoped_ptr<ConditionVariableWrapper> cond_var(
  /external/webrtc/webrtc/test/
rtp_file_reader_unittest.cc 14 #include "webrtc/base/scoped_ptr.h"
46 rtc::scoped_ptr<test::RtpFileReader> rtp_packet_source_;
97 rtc::scoped_ptr<test::RtpFileReader> rtp_packet_source_;
  /external/webrtc/webrtc/voice_engine/
voice_engine_impl.cc 66 rtc::scoped_ptr<voe::ChannelProxy> VoiceEngineImpl::GetChannelProxy(
71 return rtc::scoped_ptr<voe::ChannelProxy>(
  /external/webrtc/webrtc/p2p/base/
port_unittest.cc 28 #include "webrtc/base/scoped_ptr.h"
43 using rtc::scoped_ptr;
211 rtc::scoped_ptr<ByteBuffer> last_stun_buf_;
212 rtc::scoped_ptr<IceMessage> last_stun_msg_;
343 rtc::scoped_ptr<Port> port_;
348 rtc::scoped_ptr<StunMessage> remote_request_;
759 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
760 rtc::scoped_ptr<rtc::VirtualSocketServer> ss_;
764 rtc::scoped_ptr<rtc::NATServer> nat_server1_;
765 rtc::scoped_ptr<rtc::NATServer> nat_server2_
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
rostermodule_unittest.cc 21 #include "webrtc/base/scoped_ptr.h"
253 rtc::scoped_ptr<XmppPresence> presence(XmppPresence::Create());
261 rtc::scoped_ptr<XmppEngine> engine(XmppEngine::Create());
265 rtc::scoped_ptr<XmppRosterModule> roster(XmppRosterModule::Create());
367 rtc::scoped_ptr<XmppPresence> directed_presence(XmppPresence::Create());
384 rtc::scoped_ptr<XmppEngine> engine(XmppEngine::Create());
388 rtc::scoped_ptr<XmppRosterModule> roster(XmppRosterModule::Create());
516 rtc::scoped_ptr<XmppEngine> engine(XmppEngine::Create());
520 rtc::scoped_ptr<XmppRosterModule> roster(XmppRosterModule::Create());
579 rtc::scoped_ptr<XmppEngine> engine(XmppEngine::Create())
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 427 // from google3/base/scoped_ptr.h
432 // implementation of the scoped_ptr class, and its closely-related brethren,
435 template <class C> class scoped_ptr;
438 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T>
440 // That is, scoped_ptr<T> owns the T object that it points to.
441 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object.
443 // The size of a scoped_ptr is small:
444 // sizeof(scoped_ptr<C>) == sizeof(C*)
446 class scoped_ptr { class in namespace:google::protobuf::internal
455 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 427 // from google3/base/scoped_ptr.h
432 // implementation of the scoped_ptr class, and its closely-related brethren,
435 template <class C> class scoped_ptr;
438 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T>
440 // That is, scoped_ptr<T> owns the T object that it points to.
441 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object.
443 // The size of a scoped_ptr is small:
444 // sizeof(scoped_ptr<C>) == sizeof(C*)
446 class scoped_ptr { class in namespace:google::protobuf::internal
455 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 427 // from google3/base/scoped_ptr.h
432 // implementation of the scoped_ptr class, and its closely-related brethren,
435 template <class C> class scoped_ptr;
438 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T>
440 // That is, scoped_ptr<T> owns the T object that it points to.
441 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object.
443 // The size of a scoped_ptr is small:
444 // sizeof(scoped_ptr<C>) == sizeof(C*)
446 class scoped_ptr { class in namespace:google::protobuf::internal
455 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 427 // from google3/base/scoped_ptr.h
432 // implementation of the scoped_ptr class, and its closely-related brethren,
435 template <class C> class scoped_ptr;
438 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T>
440 // That is, scoped_ptr<T> owns the T object that it points to.
441 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object.
443 // The size of a scoped_ptr is small:
444 // sizeof(scoped_ptr<C>) == sizeof(C*)
446 class scoped_ptr { class in namespace:google::protobuf::internal
455 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr
    [all...]
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader.h 38 #include "common/scoped_ptr.h"
89 scoped_ptr<LibcurlWrapper> http_layer_;

Completed in 645 milliseconds

<<11121314151617181920>>