Searched refs:Reset (Results 251 - 275 of 2222) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/media/cast/common/
H A Dclock_drift_smoother.cc26 void ClockDriftSmoother::Reset(base::TimeTicks now, function in class:media::cast::ClockDriftSmoother
37 Reset(now, measured_offset);
/external/chromium_org/media/formats/common/
H A Doffset_byte_queue.cc15 void OffsetByteQueue::Reset() { function in class:media::OffsetByteQueue
16 queue_.Reset();
/external/chromium_org/media/formats/mp2t/
H A Dts_section_psi.cc55 // Reset the state of the PSI section.
119 void TsSectionPsi::Reset() { function in class:media::mp2t::TsSectionPsi
126 psi_byte_queue_.Reset();
/external/chromium_org/net/dns/
H A Dsingle_request_host_resolver.cc61 cur_request_callback_.Reset();
73 cur_request_callback_.Reset();
/external/chromium_org/ppapi/c/
H A Dppb_video_decoder.h47 * - Call Reset() to quickly stop the decoder (e.g. to implement Seek) and wait
131 * or Reset() call is pending.
134 * Returns PP_ERROR_ABORTED when Reset() is called while Decode() is pending.
156 * Returns PP_ERROR_FAILED if the decoder isn't initialized or if a Reset()
159 * Returns PP_ERROR_ABORTED when Reset() is called, or if a call to Flush()
199 * Resets the decoder as quickly as possible. The plugin can call Reset() to
200 * skip to another position in the video stream. After Reset() returns, any
216 int32_t (*Reset)(PP_Resource video_decoder, member in struct:PPB_VideoDecoder_0_2
242 int32_t (*Reset)(PP_Resource video_decoder, member in struct:PPB_VideoDecoder_0_1
/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_decoder_dev.cc71 int32_t VideoDecoder_Dev::Reset(const CompletionCallback& callback) { function in class:pp::VideoDecoder_Dev
74 return get_interface<PPB_VideoDecoder_Dev>()->Reset(
/external/chromium_org/ppapi/shared_impl/
H A Darray_writer.h40 void Reset();
61 Reset();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScopedPersistent.h71 m_handle.Reset(isolate, handle);
77 m_handle.Reset();
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_search_path_list.cpp14 void SearchPathList::Reset() { function in class:crazy::SearchPathList
21 Reset();
/external/chromium_org/third_party/re2/re2/testing/
H A Dstring_generator.cc34 void StringGenerator::Reset() { function in class:re2::StringGenerator
100 acm_->Reset(seed);
/external/chromium_org/third_party/webrtc/base/
H A Dexp_filter_unittest.cc43 TEST(ExpFilterTest, Reset) {
47 filter.Reset(0.8f);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddelay_peak_detector.cc30 void DelayPeakDetector::Reset() { function in class:webrtc::DelayPeakDetector
66 // This is the first peak. Reset the period counter.
81 // Invalid peak due to too long period. Reset period counter and start
87 // Reset the peak statistics.
88 Reset();
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dspatial_resampler.h30 virtual void Reset() = 0;
44 virtual void Reset();
/external/chromium_org/v8/src/
H A Dregexp-stack.cc20 // Reset the buffer if it has grown.
21 regexp_stack_->Reset();
50 void RegExpStack::Reset() { function in class:v8::internal::RegExpStack
/external/lldb/source/Plugins/Process/Linux/
H A DLinuxSignals.cpp21 Reset();
25 LinuxSignals::Reset() function in class:LinuxSignals
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h46 void Reset() override;
82 virtual void Reset() override;
/external/regex-re2/re2/testing/
H A Dstring_generator.cc34 void StringGenerator::Reset() { function in class:re2::StringGenerator
100 acm_->Reset(seed);
/external/valgrind/main/gdbserver_tests/
H A Dmcclean_after_fork.stderr.exp16 Reset valgrind output to log (orderly_finish)
H A DmcinfcallWSRU.stderr.exp7 Reset valgrind output to log (orderly_finish)
/external/chromium_org/third_party/webrtc/video_engine/
H A Doveruse_frame_detector.cc59 Reset();
66 void Statistics::Reset() { function in class:webrtc::Statistics
69 filtered_variance_->Reset(kWeightFactor);
79 filtered_samples_->Reset(kWeightFactorMean);
151 Reset();
159 void Reset() { function in class:webrtc::OveruseFrameDetector::EncodeUsage
161 filtered_frame_diff_ms_->Reset(kWeightFactorFrameDiff);
163 filtered_encode_time_ms_->Reset(kWeightFactorEncodeTime);
222 Reset();
230 void Reset() { function in class:webrtc::OveruseFrameDetector::EncodeTimeRsd
[all...]
/external/chromium_org/base/
H A Dcallback_unittest.cc116 TEST_F(CallbackTest, Reset) {
121 callback_a_.Reset();
155 void Reset() { function in class:base::__anon2206::CallbackOwner
156 callback_.Reset();
176 owner->Reset();
/external/chromium_org/chrome/browser/copresence/
H A Dchrome_whispernet_client.cc57 extension_loaded_callback_.Reset();
58 init_callback_.Reset();
59 tokens_callback_.Reset();
60 samples_callback_.Reset();
61 db_callback_.Reset();
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfake_url_fetcher.py89 self.Reset()
91 def Reset(self): member in class:FakeUrlFetcher
124 self.Reset()
152 self.Reset()
154 def Reset(self): member in class:MockURLFetcher
/external/chromium_org/components/cloud_devices/common/
H A Ddescription_items.h51 void Reset() { options_.clear(); } function in class:cloud_devices::ListCapability
89 void Reset() { function in class:cloud_devices::SelectionCapability
144 void Reset() { default_value_ = false; } function in class:cloud_devices::BooleanCapability
185 void Reset() { value_ = Option(); } function in class:cloud_devices::ValueCapability
212 void Reset() { value_ = Option(); } function in class:cloud_devices::TicketItem
/external/chromium_org/extensions/browser/
H A Dquota_service.cc104 void QuotaLimitHeuristic::Bucket::Reset(const Config& config, function in class:extensions::QuotaLimitHeuristic::Bucket
129 (*i)->Reset(config_, event_time);
152 bucket->Reset(config(), event_time);
170 bucket->Reset(config(), event_time);
175 // repeat_exhaustion_allowance_ times, it's a violation. Reset the bucket
178 bucket->Reset(config(), bucket->expiration());

Completed in 502 milliseconds

<<11121314151617181920>>