OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scoped_ptr
(Results
351 - 375
of
1384
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libchrome/base/metrics/
sparse_histogram.h
18
#include "base/memory/
scoped_ptr
.h"
52
scoped_ptr
<HistogramSamples> SnapshotSamples() const override;
/external/libchrome/crypto/
signature_creator_nss.cc
13
#include "base/memory/
scoped_ptr
.h"
53
scoped_ptr
<SignatureCreator> result(new SignatureCreator);
signature_creator_openssl.cc
13
#include "base/memory/
scoped_ptr
.h"
48
scoped_ptr
<SignatureCreator> result(new SignatureCreator);
/external/libchrome/dbus/
file_descriptor.h
8
#include "base/memory/
scoped_ptr
.h"
87
scoped_ptr
<FileDescriptor, FileDescriptor::Deleter>;
/external/libchrome/sandbox/linux/services/
proc_util.cc
15
#include "base/memory/
scoped_ptr
.h"
29
typedef
scoped_ptr
<DIR, DIRCloser> ScopedDIR;
/external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm
31
#include "webrtc/base/
scoped_ptr
.h"
34
rtc::
scoped_ptr
<cricket::VideoFrame> _videoFrame;
RTCMediaConstraints.mm
36
#include "webrtc/base/
scoped_ptr
.h"
42
rtc::
scoped_ptr
<webrtc::RTCMediaConstraintsNative> _constraints;
/external/webrtc/talk/media/base/
videoframefactory.h
32
#include "webrtc/base/
scoped_ptr
.h"
73
mutable rtc::
scoped_ptr
<VideoFrame> output_frame_;
/external/webrtc/talk/media/devices/
carbonvideorenderer.h
38
#include "webrtc/base/
scoped_ptr
.h"
62
rtc::
scoped_ptr
<uint8_t[]> image_;
gdivideorenderer.h
37
#include "webrtc/base/
scoped_ptr
.h"
54
rtc::
scoped_ptr
<VideoWindow> window_;
gtkvideorenderer.h
36
#include "webrtc/base/
scoped_ptr
.h"
61
rtc::
scoped_ptr
<uint8_t[]> image_;
/external/webrtc/webrtc/api/objc/
RTCMediaConstraints.mm
66
- (rtc::
scoped_ptr
<webrtc::MediaConstraints>)nativeConstraints {
74
return rtc::
scoped_ptr
<webrtc::MediaConstraints>(nativeConstraints);
/external/webrtc/webrtc/base/
windowpicker_unittest.cc
28
rtc::
scoped_ptr
<rtc::WindowPicker> picker(
43
rtc::
scoped_ptr
<rtc::WindowPicker> picker(
/external/webrtc/webrtc/call/
bitrate_allocator.h
22
#include "webrtc/base/
scoped_ptr
.h"
92
rtc::
scoped_ptr
<CriticalSectionWrapper> crit_sect_;
/external/webrtc/webrtc/libjingle/xmpp/
pingtask.cc
15
#include "webrtc/base/
scoped_ptr
.h"
69
rtc::
scoped_ptr
<buzz::XmlElement> stanza(
/external/webrtc/webrtc/modules/audio_coding/acm2/
acm_send_test_oldapi.h
17
#include "webrtc/base/
scoped_ptr
.h"
71
rtc::
scoped_ptr
<AudioCodingModule> acm_;
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_ilbc_quality_test.cc
13
#include "webrtc/base/
scoped_ptr
.h"
79
rtc::
scoped_ptr
<AudioEncoderIlbc> encoder_;
neteq_pcmu_quality_test.cc
13
#include "webrtc/base/
scoped_ptr
.h"
79
rtc::
scoped_ptr
<AudioEncoderPcmU> encoder_;
/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;
echo_cancellation_impl.h
15
#include "webrtc/base/
scoped_ptr
.h"
102
rtc::
scoped_ptr
<SwapQueue<std::vector<float>, RenderQueueItemVerifier<float>>>
echo_control_mobile_impl.h
15
#include "webrtc/base/
scoped_ptr
.h"
84
rtc::
scoped_ptr
<
gain_control_impl.h
17
#include "webrtc/base/
scoped_ptr
.h"
99
rtc::
scoped_ptr
<
/external/webrtc/webrtc/modules/audio_processing/vad/
vad_circular_buffer.h
14
#include "webrtc/base/
scoped_ptr
.h"
61
rtc::
scoped_ptr
<double[]> buffer_;
/external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer.cc
77
rtc::
scoped_ptr
<DesktopFrame> screen_frame(frame);
98
rtc::
scoped_ptr
<DesktopFrame> window_frame(
differ.h
16
#include "webrtc/base/
scoped_ptr
.h"
77
rtc::
scoped_ptr
<bool[]> diff_info_;
Completed in 447 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>