OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scoped_ptr
(Results
251 - 275
of
984
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
tmmbr_unittest.cc
33
rtc::
scoped_ptr
<RawPacket> packet(tmmbr.Build());
/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/
frame_preprocessor.h
14
#include "webrtc/base/
scoped_ptr
.h"
77
rtc::
scoped_ptr
<VideoDenoiser> denoiser_;
/external/webrtc/webrtc/modules/video_processing/test/
content_metrics_test.cc
31
rtc::
scoped_ptr
<uint8_t[]> video_buffer(new uint8_t[frame_length_]);
/external/webrtc/webrtc/modules/video_processing/util/
denoiser_filter.h
14
#include "webrtc/base/
scoped_ptr
.h"
34
static rtc::
scoped_ptr
<DenoiserFilter> Create(bool runtime_cpu_detection);
/external/webrtc/webrtc/p2p/base/
stunserver.h
16
#include "webrtc/base/
scoped_ptr
.h"
61
rtc::
scoped_ptr
<rtc::AsyncUDPSocket> socket_;
/external/webrtc/webrtc/sound/
automaticallychosensoundsystem.h
18
#include "webrtc/base/
scoped_ptr
.h"
40
rtc::
scoped_ptr
<SoundSystemInterface> sound_systems_[kNumSoundSystems];
/external/webrtc/webrtc/system_wrappers/include/
clock.h
14
#include "webrtc/base/
scoped_ptr
.h"
79
rtc::
scoped_ptr
<RWLockWrapper> lock_;
/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/
configurable_frame_size_encoder.h
16
#include "webrtc/base/
scoped_ptr
.h"
52
rtc::
scoped_ptr
<uint8_t[]> buffer_;
/external/webrtc/webrtc/video/
payload_router.h
18
#include "webrtc/base/
scoped_ptr
.h"
72
rtc::
scoped_ptr
<CriticalSectionWrapper> crit_;
/external/webrtc/webrtc/voice_engine/
channel_proxy.h
68
virtual void SetSink(rtc::
scoped_ptr
<AudioSinkInterface> sink);
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
dynamic_message.h
130
google::protobuf::
scoped_ptr
<PrototypeMap> prototypes_;
/external/google-breakpad/src/client/mac/handler/
exception_handler.h
45
#include "common/
scoped_ptr
.h"
271
scoped_ptr
<struct sigaction> old_handler_;
275
scoped_ptr
<CrashGenerationClient> crash_generation_client_;
/external/google-breakpad/src/processor/
microdump_stackwalk.cc
40
#include "common/
scoped_ptr
.h"
57
using google_breakpad::
scoped_ptr
;
81
scoped_ptr
<SimpleSymbolSupplier> symbol_supplier;
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_field.cc
52
new
scoped_ptr
<FieldGenerator>[descriptor->field_count()]),
54
new
scoped_ptr
<FieldGenerator>[descriptor->extension_count()]) {
/external/webrtc/talk/app/webrtc/objc/
RTCAVFoundationVideoSource.mm
40
rtc::
scoped_ptr
<webrtc::AVFoundationVideoCapturer> capturer;
RTCMediaConstraints.mm
36
#include "webrtc/base/
scoped_ptr
.h"
42
rtc::
scoped_ptr
<webrtc::RTCMediaConstraintsNative> _constraints;
/external/webrtc/talk/app/webrtc/
peerconnection.h
41
#include "webrtc/base/
scoped_ptr
.h"
77
rtc::
scoped_ptr
<cricket::PortAllocator> allocator,
78
rtc::
scoped_ptr
<DtlsIdentityStoreInterface> dtls_identity_store,
357
rtc::
scoped_ptr
<cricket::PortAllocator> port_allocator_;
358
rtc::
scoped_ptr
<MediaControllerInterface> media_controller_;
365
std::vector<rtc::
scoped_ptr
<MediaStreamObserver>> stream_observers_;
380
rtc::
scoped_ptr
<RemoteMediaStreamFactory> remote_stream_factory_;
385
// The session_
scoped_ptr
is declared at the bottom of PeerConnection
388
rtc::
scoped_ptr
<WebRtcSession> session_;
390
rtc::
scoped_ptr
<StatsCollector> stats_
[
all
...]
/external/webrtc/webrtc/api/objc/
RTCVideoFrame.mm
13
#include "webrtc/base/
scoped_ptr
.h"
18
rtc::
scoped_ptr
<cricket::VideoFrame> _videoFrame;
/external/webrtc/webrtc/base/
opensslidentity.h
20
#include "webrtc/base/
scoped_ptr
.h"
122
scoped_ptr
<OpenSSLKeyPair> key_pair_;
123
scoped_ptr
<OpenSSLCertificate> certificate_;
rtccertificate_unittests.cc
19
#include "webrtc/base/
scoped_ptr
.h"
80
scoped_ptr
<SSLIdentity> identity(SSLIdentity::GenerateForTest(params));
88
scoped_ptr
<SSLIdentity> identity(
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng.h
16
#include "webrtc/base/
scoped_ptr
.h"
23
// Deleter for use with
scoped_ptr
.
87
rtc::
scoped_ptr
<Vad> vad_;
88
rtc::
scoped_ptr
<CNG_enc_inst, CngInstDeleter> cng_inst_;
/external/webrtc/webrtc/modules/audio_coding/test/
APITest.h
14
#include "webrtc/base/
scoped_ptr
.h"
85
rtc::
scoped_ptr
<AudioCodingModule> _acmA;
86
rtc::
scoped_ptr
<AudioCodingModule> _acmB;
Completed in 772 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>