Searched defs:Process (Results 26 - 50 of 116) sorted by relevance

12345

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dnormal.cc27 int Normal::Process(const int16_t* input, function in class:webrtc::Normal
64 expand_->Process(&expanded);
H A Dpreemptive_expand.cc19 PreemptiveExpand::ReturnCodes PreemptiveExpand::Process( function in class:webrtc::PreemptiveExpand
38 return TimeStretch::Process(input, input_length, kFastMode, output,
H A Dtime_stretch.cc23 TimeStretch::ReturnCodes TimeStretch::Process(const int16_t* input, function in class:webrtc::TimeStretch
/external/webrtc/webrtc/modules/audio_processing/agc/
H A Dagc.cc52 int Agc::Process(const int16_t* audio, size_t length, int sample_rate_hz) { function in class:webrtc::Agc
/external/webrtc/webrtc/modules/audio_processing/
H A Dhigh_pass_filter_impl.cc37 void Process(int16_t* data, size_t length) { function in class:webrtc::HighPassFilterImpl::BiquadFilter
114 filters_[i]->Process(audio->split_bands(i)[kBand0To8kHz],
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dbitrate.cc75 void Bitrate::Process() { function in class:webrtc::Bitrate
/external/webrtc/webrtc/modules/utility/source/
H A Dprocess_thread_impl.cc23 // should be made, but Process() should be called directly.
155 // Wake the thread calling ProcessThreadImpl::Process() to update the
187 return static_cast<ProcessThreadImpl*>(obj)->Process();
190 bool ProcessThreadImpl::Process() { function in class:webrtc::ProcessThreadImpl
208 m.module->Process();
/external/webrtc/webrtc/system_wrappers/source/
H A Devent_timer_posix.cc168 return static_cast<EventTimerPosix*>(obj)->Process();
171 bool EventTimerPosix::Process() { function in class:webrtc::EventTimerPosix
/external/libchrome/base/process/
H A Dprocess_posix.cc217 Process::Process(ProcessHandle handle) : process_(handle) { function in class:base::Process
220 Process::~Process() {
223 Process::Process(Process&& other) : process_(other.process_) { function in class:base::Process
227 Process& Process::operator=(Process
[all...]
/external/autotest/client/site_tests/security_ASLR/
H A Dsecurity_ASLR.py32 class Process(object): class in inherits:object
84 class UpstartProcess(Process):
95 class SystemdProcess(Process):
/external/chromium-trace/catapult/dashboard/dashboard/
H A Dauto_triage.py67 TriageAnomalies.Process()
69 TriageBugs.Process()
77 def Process(cls): member in class:TriageAnomalies
109 def Process(cls): member in class:TriageBugs
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dandroid_platform_backend_unittest.py137 class Process(object): class in class:AndroidPlatformBackendPsutilTest.psutil_1_0
144 return [self.Process(self)]
150 class Process(object): class in class:AndroidPlatformBackendPsutilTest.psutil_2_0
159 return [self.Process(self)]
/external/dng_sdk/source/
H A Ddng_jpeg_image.cpp92 void Process (uint32 /* threadIndex */, function in class:dng_jpeg_image_encode_task
277 void Process (uint32 /* threadIndex */, function in class:dng_jpeg_image_find_digest_task
304 printer.Process (fJPEGImage.fJPEGData [tileIndex]->Buffer (),
357 printer.Process (fJPEGTables->Buffer (),
373 printer.Process (digests [k].data,
/external/google-breakpad/src/common/
H A Dstabs_reader.cc93 bool StabsReader::Process() { function in class:google_breakpad::StabsReader
174 // Process the body of the compilation unit, up to the next N_SO.
/external/libchrome/base/
H A Dsha1_portable.cc52 void Process();
118 Process();
129 Process();
142 Process();
158 void SecureHashAlgorithm::Process() { function in class:base::SecureHashAlgorithm
/external/libweave/examples/provider/
H A Devent_task_runner.cc73 static_cast<EventTaskRunner*>(runner)->Process();
81 void EventTaskRunner::Process() { function in class:weave::examples::EventTaskRunner
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractEngine.cpp82 void Process() function in struct:CThreadExtracting
96 ((CThreadExtracting *)param)->Process();
/external/v8/src/compiler/
H A Dliveness-analyzer.cc71 block->Process(&working_area, nullptr);
82 block->Process(&working_area, replacer);
94 void LivenessAnalyzerBlock::Process(BitVector* result, function in class:v8::internal::compiler::LivenessAnalyzerBlock
/external/v8/src/crankshaft/
H A Dhydrogen-flow-engine.h27 inline void Process(HInstruction* value, Zone* zone) { function in class:v8::internal::NoEffects
42 inline NoState* Process(HInstruction* value, Zone* zone) { function in class:v8::internal::NoState
85 state = state->Process(it.Current(), zone_);
116 state = state->Process(it.Current(), zone_);
152 // Process the blocks between the header and the end.
163 // Process all the effects of the block.
167 effects->Process(it.Current(), zone_);
H A Dhydrogen-removable-simulates.cc18 State* Process(HInstruction* instr, Zone* zone) { function in class:v8::internal::State
176 void Process(HInstruction* instr, Zone* zone) { } function in class:v8::internal::Effects
/external/webrtc/webrtc/base/
H A Dtask.cc99 int new_state = Process(state_);
194 int Task::Process(int state) { function in class:rtc::Task
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_estimator_proxy.cc81 int32_t RemoteEstimatorProxy::Process() { function in class:webrtc::RemoteEstimatorProxy
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dsend_side.cc81 bitrate_controller_->Process();
114 int FullBweSender::Process() { function in class:webrtc::testing::bwe::FullBweSender
115 rbe_->Process();
116 return bitrate_controller_->Process();
/external/webrtc/webrtc/modules/video_coding/test/
H A Dvcm_payload_sink_factory.cc72 return Process() ? 0 : -1;
75 bool Process() { function in class:webrtc::rtpplayer::VcmPayloadSinkFactory::VcmPayloadSink
77 if (vcm_->Process() < 0) {
178 if (!(*it)->Process()) {
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket_manager_posix.cc237 bool UdpSocketManagerPosixImpl::Process() function in class:webrtc::test::UdpSocketManagerPosixImpl
293 return mgr->Process();

Completed in 1474 milliseconds

12345