OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scoped_ptr
(Results
201 - 225
of
984
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/webrtc/modules/video_coding/
media_optimization.h
16
#include "webrtc/base/
scoped_ptr
.h"
137
rtc::
scoped_ptr
<CriticalSectionWrapper> crit_sect_;
145
rtc::
scoped_ptr
<FrameDropper> frame_dropper_ GUARDED_BY(crit_sect_);
146
rtc::
scoped_ptr
<VCMLossProtectionLogic> loss_prot_logic_
161
rtc::
scoped_ptr
<VCMContentMetricsProcessing> content_ GUARDED_BY(crit_sect_);
162
rtc::
scoped_ptr
<VCMQmResolution> qm_resolution_ GUARDED_BY(crit_sect_);
/external/webrtc/webrtc/p2p/base/
relayserver_unittest.cc
63
rtc::
scoped_ptr
<StunMessage> req(
71
rtc::
scoped_ptr
<StunMessage> req(
174
rtc::
scoped_ptr
<rtc::PhysicalSocketServer> pss_;
175
rtc::
scoped_ptr
<rtc::VirtualSocketServer> ss_;
177
rtc::
scoped_ptr
<RelayServer> server_;
178
rtc::
scoped_ptr
<rtc::TestClient> client1_;
179
rtc::
scoped_ptr
<rtc::TestClient> client2_;
192
rtc::
scoped_ptr
<StunMessage> req(
211
rtc::
scoped_ptr
<StunMessage> req(
231
rtc::
scoped_ptr
<StunMessage> req
[
all
...]
/external/webrtc/webrtc/video/
vie_encoder.h
17
#include "webrtc/base/
scoped_ptr
.h"
156
const rtc::
scoped_ptr
<VideoProcessing> vp_;
157
const rtc::
scoped_ptr
<QMVideoSettingsCallback> qm_callback_;
158
const rtc::
scoped_ptr
<VideoCodingModule> vcm_;
161
rtc::
scoped_ptr
<CriticalSectionWrapper> data_cs_;
162
rtc::
scoped_ptr
<BitrateObserver> bitrate_observer_;
/external/webrtc/webrtc/voice_engine/
channel.h
16
#include "webrtc/base/
scoped_ptr
.h"
156
rtc::
scoped_ptr
<CriticalSectionWrapper> lock_;
196
void SetSink(rtc::
scoped_ptr
<AudioSinkInterface> sink);
506
rtc::
scoped_ptr
<RtpHeaderParser> rtp_header_parser_;
507
rtc::
scoped_ptr
<RTPPayloadRegistry> rtp_payload_registry_;
508
rtc::
scoped_ptr
<ReceiveStatistics> rtp_receive_statistics_;
509
rtc::
scoped_ptr
<StatisticsProxy> statistics_proxy_;
510
rtc::
scoped_ptr
<RtpReceiver> rtp_receiver_;
512
rtc::
scoped_ptr
<RtpRtcp> _rtpRtcpModule;
513
rtc::
scoped_ptr
<AudioCodingModule> audio_coding_
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/acm2/
rent_a_codec.cc
147
rtc::
scoped_ptr
<AudioEncoder> CreateEncoder(
177
return rtc::
scoped_ptr
<AudioEncoder>();
180
rtc::
scoped_ptr
<AudioEncoder> CreateRedEncoder(AudioEncoder* encoder,
186
return rtc::
scoped_ptr
<AudioEncoder>(new AudioEncoderCopyRed(config));
188
return rtc::
scoped_ptr
<AudioEncoder>();
192
rtc::
scoped_ptr
<AudioEncoder> CreateCngEncoder(AudioEncoder* encoder,
215
return rtc::
scoped_ptr
<AudioEncoder>(new AudioEncoderCng(config));
218
rtc::
scoped_ptr
<AudioDecoder> CreateIsacDecoder(
226
return rtc::
scoped_ptr
<AudioDecoder>();
236
rtc::
scoped_ptr
<AudioEncoder> enc
[
all
...]
/external/webrtc/webrtc/base/
filerotatingstream_unittest.cc
60
scoped_ptr
<FileRotatingStream> stream;
66
scoped_ptr
<uint8_t[]> buffer(new uint8_t[expected_length]);
77
scoped_ptr
<uint8_t[]> buffer(new uint8_t[expected_length]);
78
scoped_ptr
<FileStream> stream(Filesystem::OpenFile(file_path, "r"));
91
scoped_ptr
<FileRotatingStream> stream_;
117
scoped_ptr
<FileStream> stream(Filesystem::OpenFile(logfile_path, "r"));
218
scoped_ptr
<CallSessionFileRotatingStream> stream(
224
scoped_ptr
<uint8_t[]> buffer(new uint8_t[expected_length]);
232
scoped_ptr
<CallSessionFileRotatingStream> stream_;
269
scoped_ptr
<uint8_t[]> buffer(new uint8_t[buffer_size])
[
all
...]
proxy_unittest.cc
70
rtc::
scoped_ptr
<rtc::SocketServer> ss_;
71
rtc::
scoped_ptr
<rtc::SocksProxyServer> socks_;
73
rtc::
scoped_ptr
<rtc::HttpListenServer> https_;
/external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc
17
#include "webrtc/base/
scoped_ptr
.h"
65
rtc::
scoped_ptr
<uint8_t[]> data_;
180
rtc::
scoped_ptr
<CriticalSectionWrapper> crit_sect_;
213
rtc::
scoped_ptr
<Handler> handler(
295
rtc::
scoped_ptr
<RtpHeaderParser> rtp_header_parser_;
296
rtc::
scoped_ptr
<RTPPayloadRegistry> rtp_payload_registry_;
297
rtc::
scoped_ptr
<RtpReceiver> rtp_module_;
298
rtc::
scoped_ptr
<PayloadSinkInterface> payload_sink_;
323
rtc::
scoped_ptr
<test::RtpFileReader>* packet_source,
422
rtc::
scoped_ptr
<RtpHeaderParser> rtp_header_parser
[
all
...]
vcm_payload_sink_factory.cc
30
rtc::
scoped_ptr
<VideoCodingModule>* vcm,
31
rtc::
scoped_ptr
<FileOutputFrameReceiver>* frame_receiver)
92
rtc::
scoped_ptr
<VideoCodingModule> vcm_;
93
rtc::
scoped_ptr
<FileOutputFrameReceiver> frame_receiver_;
129
rtc::
scoped_ptr
<VideoCodingModule> vcm(
154
rtc::
scoped_ptr
<FileOutputFrameReceiver> frame_receiver(
156
rtc::
scoped_ptr
<VcmPayloadSink> sink(
/external/google-breakpad/src/processor/
fast_source_line_resolver.cc
47
#include "common/
scoped_ptr
.h"
73
scoped_ptr
<Function> func(new Function);
75
scoped_ptr
<PublicSymbol> public_symbol(new PublicSymbol);
88
scoped_ptr
<Line> line(new Line);
191
scoped_ptr
<WindowsFrameInfo> result(new WindowsFrameInfo());
215
scoped_ptr
<Function> function(new Function);
229
scoped_ptr
<PublicSymbol> public_symbol(new PublicSymbol);
258
scoped_ptr
<CFIFrameInfo> rules(new CFIFrameInfo());
/external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.h
19
#include "webrtc/base/
scoped_ptr
.h"
138
rtc::
scoped_ptr
<audioproc::Event> event_msg; // Protobuf message.
147
rtc::
scoped_ptr
<FileWrapper> debug_file;
247
rtc::
scoped_ptr
<ApmPublicSubmodules> public_submodules_;
248
rtc::
scoped_ptr
<ApmPrivateSubmodules> private_submodules_
310
rtc::
scoped_ptr
<AudioBuffer> capture_audio;
334
rtc::
scoped_ptr
<AudioConverter> render_converter;
335
rtc::
scoped_ptr
<AudioBuffer> render_audio;
/external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h
14
#include "webrtc/base/
scoped_ptr
.h"
283
rtc::
scoped_ptr
<MockEchoCancellation> echo_cancellation_;
284
rtc::
scoped_ptr
<MockEchoControlMobile> echo_control_mobile_;
285
rtc::
scoped_ptr
<MockGainControl> gain_control_;
286
rtc::
scoped_ptr
<MockHighPassFilter> high_pass_filter_;
287
rtc::
scoped_ptr
<MockLevelEstimator> level_estimator_;
288
rtc::
scoped_ptr
<MockNoiseSuppression> noise_suppression_;
289
rtc::
scoped_ptr
<MockVoiceDetection> voice_detection_;
/external/webrtc/webrtc/modules/audio_processing/transient/
transient_suppression_test.cc
19
#include "webrtc/base/
scoped_ptr
.h"
86
rtc::
scoped_ptr
<int16_t[]> tmpbuf;
108
rtc::
scoped_ptr
<int16_t[]> ibuf(new int16_t[detection_buffer_size]);
116
rtc::
scoped_ptr
<int16_t[]> ibuf(new int16_t[audio_buffer_size]);
130
rtc::
scoped_ptr
<int16_t[]> ibuf(new int16_t[num_channels * num_samples]);
185
rtc::
scoped_ptr
<int16_t[]> audio_buffer_i(
187
rtc::
scoped_ptr
<float[]> audio_buffer_f(
190
rtc::
scoped_ptr
<float[]> detection_buffer, reference_buffer;
/external/webrtc/webrtc/modules/utility/source/
jvm_android.cc
142
rtc::
scoped_ptr
<GlobalRef> NativeRegistration::NewObject(
152
return rtc::
scoped_ptr
<GlobalRef>(new GlobalRef(jni_, obj));
184
rtc::
scoped_ptr
<NativeRegistration> JNIEnvironment::RegisterNatives(
191
return rtc::
scoped_ptr
<NativeRegistration>(
243
rtc::
scoped_ptr
<JNIEnvironment> JVM::environment() {
253
return rtc::
scoped_ptr
<JNIEnvironment>();
255
return rtc::
scoped_ptr
<JNIEnvironment>(new JNIEnvironment(jni));
/external/webrtc/webrtc/modules/video_processing/test/
denoiser_test.cc
21
rtc::
scoped_ptr
<DenoiserFilter> df_c(DenoiserFilter::Create(false));
22
rtc::
scoped_ptr
<DenoiserFilter> df_sse_neon(DenoiserFilter::Create(true));
48
rtc::
scoped_ptr
<DenoiserFilter> df_c(DenoiserFilter::Create(false));
49
rtc::
scoped_ptr
<DenoiserFilter> df_sse_neon(DenoiserFilter::Create(true));
71
rtc::
scoped_ptr
<DenoiserFilter> df_c(DenoiserFilter::Create(false));
72
rtc::
scoped_ptr
<DenoiserFilter> df_sse_neon(DenoiserFilter::Create(true));
140
rtc::
scoped_ptr
<uint8_t[]> video_buffer(new uint8_t[frame_length_]);
/external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler_unittest.cc
16
#include "webrtc/base/
scoped_ptr
.h"
74
rtc::
scoped_ptr
<float[]> resampled_destination(new float[output_samples]);
75
rtc::
scoped_ptr
<float[]> source(new float[input_samples]);
76
rtc::
scoped_ptr
<int16_t[]> source_int(new int16_t[input_samples]);
77
rtc::
scoped_ptr
<int16_t[]> destination_int(new int16_t[output_samples]);
156
rtc::
scoped_ptr
<float[]> resampled_destination(new float[output_samples]);
157
rtc::
scoped_ptr
<float[]> pure_destination(new float[output_samples]);
158
rtc::
scoped_ptr
<float[]> source(new float[input_samples]);
159
rtc::
scoped_ptr
<int16_t[]> source_int(new int16_t[input_block_size]);
160
rtc::
scoped_ptr
<int16_t[]> destination_int(new int16_t[output_block_size])
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/test/
unpack.cc
21
#include "webrtc/base/
scoped_ptr
.h"
86
rtc::
scoped_ptr
<WavWriter> reverse_wav_file;
87
rtc::
scoped_ptr
<WavWriter> input_wav_file;
88
rtc::
scoped_ptr
<WavWriter> output_wav_file;
89
rtc::
scoped_ptr
<RawFile> reverse_raw_file;
90
rtc::
scoped_ptr
<RawFile> input_raw_file;
91
rtc::
scoped_ptr
<RawFile> output_raw_file;
119
rtc::
scoped_ptr
<const float* []> data(
150
rtc::
scoped_ptr
<const float* []> data(
174
rtc::
scoped_ptr
<const float* []> data
[
all
...]
/external/webrtc/talk/app/webrtc/
dtlsidentitystore_unittest.cc
54
void OnSuccess(rtc::
scoped_ptr
<rtc::SSLIdentity> identity) override {
97
rtc::
scoped_ptr
<rtc::Thread> worker_thread_;
98
rtc::
scoped_ptr
<DtlsIdentityStoreImpl> store_;
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h
17
#include "webrtc/base/
scoped_ptr
.h"
149
rtc::
scoped_ptr
<CriticalSectionWrapper> _crit;
150
rtc::
scoped_ptr
<CriticalSectionWrapper> _cbCrit;
186
rtc::
scoped_ptr
<AudioProcessing> _limiter;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h
21
#include "webrtc/base/
scoped_ptr
.h"
211
rtc::
scoped_ptr
<testing::TestBitrateObserver> bitrate_observer_;
212
rtc::
scoped_ptr
<RemoteBitrateEstimator> bitrate_estimator_;
213
rtc::
scoped_ptr
<testing::StreamGenerator> stream_generator_;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp_play.cc
14
#include "webrtc/base/
scoped_ptr
.h"
51
rtc::
scoped_ptr
<webrtc::test::RtpFileReader> rtp_reader(reader);
52
rtc::
scoped_ptr
<webrtc::RtpHeaderParser> rtp_parser(parser);
53
rtc::
scoped_ptr
<webrtc::RemoteBitrateEstimator> rbe(estimator);
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
tmmbn_unittest.cc
30
rtc::
scoped_ptr
<RawPacket> packet(tmmbn.Build());
43
rtc::
scoped_ptr
<RawPacket> packet(tmmbn.Build());
60
rtc::
scoped_ptr
<RawPacket> packet(tmmbn.Build());
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_unittest.cc
144
rtc::
scoped_ptr
<RemoteBitrateEstimator> remote_bitrate_estimator_;
158
rtc::
scoped_ptr
<rtcp::RawPacket> packet(sr.Build());
172
rtc::
scoped_ptr
<rtcp::RawPacket> packet(sr.Build());
182
rtc::
scoped_ptr
<rtcp::RawPacket> packet(rr.Build());
201
rtc::
scoped_ptr
<rtcp::RawPacket> packet(rr.Build());
224
rtc::
scoped_ptr
<rtcp::RawPacket> packet(rr.Build());
261
rtc::
scoped_ptr
<rtcp::RawPacket> p1(rr1.Build());
284
rtc::
scoped_ptr
<rtcp::RawPacket> p2(rr2.Build());
323
rtc::
scoped_ptr
<rtcp::RawPacket> p1(rr1.Build());
345
rtc::
scoped_ptr
<rtcp::RawPacket> p2(rr2.Build())
[
all
...]
/external/protobuf/src/google/protobuf/compiler/java/
java_shared_code_generator.h
87
google::protobuf::
scoped_ptr
<ClassNameResolver> name_resolver_;
/external/protobuf/src/google/protobuf/
dynamic_message.h
130
google::protobuf::
scoped_ptr
<PrototypeMap> prototypes_;
Completed in 402 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>