Searched defs:reset (Results 1 - 25 of 438) sorted by path

1234567891011>>

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp101 status_t SimplePlayer::reset() { function in class:android::SimplePlayer
/frameworks/av/include/media/
H A DBufferProviders.h49 virtual void reset() { } function in class:android::PassthruBufferProvider
51 // set the upstream buffer provider. Consider calling "reset" before this function.
80 virtual void reset();
188 virtual void reset();
H A DIMediaSource.h162 ALOGW_IF(p->second.first.get() != mem.get(), "Mismatched buffers without reset");
185 void reset() { function in struct:android::BnMediaSource::IndexCache
H A DLinearMap.h111 3) If the frame data is discontinuous (due to stop or flush) call reset() to clear
212 void reset() { function in class:android::LinearMap
213 // no need to reset mPos, we use a circular buffer.
H A DVolumeShaper.h965 void reset() { function in class:android::media::VolumeHandler
/frameworks/av/media/extractors/mkv/
H A DMatroskaExtractor.cpp103 void reset();
277 mBlockIter.reset();
303 reset();
387 void BlockIterator::reset() { function in class:android::BlockIterator
/frameworks/av/media/extractors/mp4/
H A DItemTable.cpp53 status_t getNextTileItemId(uint32_t *nextTileItemId, bool reset) { argument
54 if (reset) {
H A DSampleIterator.cpp41 reset();
44 void SampleIterator::reset() { function in class:android::SampleIterator
74 reset();
/frameworks/av/media/libaaudio/examples/loopback/src/
H A DLoopbackAnalyzer.h344 virtual void reset() {} function in class:LoopbackProcessor
452 void reset() override {
841 void reset() override {
/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerDyn.cpp159 void AudioResamplerDyn<TC, TI, TO>::InBuffer::reset() function in class:android::AudioResamplerDyn::InBuffer
190 // We reset mInSampleRate to 0, so setSampleRate() will calculate filters for
615 mInBuffer.reset();
H A DBufferProviders.cpp128 void CopyBufferProvider::reset() function in class:CopyBufferProvider
526 void TimestretchBufferProvider::reset() function in class:TimestretchBufferProvider
H A DRecordBufferConverter.cpp71 void RecordBufferConverter::reset() { function in class:android::RecordBufferConverter
73 mResampler->reset();
/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-resampler.cpp321 void reset() { function in class:Provider
376 resampler->reset();
414 provider.reset(); // during benchmarking reset only the provider
427 resampler->reset();
429 // TODO fix legacy bug: reset does not clear buffers.
459 resampler->reset();
461 printf("reset() complete\n");
H A Dtest_utils.h169 void reset() function in class:TestProvider
/frameworks/av/media/libcpustats/
H A DCentralTendencyStatistics.cpp38 void CentralTendencyStatistics::reset() function in class:CentralTendencyStatistics
/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPFrequency.cpp106 void LinkedLimiters::reset() { function in class:dp_fx::LinkedLimiters
134 void DPFrequency::reset() { function in class:dp_fx::DPFrequency
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp76 int (* reset)(preproc_effect_t *fx); member in struct:preproc_ops_s
1490 if (effect->ops->reset) {
1491 effect->ops->reset(effect);
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp30 reset();
43 void AudioBiquadFilter::reset() { function in class:android::AudioBiquadFilter
H A DAudioEqualizer.cpp84 void AudioEqualizer::reset() { function in class:android::AudioEqualizer
85 ALOGV("AudioEqualizer::reset()");
91 mpLowShelf->reset();
95 mpPeakingFilters[i].reset();
99 mpHighShelf->reset();
312 reset();
H A DAudioPeakingFilter.cpp47 reset();
58 void AudioPeakingFilter::reset() { function in class:android::AudioPeakingFilter
H A DAudioShelvingFilter.cpp64 void AudioShelvingFilter::reset() { function in class:android::AudioShelvingFilter
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp328 status_t reset() function in class:android::BpMediaPlayer
813 reply->writeInt32(reset());
H A DIMediaRecorder.cpp300 status_t reset() function in class:android::BpMediaRecorder
302 ALOGV("reset");
442 reply->writeInt32(reset());
H A DIMediaSource.cpp99 mMemoryCache.reset();
244 void reset() { function in struct:android::BpMediaSource::MemoryCache
298 mIndexCache.reset();
/frameworks/av/media/libmedia/include/media/
H A DBufferProviders.h49 virtual void reset() { } function in class:android::PassthruBufferProvider
51 // set the upstream buffer provider. Consider calling "reset" before this function.
80 virtual void reset();
188 virtual void reset();

Completed in 796 milliseconds

1234567891011>>