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

<<21222324252627282930>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus_unittest.cc 13 #include "webrtc/base/scoped_ptr.h"
34 rtc::scoped_ptr<AudioEncoderOpus> encoder_;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
time_stretch.cc 16 #include "webrtc/base/scoped_ptr.h"
33 rtc::scoped_ptr<int16_t[]> signal_array;
  /external/webrtc/webrtc/modules/audio_coding/test/
target_delay_unittest.cc 12 #include "webrtc/base/scoped_ptr.h"
196 rtc::scoped_ptr<AudioCodingModule> acm_;
  /external/webrtc/webrtc/modules/audio_device/android/
audio_manager_unittest.cc 13 #include "webrtc/base/scoped_ptr.h"
46 rtc::scoped_ptr<AudioManager> audio_manager_;
  /external/webrtc/webrtc/modules/audio_processing/
noise_suppression_impl.cc 59 std::vector<rtc::scoped_ptr<Suppressor>> new_suppressors;
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_win.cc 96 rtc::scoped_ptr<MouseCursor> cursor(
screen_capturer_unittest.cc 39 rtc::scoped_ptr<ScreenCapturer> capturer_;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
nada_unittest.cc 18 #include "webrtc/base/scoped_ptr.h"
317 rtc::scoped_ptr<NadaFeedback> nada_feedback(
345 rtc::scoped_ptr<NadaFeedback> nada_feedback(
381 rtc::scoped_ptr<NadaFeedback> nada_feedback(static_cast<NadaFeedback*>(
450 rtc::scoped_ptr<NadaFeedback> nada_feedback(static_cast<NadaFeedback*>(
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.h 20 #include "webrtc/base/scoped_ptr.h"
94 rtc::scoped_ptr<BweSender> bwe_;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
bye_unittest.cc 45 rtc::scoped_ptr<RawPacket> packet;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl_unittest.cc 72 rtc::scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create());
119 rtc::scoped_ptr<ReceiveStatistics> receive_statistics_;
122 rtc::scoped_ptr<ModuleRtpRtcpImpl> impl_;
226 rtc::scoped_ptr<rtcp::RawPacket> packet(nack.Build());
  /external/webrtc/webrtc/modules/video_coding/
media_opt_util.h 18 #include "webrtc/base/scoped_ptr.h"
336 rtc::scoped_ptr<VCMProtectionMethod> _selectedMethod;
receiver_unittest.cc 87 rtc::scoped_ptr<SimulatedClock> clock_;
91 rtc::scoped_ptr<StreamGenerator> stream_generator_;
452 rtc::scoped_ptr<EventWrapper>(new FrameInjectEvent(&clock_, false)),
453 rtc::scoped_ptr<EventWrapper>(
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.h 145 // TODO(pbos): Remove scoped_ptr and use PlatformThread directly.
146 rtc::scoped_ptr<rtc::PlatformThread> _screenUpdateThread;
video_render_nsopengl.h 172 // TODO(pbos): Remove scoped_ptr and use PlatformThread directly.
173 rtc::scoped_ptr<rtc::PlatformThread> _screenUpdateThread;
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.h 206 // TODO(pbos): Remove scoped_ptr and use PlatformThread directly.
207 rtc::scoped_ptr<rtc::PlatformThread> _screenUpdateThread;
  /external/webrtc/webrtc/p2p/base/
tcpport.h 167 rtc::scoped_ptr<rtc::AsyncPacketSocket> socket_;
  /external/webrtc/webrtc/video/
send_statistics_proxy.h 20 #include "webrtc/base/scoped_ptr.h"
169 rtc::scoped_ptr<UmaSamplesContainer> uma_container_ GUARDED_BY(crit_);
  /external/webrtc/webrtc/voice_engine/
channel_proxy.cc 142 void ChannelProxy::SetSink(rtc::scoped_ptr<AudioSinkInterface> sink) {
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 195 ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 195 ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \
  /external/protobuf/src/google/protobuf/compiler/java/
java_field.cc 249 field_generators_(new google::protobuf::scoped_ptr<
272 field_generators_(new google::protobuf::scoped_ptr<
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_field.cc 414 new scoped_ptr<FieldGenerator>[descriptor->field_count()]),
416 new scoped_ptr<FieldGenerator>[descriptor->extension_count()]) {
  /external/protobuf/src/google/protobuf/
preserve_unknown_enum_test.cc 123 google::protobuf::scoped_ptr<google::protobuf::Message> message(factory.GetPrototype(
164 google::protobuf::scoped_ptr<google::protobuf::Message> message(factory.GetPrototype(
  /external/protobuf/src/google/protobuf/util/
message_differencer.h     [all...]

Completed in 649 milliseconds

<<21222324252627282930>>