HomeSort by relevance Sort by last modified time
    Searched full:scoped_ptr (Results 101 - 125 of 1384) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
audio_encoder_g722.h 15 #include "webrtc/base/scoped_ptr.h"
54 rtc::scoped_ptr<int16_t[]> speech_buffer; // Queued up for encoding.
67 const rtc::scoped_ptr<EncoderState[]> encoders_;
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtc_event_log_source.h 17 #include "webrtc/base/scoped_ptr.h"
61 rtc::scoped_ptr<rtclog::EventStream> event_log_;
62 rtc::scoped_ptr<RtpHeaderParser> parser_;
rtp_file_source.h 18 #include "webrtc/base/scoped_ptr.h"
59 rtc::scoped_ptr<RtpFileReader> rtp_reader_;
60 rtc::scoped_ptr<RtpHeaderParser> parser_;
rtp_file_source.cc 36 rtc::scoped_ptr<RtpFileReader> temp_file(
42 rtc::scoped_ptr<RtpFileReader> temp_file(
67 rtc::scoped_ptr<uint8_t[]> packet_memory(new uint8_t[temp_packet.length]);
69 rtc::scoped_ptr<Packet> packet(new Packet(
  /external/webrtc/webrtc/modules/audio_coding/test/
TestAllCodecs.h 14 #include "webrtc/base/scoped_ptr.h"
72 rtc::scoped_ptr<AudioCodingModule> acm_a_;
73 rtc::scoped_ptr<AudioCodingModule> acm_b_;
  /external/webrtc/webrtc/system_wrappers/include/
utf_util_win.h 20 #include "webrtc/base/scoped_ptr.h"
27 rtc::scoped_ptr<wchar_t[]> ws(new wchar_t[len16]);
40 rtc::scoped_ptr<char[]> ns(new char[len8]);
  /external/webrtc/webrtc/system_wrappers/source/
aligned_malloc_unittest.cc 20 #include "webrtc/base/scoped_ptr.h"
27 rtc::scoped_ptr<char, AlignedFreeDeleter> scoped(
40 rtc::scoped_ptr<char, AlignedFreeDeleter> scoped(
logging_unittest.cc 14 #include "webrtc/base/scoped_ptr.h"
58 rtc::scoped_ptr<CriticalSectionWrapper> crit_;
59 rtc::scoped_ptr<ConditionVariableWrapper> cv_;
  /external/webrtc/webrtc/test/fuzzers/
producer_fec_fuzzer.cc 11 #include "webrtc/base/scoped_ptr.h"
34 rtc::scoped_ptr<uint8_t[]> packet(
41 rtc::scoped_ptr<RedPacket> red_packet(producer.BuildRedPacket(
  /external/webrtc/webrtc/video/
call_stats.h 17 #include "webrtc/base/scoped_ptr.h"
63 rtc::scoped_ptr<CriticalSectionWrapper> crit_;
65 rtc::scoped_ptr<RtcpRttStats> rtcp_rtt_stats_;
encoder_state_feedback.h 21 #include "webrtc/base/scoped_ptr.h"
58 rtc::scoped_ptr<CriticalSectionWrapper> crit_;
61 rtc::scoped_ptr<EncoderStateFeedbackObserver> observer_;
  /external/webrtc/webrtc/voice_engine/
shared_data.h 14 #include "webrtc/base/scoped_ptr.h"
72 rtc::scoped_ptr<AudioProcessing> audioproc_;
73 rtc::scoped_ptr<ProcessThread> _moduleProcessThreadPtr;
  /external/libchrome/base/mac/
scoped_launch_data.h 24 // Just like scoped_ptr<> but for launch_data_t.
  /external/libchrome/base/memory/
aligned_memory.h 29 // Or using scoped_ptr:
31 // scoped_ptr<float, AlignedFreeDeleter> my_array(
107 // Deleter for use with scoped_ptr. E.g., use as
108 // scoped_ptr<Foo, base::AlignedFreeDeleter> foo;
  /external/webrtc/webrtc/common_audio/
real_fourier.h 16 #include "webrtc/base/scoped_ptr.h"
28 typedef rtc::scoped_ptr<float[], AlignedFreeDeleter> fft_real_scoper;
29 typedef rtc::scoped_ptr<std::complex<float>[], AlignedFreeDeleter>
37 static rtc::scoped_ptr<RealFourier> Create(int fft_order);
  /external/webrtc/webrtc/libjingle/xmpp/
hangoutpubsubclient.h 21 #include "webrtc/base/scoped_ptr.h"
166 rtc::scoped_ptr<PubSubClient> media_client_;
167 rtc::scoped_ptr<PubSubClient> presenter_client_;
168 rtc::scoped_ptr<PubSubStateClient<bool> > presenter_state_client_;
169 rtc::scoped_ptr<PubSubStateClient<bool> > audio_mute_state_client_;
170 rtc::scoped_ptr<PubSubStateClient<bool> > video_mute_state_client_;
171 rtc::scoped_ptr<PubSubStateClient<bool> > video_pause_state_client_;
172 rtc::scoped_ptr<PubSubStateClient<bool> > recording_state_client_;
173 rtc::scoped_ptr<PubSubStateClient<bool> > media_block_state_client_;
  /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/codecs/tools/
audio_codec_speed_test.h 16 #include "webrtc/base/scoped_ptr.h"
64 rtc::scoped_ptr<int16_t[]> in_data_;
65 rtc::scoped_ptr<int16_t[]> out_data_;
68 rtc::scoped_ptr<uint8_t[]> bit_stream_;
  /external/webrtc/webrtc/modules/audio_processing/agc/
agc_manager_direct.h 14 #include "webrtc/base/scoped_ptr.h"
84 rtc::scoped_ptr<Agc> agc_;
100 rtc::scoped_ptr<DebugFile> file_preproc_;
101 rtc::scoped_ptr<DebugFile> file_postproc_;
  /external/webrtc/webrtc/modules/audio_processing/
audio_buffer.h 14 #include "webrtc/base/scoped_ptr.h"
149 rtc::scoped_ptr<IFChannelBuffer> data_;
150 rtc::scoped_ptr<IFChannelBuffer> split_data_;
151 rtc::scoped_ptr<SplittingFilter> splitting_filter_;
152 rtc::scoped_ptr<ChannelBuffer<int16_t> > mixed_low_pass_channels_;
153 rtc::scoped_ptr<ChannelBuffer<int16_t> > low_pass_reference_channels_;
154 rtc::scoped_ptr<IFChannelBuffer> input_buffer_;
155 rtc::scoped_ptr<IFChannelBuffer> output_buffer_;
156 rtc::scoped_ptr<ChannelBuffer<float> > process_buffer_;
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.h 21 #include "webrtc/base/scoped_ptr.h"
156 rtc::scoped_ptr<float[]> filtered_clear_var_;
157 rtc::scoped_ptr<float[]> filtered_noise_var_;
159 rtc::scoped_ptr<float[]> center_freqs_;
161 rtc::scoped_ptr<float[]> rho_; // Production and interpretation SNR.
163 rtc::scoped_ptr<float[]> gains_eq_; // Pre-filter modified gains.
171 rtc::scoped_ptr<float[]> kbd_window_;
174 rtc::scoped_ptr<LappedTransform> render_mangler_;
175 rtc::scoped_ptr<LappedTransform> capture_mangler_;
  /external/webrtc/webrtc/modules/audio_processing/transient/
file_utils.cc 13 #include "webrtc/base/scoped_ptr.h"
86 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[2]);
112 rtc::scoped_ptr<int16_t[]> buffer16(new int16_t[length]);
130 rtc::scoped_ptr<int16_t[]> buffer16(new int16_t[length]);
148 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[4]);
171 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[8]);
194 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[2]);
218 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[4]);
241 rtc::scoped_ptr<uint8_t[]> byte_array(new uint8_t[8]);
  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_audio_proc.h 14 #include "webrtc/base/scoped_ptr.h"
82 rtc::scoped_ptr<PitchAnalysisStruct> pitch_analysis_handle_;
83 rtc::scoped_ptr<PreFiltBankstr> pre_filter_handle_;
84 rtc::scoped_ptr<PoleZeroFilter> high_pass_filter_;
  /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);
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.h 35 void PostTask(rtc::scoped_ptr<ProcessTask> task) override;
72 const rtc::scoped_ptr<EventWrapper> wake_up_;
73 // TODO(pbos): Remove scoped_ptr and stop recreating the thread.
74 rtc::scoped_ptr<rtc::PlatformThread> thread_;

Completed in 2813 milliseconds

1 2 3 45 6 7 8 91011>>