Searched defs:Process (Results 51 - 75 of 120) sorted by relevance

12345

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dtime_stretch.cc22 TimeStretch::ReturnCodes TimeStretch::Process( function in class:webrtc::TimeStretch
H A Dmerge.cc27 int Merge::Process(int16_t* input, size_t input_length, function in class:webrtc::Merge
167 expand_->Process(&expanded_temp);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvcm_payload_sink_factory.cc82 return Process() ? 0 : -1;
85 bool Process() { function in class:webrtc::rtpplayer::VcmPayloadSinkFactory::VcmPayloadSink
87 if (vcm_->Process() < 0) {
196 if (!(*it)->Process()) {
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_posix.cc217 return static_cast<EventPosix*>(obj)->Process();
220 bool EventPosix::Process() { function in class:webrtc::EventPosix
H A Ddata_log.cc435 static_cast<DataLogImpl*>(obj)->Process();
439 void DataLogImpl::Process() { function in class:webrtc::DataLogImpl
449 // Call Stop() repeatedly, waiting for the Flush() call in Process() to
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_manager_posix.cc258 bool UdpSocketManagerPosixImpl::Process() function in class:webrtc::test::UdpSocketManagerPosixImpl
314 return mgr->Process();
H A Dudp_socket2_manager_win.cc601 return pWorker->Process();
604 // Process should always return true. Stopping the worker threads is done in
606 bool UdpSocket2WorkerWindows::Process() function in class:webrtc::test::UdpSocket2WorkerWindows
635 "UdpSocket2WorkerWindows(%d)::Process(), pSocket == 0, end thread",
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_sync_module.cc101 int32_t ViESyncModule::Process() { function in class:webrtc::ViESyncModule
/external/chromium_org/tools/grit/grit/tool/
H A Drc2grd.py195 grd_text = unicode(self.Process(rctext, path))
202 def Process(self, rctext, rc_path): member in class:Rc2Grd
217 rctext = preprocess_class.Process(rctext, rc_path)
254 root = postprocess_class.Process(rctext, rc_path, root)
/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dbackends.py97 """Returns a sequence of |Process|."""
101 """Returns an instance of |Process| or None (if not found)."""
119 class Process(object): class in inherits:object
171 """CPU/Memory stats for a |Process|."""
/external/chromium_org/v8/src/
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.cc17 State* Process(HInstruction* instr, Zone* zone) { function in class:v8::internal::State
168 void Process(HInstruction* instr, Zone* zone) { } function in class:v8::internal::Effects
/external/webrtc/src/modules/audio_processing/
H A Dlevel_estimator_impl.cc40 void Process(int16_t* data, int length) { function in class:webrtc::__anon33500::Level
110 level->Process(mixed_data, audio->samples_per_channel());
/external/webrtc/src/system_wrappers/source/
H A Dcpu_win.cc95 CpuWindows::Process,
180 bool CpuWindows::Process(void* thread_object) function in class:webrtc::CpuWindows
H A Devent_posix.cc242 return static_cast<EventPosix*>(obj)->Process();
245 bool EventPosix::Process() function in class:webrtc::EventPosix
/external/deqp/execserver/
H A DxsWin32TestProcess.cpp390 // Process
392 Process::Process (void) function in class:xs::win32::Process
402 Process::~Process (void)
419 void Process::cleanupHandles (void)
492 void Process::start (const char* commandLine, const char* workingDirectory)
503 throw std::runtime_error("Process already running");
506 // Process finished, clean up old cruft.
568 bool Process
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py247 """Process the end of a statement."""
254 """Process the context at the current token.
411 def Process(self, first_token): member in class:EcmaMetaDataPass
429 """Process the given token."""
/external/chromium_org/athena/input/
H A Daccelerator_manager_impl.cc32 virtual bool Process(const ui::Accelerator& accelerator) = 0;
56 return accelerator_manager_->Process(accelerator) ? RESULT_PROCESSED
82 return accelerator_manager_->Process(accelerator);
96 return accelerator_manager_->Process(accelerator);
149 virtual bool Process(const ui::Accelerator& accelerator) OVERRIDE {
150 return ui_accelerator_manager_->Process(accelerator);
176 virtual bool Process(const ui::Accelerator& accelerator) OVERRIDE {
260 bool AcceleratorManagerImpl::Process(const ui::Accelerator& accelerator) { function in class:athena::AcceleratorManagerImpl
261 return accelerator_wrapper_->Process(accelerator);
/external/chromium_org/chrome/browser/
H A Dmemory_details_linux.cc80 struct Process { struct
86 typedef std::map<pid_t, Process> ProcessMap;
94 Process process;
154 const Process& process = iter->second;
179 const Process& current_process = iter->second;
/external/chromium_org/content/common/gpu/media/
H A Dv4l2_image_processor.cc165 void V4L2ImageProcessor::Process(const scoped_refptr<media::VideoFrame>& frame, function in class:content::V4L2ImageProcessor
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_tracer.cc156 void GPUTrace::Process() { function in class:gpu::gles2::GPUTrace
316 void GPUTracer::Process() { function in class:gpu::gles2::GPUTracer
346 traces_.front()->Process();
402 base::Bind(&GPUTracer::Process, base::AsWeakPtr(this)),
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py294 """Process the end of a statement."""
301 """Process the context at the current token.
462 def Process(self, first_token): member in class:EcmaMetaDataPass
480 """Process the given token."""
/external/chromium_org/third_party/webrtc/modules/bitrate_controller/
H A Dbitrate_controller_impl.cc234 int32_t BitrateControllerImpl::Process() { function in class:webrtc::BitrateControllerImpl
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_single_stream.cc43 virtual int32_t Process() OVERRIDE;
147 int32_t RemoteBitrateEstimatorSingleStream::Process() { function in class:webrtc::__anon15958::RemoteBitrateEstimatorSingleStream
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc91 // returns the number of milliseconds until the module want a worker thread to call Process
102 // Process any pending tasks such as timeouts
103 int32_t VideoCaptureImpl::Process() function in class:webrtc::videocapturemodule::VideoCaptureImpl

Completed in 2286 milliseconds

12345