OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scoped_ptr
(Results
201 - 225
of
1384
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/talk/app/webrtc/objc/
RTCVideoCapturer.mm
38
rtc::
scoped_ptr
<cricket::VideoCapturer> _capturer;
43
rtc::
scoped_ptr
<cricket::DeviceManagerInterface> device_manager(
52
rtc::
scoped_ptr
<cricket::VideoCapturer> capturer(
/external/webrtc/talk/media/base/
hybriddataengine.h
37
#include "webrtc/base/
scoped_ptr
.h"
69
rtc::
scoped_ptr
<DataEngineInterface> first_;
70
rtc::
scoped_ptr
<DataEngineInterface> second_;
rtpdataengine_unittest.cc
37
#include "webrtc/base/
scoped_ptr
.h"
144
rtc::
scoped_ptr
<const rtc::Buffer> packet(
154
rtc::
scoped_ptr
<const rtc::Buffer> packet(
162
rtc::
scoped_ptr
<cricket::RtpDataEngine> dme_;
165
rtc::
scoped_ptr
<cricket::FakeNetworkInterface> iface_;
166
rtc::
scoped_ptr
<FakeDataReceiver> receiver_;
170
rtc::
scoped_ptr
<cricket::RtpDataMediaChannel> dmc(CreateChannel());
205
rtc::
scoped_ptr
<cricket::RtpDataMediaChannel> dmc(CreateChannel());
220
rtc::
scoped_ptr
<cricket::RtpDataMediaChannel> dmc(CreateChannel());
235
rtc::
scoped_ptr
<cricket::RtpDataMediaChannel> dmc(CreateChannel())
[
all
...]
/external/webrtc/webrtc/base/
opensslidentity.h
20
#include "webrtc/base/
scoped_ptr
.h"
122
scoped_ptr
<OpenSSLKeyPair> key_pair_;
123
scoped_ptr
<OpenSSLCertificate> certificate_;
proxyserver.h
53
scoped_ptr
<AsyncProxyServerSocket> int_socket_;
54
scoped_ptr
<AsyncSocket> ext_socket_;
79
scoped_ptr
<AsyncSocket> server_socket_;
/external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler.h
15
#include "webrtc/base/
scoped_ptr
.h"
59
rtc::
scoped_ptr
<SincResampler> resampler_;
60
rtc::
scoped_ptr
<float[]> float_buffer_;
/external/webrtc/webrtc/modules/audio_coding/test/
TestStereo.h
16
#include "webrtc/base/
scoped_ptr
.h"
85
rtc::
scoped_ptr
<AudioCodingModule> acm_a_;
86
rtc::
scoped_ptr
<AudioCodingModule> acm_b_;
/external/webrtc/webrtc/modules/audio_processing/agc/
histogram.h
16
#include "webrtc/base/
scoped_ptr
.h"
76
rtc::
scoped_ptr
<int[]> activity_probability_;
78
rtc::
scoped_ptr
<int[]> hist_bin_index_;
/external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl_unittest.cc
12
#include "webrtc/base/
scoped_ptr
.h"
21
rtc::
scoped_ptr
<AudioProcessing> ap(AudioProcessing::Create());
51
rtc::
scoped_ptr
<AudioProcessing> ap(AudioProcessing::Create());
/external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer.h
14
#include "webrtc/base/
scoped_ptr
.h"
65
rtc::
scoped_ptr
<WindowCapturer> window_capturer_;
66
rtc::
scoped_ptr
<ScreenCapturer> screen_capturer_;
window_capturer_unittest.cc
14
#include "webrtc/base/
scoped_ptr
.h"
38
rtc::
scoped_ptr
<WindowCapturer> capturer_;
39
rtc::
scoped_ptr
<DesktopFrame> frame_;
/external/webrtc/webrtc/modules/desktop_capture/win/
cursor_unittest.cc
12
#include "webrtc/base/
scoped_ptr
.h"
37
rtc::
scoped_ptr
<MouseCursor> mouse_shape(
65
rtc::
scoped_ptr
<uint32_t[]> data(new uint32_t[size]);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
rtp_to_text.cc
15
#include "webrtc/base/
scoped_ptr
.h"
29
rtc::
scoped_ptr
<webrtc::test::RtpFileReader> rtp_reader(reader);
30
rtc::
scoped_ptr
<webrtc::RtpHeaderParser> rtp_parser(parser);
/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/
rtp_receiver_impl.h
14
#include "webrtc/base/
scoped_ptr
.h"
79
rtc::
scoped_ptr
<RTPReceiverStrategy> rtp_media_receiver_;
83
rtc::
scoped_ptr
<CriticalSectionWrapper> critical_section_rtp_receiver_;
rtcp_sender.cc
460
rtc::
scoped_ptr
<rtcp::RtcpPacket> RTCPSender::BuildSR(const RtcpContext& ctx) {
492
return rtc::
scoped_ptr
<rtcp::SenderReport>(report);
495
rtc::
scoped_ptr
<rtcp::RtcpPacket> RTCPSender::BuildSDES(
506
return rtc::
scoped_ptr
<rtcp::Sdes>(sdes);
509
rtc::
scoped_ptr
<rtcp::RtcpPacket> RTCPSender::BuildRR(const RtcpContext& ctx) {
516
return rtc::
scoped_ptr
<rtcp::ReceiverReport>(report);
519
rtc::
scoped_ptr
<rtcp::RtcpPacket> RTCPSender::BuildPLI(const RtcpContext& ctx) {
530
return rtc::
scoped_ptr
<rtcp::Pli>(pli);
533
rtc::
scoped_ptr
<rtcp::RtcpPacket> RTCPSender::BuildFIR(const RtcpContext& ctx) {
548
return rtc::
scoped_ptr
<rtcp::Fir>(fir)
[
all
...]
/external/webrtc/webrtc/modules/utility/include/
process_thread.h
15
#include "webrtc/base/
scoped_ptr
.h"
32
static rtc::
scoped_ptr
<ProcessThread> Create(const char* thread_name);
53
virtual void PostTask(rtc::
scoped_ptr
<ProcessTask> task) = 0;
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.h
17
#include "webrtc/base/
scoped_ptr
.h"
112
rtc::
scoped_ptr
<VideoEncoderFactory> factory_;
113
rtc::
scoped_ptr
<Config> screensharing_extra_options_;
/external/webrtc/webrtc/modules/video_coding/
receiver.h
38
rtc::
scoped_ptr
<EventWrapper> receiver_event,
39
rtc::
scoped_ptr
<EventWrapper> jitter_buffer_event);
86
rtc::
scoped_ptr
<EventWrapper> render_wait_event_;
/external/webrtc/webrtc/test/
rtp_file_writer_unittest.cc
14
#include "webrtc/base/
scoped_ptr
.h"
46
rtc::
scoped_ptr
<test::RtpFileReader> rtp_reader(
64
rtc::
scoped_ptr
<test::RtpFileWriter> rtp_writer_;
/external/webrtc/webrtc/voice_engine/
voice_engine_impl.h
14
#include "webrtc/base/
scoped_ptr
.h"
137
virtual rtc::
scoped_ptr
<voe::ChannelProxy> GetChannelProxy(int channel_id);
144
rtc::
scoped_ptr
<const Config> own_config_;
/system/tpm/tpm_manager/server/
tpm2_nvram_impl.h
26
#include <base/memory/
scoped_ptr
.h>
68
scoped_ptr
<trunks::HmacSession> trunks_session_;
69
scoped_ptr
<trunks::TpmUtility> trunks_utility_;
/external/ceres-solver/internal/ceres/
block_sparse_matrix_test.cc
36
#include "ceres/internal/
scoped_ptr
.h"
48
scoped_ptr
<LinearLeastSquaresProblem> problem(
62
scoped_ptr
<BlockSparseMatrix> A_;
63
scoped_ptr
<TripletSparseMatrix> B_;
iterative_schur_complement_solver_test.cc
43
#include "ceres/internal/
scoped_ptr
.h"
62
scoped_ptr
<LinearLeastSquaresProblem> problem(
85
scoped_ptr
<LinearSolver> qr(LinearSolver::Create(options));
114
scoped_ptr
<BlockSparseMatrix> A_;
/external/libchrome/base/
file_version_info_unittest.cc
10
#include "base/memory/
scoped_ptr
.h"
63
scoped_ptr
<FileVersionInfo> version_info(
104
scoped_ptr
<FileVersionInfo> version_info(
117
scoped_ptr
<FileVersionInfo> version_info(
Completed in 205 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>