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

<<21222324252627282930>>

  /external/protobuf/conformance/
conformance_test.h 170 google::protobuf::internal::scoped_ptr<google::protobuf::util::TypeResolver>
  /external/protobuf/src/google/protobuf/stubs/
common.h 46 #include <google/protobuf/stubs/scoped_ptr.h>
  /external/webrtc/talk/app/webrtc/objc/
RTCDataChannel.mm 148 rtc::scoped_ptr<webrtc::DataBuffer> _dataBuffer;
189 rtc::scoped_ptr<webrtc::RTCDataChannelObserver> _observer;
  /external/webrtc/talk/app/webrtc/
rtpsender.h 43 #include "webrtc/base/scoped_ptr.h"
129 rtc::scoped_ptr<LocalAudioSinkAdapter> sink_adapter_;
  /external/webrtc/talk/app/webrtc/test/
fakedtlsidentitystore.h 142 rtc::scoped_ptr<rtc::SSLIdentity> identity(
peerconnectiontestwrapper.h 112 rtc::scoped_ptr<webrtc::FakeVideoTrackRenderer> renderer_;
  /external/webrtc/talk/media/devices/
linuxdeviceinfo.cc 97 rtc::scoped_ptr<ScopedLibUdev> libudev_context(ScopedLibUdev::Create());
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.h 144 mutable rtc::scoped_ptr<VideoFrame> rotated_frame_;
  /external/webrtc/webrtc/base/
asyncudpsocket.cc 21 scoped_ptr<AsyncSocket> owned_socket(socket);
fakenetwork.h 102 scoped_ptr<Network> net(new Network(it->first.hostname(),
filerotatingstream.h 113 scoped_ptr<FileStream> file_stream_;
fileutils_unittest.cc 77 scoped_ptr<FileStream> fs(Filesystem::OpenFile(path, "wb"));
nethelpers.cc 130 scoped_ptr<char[]> protocols;
  /external/webrtc/webrtc/call/
call_unittest.cc 34 rtc::scoped_ptr<webrtc::Call> call_;
  /external/webrtc/webrtc/common_video/include/
video_frame_buffer.h 16 #include "webrtc/base/scoped_ptr.h"
89 const rtc::scoped_ptr<uint8_t, AlignedFreeDeleter> data_;
  /external/webrtc/webrtc/libjingle/xmpp/
jingleinfotask.cc 27 rtc::scoped_ptr<XmlElement> get(
xmpptask.h 162 rtc::scoped_ptr<XmlElement> next_stanza_;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_decoder_unittest.cc 20 #include "webrtc/base/scoped_ptr.h"
149 rtc::scoped_ptr<int16_t[]> interleaved_input(
226 rtc::scoped_ptr<int16_t[]> input(new int16_t[frame_size_]);
233 rtc::scoped_ptr<int16_t[]> output1(new int16_t[frame_size_ * channels_]);
241 rtc::scoped_ptr<int16_t[]> output2(new int16_t[frame_size_ * channels_]);
256 rtc::scoped_ptr<int16_t[]> input(new int16_t[frame_size_]);
262 rtc::scoped_ptr<int16_t[]> output(new int16_t[frame_size_ * channels_]);
284 rtc::scoped_ptr<AudioEncoder> audio_encoder_;
348 rtc::scoped_ptr<int16_t[]> input(new int16_t[frame_size_]);
354 rtc::scoped_ptr<int16_t[]> output(new int16_t[frame_size_ * channels_])
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
audio_classifier_test.cc 21 #include "webrtc/base/scoped_ptr.h"
51 rtc::scoped_ptr<int16_t[]> in(new int16_t[data_size]);
  /external/webrtc/webrtc/modules/audio_coding/test/
PacketLossTest.cc 129 rtc::scoped_ptr<AudioCodingModule> acm(AudioCodingModule::Create(0));
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.h 209 rtc::scoped_ptr<ProcessThread> _processThread;
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.h 128 rtc::scoped_ptr<LappedTransform> lapped_transform_;
  /external/webrtc/webrtc/modules/audio_processing/
high_pass_filter_impl.cc 96 std::vector<rtc::scoped_ptr<BiquadFilter>> new_filters(channels);
voice_detection_impl.cc 44 rtc::scoped_ptr<Vad> new_vad;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc 12 #include "webrtc/base/scoped_ptr.h"
247 rtc::scoped_ptr<VideoSource> sources[kNumFlows];
248 rtc::scoped_ptr<VideoSender> senders[kNumFlows];
260 rtc::scoped_ptr<RateCounterFilter> rate_counters[kNumFlows];
271 rtc::scoped_ptr<PacketReceiver> receivers[kNumFlows];

Completed in 247 milliseconds

<<21222324252627282930>>