Searched defs:Reset (Results 126 - 150 of 735) sorted by relevance

1234567891011>>

/external/chromium_org/media/audio/
H A Daudio_parameters.cc61 void AudioParameters::Reset(Format format, ChannelLayout channel_layout, function in class:media::AudioParameters
/external/chromium_org/media/base/
H A Dtext_ranges.cc12 Reset();
18 void TextRanges::Reset() { function in class:media::TextRanges
27 // attempt that follows a Reset().
/external/chromium_org/media/filters/
H A Dtest_video_frame_scheduler.cc34 void TestVideoFrameScheduler::Reset() { function in class:media::TestVideoFrameScheduler
H A Dvideo_frame_scheduler_impl_unittest.cc55 void Reset() { function in class:media::VideoFrameSchedulerImplTest
56 scheduler_.Reset();
138 TEST_F(VideoFrameSchedulerImplTest, Reset) {
146 Reset();
/external/chromium_org/media/formats/mp2t/
H A Des_parser.cc48 void EsParser::Reset() { function in class:media::mp2t::EsParser
H A Dtimestamp_unroller.cc87 void TimestampUnroller::Reset() { function in class:media::mp2t::TimestampUnroller
/external/chromium_org/mojo/public/tests/
H A Dtest_support_private.cc64 void TestSupport::Reset() { function in class:mojo::test::TestSupport
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dgetdents_helper.cc31 void GetDentsHelper::Reset() { function in class:nacl_io::GetDentsHelper
H A Dpepper_interface.cc32 void ScopedResource::Reset(PP_Resource resource) { function in class:nacl_io::ScopedResource
55 void ScopedVar::Reset(PP_Var var) { function in class:nacl_io::ScopedVar
/external/chromium_org/net/cert/
H A Dtest_root_certs.cc61 Reset(cert);
65 Reset(NULL);
68 void ScopedTestRoot::Reset(X509Certificate* cert) { function in class:net::ScopedTestRoot
/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/cpp/
H A Dvideo_decoder.cc120 int32_t VideoDecoder::Reset(const CompletionCallback& cc) { function in class:pp::VideoDecoder
122 return get_interface<PPB_VideoDecoder_0_2>()->Reset(
126 return get_interface<PPB_VideoDecoder_0_1>()->Reset(
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_line_reader.cpp17 Reset();
23 LineReader::~LineReader() { Reset(); }
26 Reset();
30 void LineReader::Reset() { function in class:crazy::LineReader
/external/chromium_org/third_party/icu/source/common/
H A Dbytestream.cpp36 CheckedArrayByteSink& CheckedArrayByteSink::Reset() { function in class:CheckedArrayByteSink
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlbuilder.cc45 XmlBuilder::Reset() { function in class:buzz::XmlBuilder
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dxmlbuilder.cc28 XmlBuilder::Reset() { function in class:buzz::XmlBuilder
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dcomfort_noise.cc23 void ComfortNoise::Reset() { function in class:webrtc::ComfortNoise
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();
H A Ddtmf_tone_generator.cc146 // Reset tone generator to uninitialized state.
147 void DtmfToneGenerator::Reset() { function in class:webrtc::DtmfToneGenerator
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Drate_statistics.cc29 void RateStatistics::Reset() { function in class:webrtc::RateStatistics
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dencoded_frame.cc78 Reset();
86 void VCMEncodedFrame::Reset() function in class:webrtc::VCMEncodedFrame
H A Drtt_filter.cc25 Reset();
47 VCMRttFilter::Reset() function in class:webrtc::VCMRttFilter
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dspatial_resampler.cc42 void VPMSimpleSpatialResampler::Reset() { function in class:webrtc::VPMSimpleSpatialResampler
/external/chromium_org/third_party/webrtc/test/
H A Dfake_decoder.cc56 int32_t FakeDecoder::Reset() { function in class:webrtc::test::FakeDecoder
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dbounds.py63 def Reset(self): member in class:Bounds

Completed in 2321 milliseconds

1234567891011>>