OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scoped_ptr
(Results
126 - 150
of
984
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/webrtc/base/
messagedigest.cc
23
#include "webrtc/base/
scoped_ptr
.h"
78
scoped_ptr
<MessageDigest> digest(MessageDigestFactory::Create(alg));
85
scoped_ptr
<char[]> output(new char[digest->Size()]);
93
scoped_ptr
<MessageDigest> digest(MessageDigestFactory::Create(alg));
120
scoped_ptr
<uint8_t[]> new_key(new uint8_t[block_len]);
129
scoped_ptr
<uint8_t[]> o_pad(new uint8_t[block_len]);
130
scoped_ptr
<uint8_t[]> i_pad(new uint8_t[block_len]);
136
scoped_ptr
<uint8_t[]> inner(new uint8_t[digest->Size()]);
149
scoped_ptr
<MessageDigest> digest(MessageDigestFactory::Create(alg));
159
scoped_ptr
<char[]> output(new char[digest->Size()])
[
all
...]
proxyserver.h
53
scoped_ptr
<AsyncProxyServerSocket> int_socket_;
54
scoped_ptr
<AsyncSocket> ext_socket_;
79
scoped_ptr
<AsyncSocket> server_socket_;
logsinks.h
19
#include "webrtc/base/
scoped_ptr
.h"
49
scoped_ptr
<FileRotatingStream> stream_;
rtccertificate.cc
18
scoped_ptr
<SSLIdentity> identity) {
/external/webrtc/webrtc/common_audio/
fir_filter_unittest.cc
16
#include "webrtc/base/
scoped_ptr
.h"
43
rtc::
scoped_ptr
<FIRFilter> filter(
53
rtc::
scoped_ptr
<FIRFilter> filter(
66
rtc::
scoped_ptr
<FIRFilter> filter(
79
rtc::
scoped_ptr
<FIRFilter> filter(
92
rtc::
scoped_ptr
<FIRFilter> filter(
109
rtc::
scoped_ptr
<FIRFilter> filter(
140
rtc::
scoped_ptr
<FIRFilter> filter(
165
rtc::
scoped_ptr
<FIRFilter> filter(FIRFilter::Create(
184
rtc::
scoped_ptr
<FIRFilter> filter(FIRFilter::Create
[
all
...]
/external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.h
236
rtc::
scoped_ptr
<XmppLoginTask> login_task_;
245
rtc::
scoped_ptr
<XmlElement> stream_error_;
253
rtc::
scoped_ptr
<StanzaHandlerVector> stanza_handlers_[HL_COUNT];
256
rtc::
scoped_ptr
<IqEntryVector> iq_entries_;
258
rtc::
scoped_ptr
<SaslHandler> sasl_handler_;
260
rtc::
scoped_ptr
<std::stringstream> output_;
/external/webrtc/webrtc/modules/audio_processing/transient/
file_utils_unittest.cc
17
#include "webrtc/base/
scoped_ptr
.h"
103
rtc::
scoped_ptr
<uint8_t[]> bytes(new uint8_t[4]);
121
rtc::
scoped_ptr
<uint8_t[]> bytes(new uint8_t[8]);
141
rtc::
scoped_ptr
<FileWrapper> file(FileWrapper::Create());
151
rtc::
scoped_ptr
<int16_t[]> buffer(new int16_t[kBufferLength]);
185
rtc::
scoped_ptr
<FileWrapper> file(FileWrapper::Create());
195
rtc::
scoped_ptr
<float[]> buffer(new float[kBufferLength]);
232
rtc::
scoped_ptr
<FileWrapper> file(FileWrapper::Create());
242
rtc::
scoped_ptr
<double[]> buffer(new double[kBufferLength]);
277
rtc::
scoped_ptr
<FileWrapper> file(FileWrapper::Create())
[
all
...]
/external/webrtc/webrtc/p2p/stunprober/
stunprober_unittest.cc
17
#include "webrtc/base/
scoped_ptr
.h"
86
rtc::
scoped_ptr
<rtc::BasicPacketSocketFactory> socket_factory(
122
rtc::
scoped_ptr
<rtc::PhysicalSocketServer> pss_;
123
rtc::
scoped_ptr
<rtc::VirtualSocketServer> ss_;
125
rtc::
scoped_ptr
<StunProber> prober;
128
rtc::
scoped_ptr
<cricket::TestStunServer> stun_server_1_;
129
rtc::
scoped_ptr
<cricket::TestStunServer> stun_server_2_;
/external/webrtc/talk/session/media/
planarfunctions_unittest.cc
39
#include "webrtc/base/
scoped_ptr
.h"
489
rtc::
scoped_ptr
<uint8_t[]> testing_color_y_;
490
rtc::
scoped_ptr
<uint8_t[]> testing_color_u_;
491
rtc::
scoped_ptr
<uint8_t[]> testing_color_v_;
492
rtc::
scoped_ptr
<uint8_t[]> testing_color_r_;
493
rtc::
scoped_ptr
<uint8_t[]> testing_color_g_;
494
rtc::
scoped_ptr
<uint8_t[]> testing_color_b_;
508
rtc::
scoped_ptr
<uint8_t[]> yuv_input(CreateFakeYuvTestingImage(
512
rtc::
scoped_ptr
<uint8_t[]> yuv_output(
546
rtc::
scoped_ptr
<uint8_t[]> yuv_input(CreateFakeYuvTestingImage
[
all
...]
/external/webrtc/talk/app/webrtc/
videotrack_unittest.cc
38
#include "webrtc/base/
scoped_ptr
.h"
69
rtc::
scoped_ptr
<cricket::ChannelManager> channel_manager_;
77
rtc::
scoped_ptr
<FakeVideoTrackRenderer> renderer_1(
93
rtc::
scoped_ptr
<FakeVideoTrackRenderer> renderer_2(
/external/webrtc/webrtc/audio/
audio_state_unittest.cc
14
#include "webrtc/base/
scoped_ptr
.h"
47
rtc::
scoped_ptr
<internal::AudioState> audio_state(
53
rtc::
scoped_ptr
<internal::AudioState> audio_state(
60
rtc::
scoped_ptr
<internal::AudioState> audio_state(
/external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.h
20
#include "webrtc/base/
scoped_ptr
.h"
284
rtc::
scoped_ptr
<CriticalSectionWrapper> crit_sect_;
291
rtc::
scoped_ptr
<int16_t[]> audio_buffer_ GUARDED_BY(crit_sect_);
292
rtc::
scoped_ptr
<int16_t[]> last_audio_buffer_ GUARDED_BY(crit_sect_);
/external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac_unittest.cc
18
#include "webrtc/base/
scoped_ptr
.h"
43
rtc::
scoped_ptr
<ScreenCapturer> capturer_;
49
rtc::
scoped_ptr
<DesktopFrame> owned_frame(frame);
61
rtc::
scoped_ptr
<DesktopFrame> owned_frame(frame);
cropped_desktop_frame.cc
21
rtc::
scoped_ptr
<DesktopFrame> frame_;
differ.h
16
#include "webrtc/base/
scoped_ptr
.h"
77
rtc::
scoped_ptr
<bool[]> diff_info_;
/external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.h
19
#include "webrtc/base/
scoped_ptr
.h"
42
rtc::
scoped_ptr
<ScreenCapturer> fallback_capturer);
104
rtc::
scoped_ptr
<ScreenCapturer> fallback_capturer_;
119
rtc::
scoped_ptr
<Differ> differ_;
/external/webrtc/webrtc/modules/utility/include/
jvm_android.h
17
#include "webrtc/base/
scoped_ptr
.h"
79
rtc::
scoped_ptr
<GlobalRef> NewObject(
99
rtc::
scoped_ptr
<NativeRegistration> RegisterNatives(
123
// rtc::
scoped_ptr
<JNIEnvironment> env;
124
// rtc::
scoped_ptr
<NativeRegistration> reg;
125
// rtc::
scoped_ptr
<GlobalRef> obj;
159
rtc::
scoped_ptr
<JNIEnvironment> environment();
/external/libvpx/libvpx/test/
decode_svc_test.cc
56
testing::internal::
scoped_ptr
<libvpx_test::CompressedVideoSource> video;
73
testing::internal::
scoped_ptr
<libvpx_test::CompressedVideoSource> video;
90
testing::internal::
scoped_ptr
<libvpx_test::CompressedVideoSource> video;
108
testing::internal::
scoped_ptr
<libvpx_test::CompressedVideoSource> video;
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.h
148
google::protobuf::scoped_array<google::protobuf::
scoped_ptr
<MessageGenerator> > message_generators_;
149
google::protobuf::scoped_array<google::protobuf::
scoped_ptr
<EnumGenerator> > enum_generators_;
150
google::protobuf::scoped_array<google::protobuf::
scoped_ptr
<ServiceGenerator> > service_generators_;
151
google::protobuf::scoped_array<google::protobuf::
scoped_ptr
<ExtensionGenerator> > extension_generators_;
/external/webrtc/webrtc/api/objc/
RTCIceCandidate.mm
55
- (rtc::
scoped_ptr
<webrtc::IceCandidateInterface>)nativeCandidate {
67
return rtc::
scoped_ptr
<webrtc::IceCandidateInterface>(candidate);
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_external_decoder_test.h
16
#include "webrtc/base/
scoped_ptr
.h"
58
rtc::
scoped_ptr
<NetEq> neteq_;
/external/webrtc/webrtc/modules/audio_coding/test/
opus_test.h
16
#include "webrtc/base/
scoped_ptr
.h"
42
rtc::
scoped_ptr
<AudioCodingModule> acm_receiver_;
/external/webrtc/webrtc/modules/audio_device/android/
build_info.h
58
rtc::
scoped_ptr
<JNIEnvironment> j_environment_;
/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_);
/external/webrtc/webrtc/modules/audio_processing/vad/
voice_activity_detector.h
16
#include "webrtc/base/
scoped_ptr
.h"
61
rtc::
scoped_ptr
<StandaloneVad> standalone_vad_;
Completed in 1175 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>