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

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/audio_processing/test/
audioproc_float.cc 20 #include "webrtc/base/scoped_ptr.h"
118 rtc::scoped_ptr<AudioProcessing> ap(AudioProcessing::Create(config));
130 rtc::scoped_ptr<AudioFileProcessor> processor;
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer.cc 65 rtc::scoped_ptr<DesktopFrame> original_frame_;
68 rtc::scoped_ptr<DesktopFrame> restore_frame_;
mouse_cursor_monitor_x11.cc 17 #include "webrtc/base/scoped_ptr.h"
87 rtc::scoped_ptr<MouseCursor> cursor_shape_;
193 rtc::scoped_ptr<DesktopFrame> image(
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time.h 19 #include "webrtc/base/scoped_ptr.h"
130 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_;
134 rtc::scoped_ptr<InterArrival> inter_arrival_ GUARDED_BY(crit_sect_.get());
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_payload_registry.h 16 #include "webrtc/base/scoped_ptr.h"
181 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_;
183 rtc::scoped_ptr<RTPPayloadStrategy> rtp_payload_strategy_;
  /external/webrtc/webrtc/p2p/base/
dtlstransport.h 70 rtc::scoped_ptr<rtc::SSLFingerprint> local_fp_tmp(
245 rtc::scoped_ptr<rtc::SSLFingerprint> remote_fingerprint_;
transport.h 313 rtc::scoped_ptr<TransportDescription> local_description_;
314 rtc::scoped_ptr<TransportDescription> remote_description_;
  /external/webrtc/webrtc/p2p/client/
fakeportallocator.h 18 #include "webrtc/base/scoped_ptr.h"
136 rtc::scoped_ptr<cricket::Port> port_;
180 rtc::scoped_ptr<rtc::BasicPacketSocketFactory> owned_factory_;
  /external/webrtc/webrtc/video/
encoder_state_feedback_unittest.cc 18 #include "webrtc/base/scoped_ptr.h"
61 rtc::scoped_ptr<MockProcessThread> process_thread_;
62 rtc::scoped_ptr<EncoderStateFeedback> encoder_state_feedback_;
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_stress_test.cc 55 using internal::scoped_ptr;
129 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount];
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 56 #include <google/protobuf/stubs/scoped_ptr.h>
178 const google::protobuf::scoped_ptr<ResultCallback<string*> > callback_;
  /external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc 54 #include "webrtc/base/scoped_ptr.h"
153 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store) {
166 rtc::scoped_ptr<FakeDtlsIdentityStore> dtls_identity_store(
180 rtc::scoped_ptr<SessionDescriptionInterface> offer;
212 rtc::scoped_ptr<webrtc::IceCandidateInterface> candidate(
504 rtc::scoped_ptr<DummyDtmfObserver> observer(new DummyDtmfObserver());
740 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store) {
743 rtc::scoped_ptr<cricket::PortAllocator> port_allocator(
768 rtc::scoped_ptr<cricket::PortAllocator> port_allocator,
770 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store)
    [all...]
  /external/google-breakpad/src/client/linux/handler/
exception_handler.h 43 #include "common/scoped_ptr.h"
250 scoped_ptr<CrashGenerationClient> crash_generation_client_;
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-message.h 216 const internal::scoped_ptr< ::std::stringstream> ss_;
  /external/googletest/googletest/include/gtest/
gtest-message.h 224 const internal::scoped_ptr< ::std::stringstream> ss_;
  /external/libvpx/libvpx/test/
vp9_motion_vector_test.cc 84 testing::internal::scoped_ptr<libvpx_test::VideoSource> video;
y4m_video_source.h 111 testing::internal::scoped_ptr<vpx_image_t> img_;
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-message.h 224 const internal::scoped_ptr< ::std::stringstream> ss_;
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 216 const internal::scoped_ptr< ::std::stringstream> ss_;
  /external/mesa3d/src/gtest/include/gtest/
gtest-message.h 224 const internal::scoped_ptr< ::std::stringstream> ss_;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.h 215 google::protobuf::scoped_array<google::protobuf::scoped_ptr<FieldGenerator> > field_generators_;
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_enum.cc 46 using google::protobuf::internal::scoped_ptr;
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 79 google::protobuf::scoped_ptr<io::ZeroCopyOutputStream> output(
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_field.h 106 scoped_array<scoped_ptr<FieldGenerator> > field_generators_;
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 76 google::protobuf::scoped_ptr<io::ZeroCopyOutputStream> output(

Completed in 660 milliseconds

<<11121314151617181920>>