OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scoped_ptr
(Results
151 - 175
of
1384
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/webrtc/modules/audio_processing/
high_pass_filter_impl.h
16
#include "webrtc/base/
scoped_ptr
.h"
40
std::vector<rtc::
scoped_ptr
<BiquadFilter>> filters_ GUARDED_BY(crit_);
level_estimator_impl.h
16
#include "webrtc/base/
scoped_ptr
.h"
41
rtc::
scoped_ptr
<RMSLevel> rms_ GUARDED_BY(crit_);
noise_suppression_impl.h
16
#include "webrtc/base/
scoped_ptr
.h"
47
std::vector<rtc::
scoped_ptr
<Suppressor>> suppressors_ GUARDED_BY(crit_);
voice_detection_impl.h
16
#include "webrtc/base/
scoped_ptr
.h"
52
rtc::
scoped_ptr
<Vad> vad_ GUARDED_BY(crit_);
/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/test/
protobuf_utils.cc
15
size_t ReadMessageBytesFromFile(FILE* file, rtc::
scoped_ptr
<uint8_t[]>* bytes) {
33
rtc::
scoped_ptr
<uint8_t[]> bytes;
/external/webrtc/webrtc/modules/desktop_capture/
desktop_frame_win.h
16
#include "webrtc/base/
scoped_ptr
.h"
41
rtc::
scoped_ptr
<SharedMemory> owned_shared_memory_;
mouse_cursor.h
15
#include "webrtc/base/
scoped_ptr
.h"
40
rtc::
scoped_ptr
<DesktopFrame> image_;
/external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.h
18
#include "webrtc/base/
scoped_ptr
.h"
59
rtc::
scoped_ptr
<EventWrapper> display_configuration_capture_event_;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
rate_statistics.h
14
#include "webrtc/base/
scoped_ptr
.h"
37
rtc::
scoped_ptr
<size_t[]> buckets_;
transport_feedback_adapter.h
57
rtc::
scoped_ptr
<RtcpBandwidthObserver> rtcp_bandwidth_observer_;
58
rtc::
scoped_ptr
<RemoteBitrateEstimator> bitrate_estimator_;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_receiver.h
17
#include "webrtc/base/
scoped_ptr
.h"
56
rtc::
scoped_ptr
<BweReceiver> bwe_receiver_;
/external/webrtc/webrtc/modules/rtp_rtcp/include/
remote_ntp_time_estimator.h
14
#include "webrtc/base/
scoped_ptr
.h"
43
rtc::
scoped_ptr
<TimestampExtrapolator> ts_extrapolator_;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
bitrate.h
18
#include "webrtc/base/
scoped_ptr
.h"
63
rtc::
scoped_ptr
<CriticalSectionWrapper> crit_;
fec_receiver_impl.h
16
#include "webrtc/base/
scoped_ptr
.h"
41
rtc::
scoped_ptr
<CriticalSectionWrapper> crit_sect_;
ssrc_database.h
17
#include "webrtc/base/
scoped_ptr
.h"
45
rtc::
scoped_ptr
<CriticalSectionWrapper> crit_;
/external/webrtc/webrtc/modules/utility/source/
coder.h
14
#include "webrtc/base/
scoped_ptr
.h"
49
rtc::
scoped_ptr
<AudioCodingModule> _acm;
/external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.h
42
// TODO(pbos): Stop using
scoped_ptr
and resetting the thread.
43
rtc::
scoped_ptr
<rtc::PlatformThread> _captureThread;
/external/webrtc/webrtc/modules/video_processing/util/
denoiser_filter.cc
24
rtc::
scoped_ptr
<DenoiserFilter> DenoiserFilter::Create(
26
rtc::
scoped_ptr
<DenoiserFilter> filter;
denoiser_filter.h
14
#include "webrtc/base/
scoped_ptr
.h"
34
static rtc::
scoped_ptr
<DenoiserFilter> Create(bool runtime_cpu_detection);
/external/webrtc/webrtc/system_wrappers/source/
file_impl.h
16
#include "webrtc/base/
scoped_ptr
.h"
55
rtc::
scoped_ptr
<RWLockWrapper> rw_lock_;
/external/webrtc/webrtc/test/
call_test.h
85
rtc::
scoped_ptr
<Call> sender_call_;
86
rtc::
scoped_ptr
<PacketTransport> send_transport_;
93
rtc::
scoped_ptr
<Call> receiver_call_;
94
rtc::
scoped_ptr
<PacketTransport> receive_transport_;
100
rtc::
scoped_ptr
<test::FrameGeneratorCapturer> frame_generator_capturer_;
124
rtc::
scoped_ptr
<internal::TransportAdapter> transport_adapter;
136
rtc::
scoped_ptr
<test::FakeAudioDevice> fake_send_audio_device_;
137
rtc::
scoped_ptr
<test::FakeAudioDevice> fake_recv_audio_device_;
configurable_frame_size_encoder.h
16
#include "webrtc/base/
scoped_ptr
.h"
52
rtc::
scoped_ptr
<uint8_t[]> buffer_;
test_suite.h
21
#include "webrtc/base/
scoped_ptr
.h"
44
rtc::
scoped_ptr
<TraceToStderr> trace_to_stderr_;
/external/libchrome/base/json/
json_parser_unittest.cc
10
#include "base/memory/
scoped_ptr
.h"
37
scoped_ptr
<JSONParser> parser(NewTestParser(input));
48
scoped_ptr
<JSONParser> parser(NewTestParser(input));
49
scoped_ptr
<Value> value(parser->ConsumeString());
62
scoped_ptr
<JSONParser> parser(NewTestParser(input));
63
scoped_ptr
<Value> value(parser->ConsumeList());
76
scoped_ptr
<JSONParser> parser(NewTestParser(input));
77
scoped_ptr
<Value> value(parser->ConsumeDictionary());
93
scoped_ptr
<JSONParser> parser(NewTestParser(input));
94
scoped_ptr
<Value> value(parser->ConsumeLiteral())
[
all
...]
Completed in 1607 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>