HomeSort by relevance Sort by last modified time
    Searched refs:frameCount (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.h 27 // The filter works on fixed sized blocks of data (frameCount multi-channel
72 // Process a buffer of data. Always processes frameCount multi-channel
75 // in The input buffer. Should be of size frameCount * nChannels.
76 // out The output buffer. Should be of size frameCount * nChannels.
77 // frameCount Number of multi-channel samples to process.
79 int frameCount);
98 int frameCount);
154 bool updateCoefs(const audio_coef_t coefs[NUM_COEFS], int frameCount);
158 int frameCount);
161 int frameCount);
    [all...]
AudioBiquadFilter.cpp 68 int frameCount) {
69 (this->*mCurProcessFunc)(in, out, frameCount);
123 int frameCount) {
124 int64_t maxDelta = mMaxDelta * frameCount;
143 int frameCount) {
146 memcpy(out, in, frameCount * mNumChannels * sizeof(audio_sample_t));
152 int frameCount) {
153 size_t nFrames = frameCount;
186 int frameCount) {
187 if (updateCoefs(mTargetCoefs, frameCount)) {
    [all...]
AudioPeakingFilter.h 99 // frameCount * nChannels interlaced samples. Processing can be done
103 // frameCount Number of frames to produce.
105 int frameCount) { mBiquad.process(in, out, frameCount); }
AudioShelvingFilter.h 93 // frameCount * nChannels interlaced samples. Processing can be done
97 // frameCount Number of frames to produce.
99 int frameCount) { mBiquad.process(in, out, frameCount); }
  /external/webkit/WebKit/mac/Misc/
WebKitStatistics.h 35 + (int)frameCount;
WebKitStatistics.m 46 + (int)frameCount
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 29 public Interpolator(int valueCount, int frameCount) {
31 mFrameCount = frameCount;
32 native_instance = nativeConstructor(valueCount, frameCount);
49 public void reset(int valueCount, int frameCount) {
51 mFrameCount = frameCount;
52 nativeReset(native_instance, valueCount, frameCount);
156 private static native int nativeConstructor(int valueCount, int frameCount);
158 private static native void nativeReset(int native_instance, int valueCount, int frameCount);
  /frameworks/base/services/audioflinger/
AudioResampler.cpp 127 mBuffer.frameCount = 0;
189 while (mBuffer.frameCount == 0) {
190 mBuffer.frameCount = inFrameCount;
196 // LOGE("New buffer fetched: %d frames\n", mBuffer.frameCount);
197 if (mBuffer.frameCount > inputIndex) break;
199 inputIndex -= mBuffer.frameCount;
200 mX0L = mBuffer.i16[mBuffer.frameCount*2-2];
201 mX0R = mBuffer.i16[mBuffer.frameCount*2-1];
203 // mBuffer.frameCount == 0 now so we reload a new buffer
222 if (inputIndex + 2 < mBuffer.frameCount) {
    [all...]
AudioBufferProvider.h 37 size_t frameCount;
AudioResamplerCubic.cpp 66 if (mBuffer.frameCount == 0) {
67 mBuffer.frameCount = inFrameCount;
71 // LOGW("New buffer: offset=%p, frames=%dn", mBuffer.raw, mBuffer.frameCount);
94 if (inputIndex == mBuffer.frameCount) {
97 mBuffer.frameCount = inFrameCount;
102 // LOGW("New buffer: offset=%p, frames=%d\n", mBuffer.raw, mBuffer.frameCount);
131 if (mBuffer.frameCount == 0) {
132 mBuffer.frameCount = inFrameCount;
136 // LOGW("New buffer: offset=%p, frames=%d\n", mBuffer.raw, mBuffer.frameCount);
159 if (inputIndex == mBuffer.frameCount) {
    [all...]
AudioMixer.cpp 43 AudioMixer::AudioMixer(size_t frameCount, uint32_t sampleRate)
48 mState.frameCount = frameCount;
237 int32_t volInc = d / int32_t(mState.frameCount);
257 int32_t volInc = d / int32_t(mState.frameCount);
401 state->outputTemp = new int32_t[MAX_NUM_CHANNELS * state->frameCount];
404 state->resampleTemp = new int32_t[MAX_NUM_CHANNELS * state->frameCount];
579 void AudioMixer::volumeRampStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux)
588 // (vl + vlInc*frameCount)/65536.0f, frameCount);
    [all...]
  /external/skia/src/animator/
SkOperandInterpolator.h 28 SkOperandInterpolator(int elemCount, int frameCount, SkDisplayTypes type);
31 void reset(int elemCount, int frameCount, SkDisplayTypes type);
SkOperandIterpolator.cpp 26 SkOperandInterpolator::SkOperandInterpolator(int elemCount, int frameCount,
29 this->reset(elemCount, frameCount, type);
32 void SkOperandInterpolator::reset(int elemCount, int frameCount, SkDisplayTypes type)
36 INHERITED::reset(elemCount, frameCount);
38 fStorage = sk_malloc_throw((sizeof(SkOperand) * elemCount + sizeof(SkTimeCode)) * frameCount);
40 fValues = (SkOperand*) ((char*) fStorage + sizeof(SkTimeCode) * frameCount);
  /external/webkit/WebCore/platform/graphics/
BitmapImage.cpp 115 size_t numFrames = frameCount();
183 size_t BitmapImage::frameCount()
187 m_frameCount = m_source.frameCount();
204 if (index >= frameCount())
215 if (index >= frameCount())
226 if (index >= frameCount())
237 if (index >= frameCount())
270 if (m_frameTimer || !shouldAnimate() || frameCount() <= 1)
292 size_t nextFrame = (m_currentFrame + 1) % frameCount();
300 if (!m_allDataReceived && repetitionCount(false) == cAnimationLoopOnce && m_currentFrame >= (frameCount() - 1)
    [all...]
  /frameworks/base/media/libmedia/
AudioTrack.cpp 48 int* frameCount,
69 *frameCount = (sampleRate == 0) ? afFrameCount * minBufCount :
86 int frameCount,
95 frameCount, flags, cbf, user, notificationFrames,
140 int frameCount,
209 mFrameCount = frameCount;
216 frameCount, flags, sharedBuffer, output, true);
278 uint32_t AudioTrack::frameCount() const
280 return mCblk->frameCount;
518 loopEnd - loopStart > cblk->frameCount) {
    [all...]
AudioRecord.cpp 48 int* frameCount,
73 *frameCount = size;
89 int frameCount,
98 frameCount, flags, cbf, user, notificationFrames, sessionId);
122 int frameCount,
131 LOGV("set(): sampleRate %d, channels %d, frameCount %d",sampleRate, channels, frameCount);
166 // validate framecount
174 if (frameCount == 0) {
175 frameCount = minFrameCount
    [all...]
  /external/skia/include/utils/
SkInterpolator.h 33 void reset(int elemCount, int frameCount);
97 SkInterpolator(int elemCount, int frameCount);
98 void reset(int elemCount, int frameCount);
  /external/webkit/WebKit/chromium/src/
WebImageSkia.cpp 59 const size_t frameCount = source.frameCount();
62 for (size_t i = 0; i < frameCount; ++i) {
  /frameworks/base/include/private/media/
AudioTrackShared.h 63 uint32_t frameCount;
88 uint32_t stepUser(uint32_t frameCount);
89 bool stepServer(uint32_t frameCount);
  /frameworks/base/include/media/
AudioRecord.h 70 size_t frameCount;
111 static status_t getMinFrameCount(int* frameCount,
133 * frameCount: Total size of track PCM buffer in frames. This defines the
154 int frameCount = 0,
180 int frameCount = 0,
207 uint32_t frameCount() const;
298 /* obtains a buffer of "frameCount" frames. The buffer must be
352 int frameCount,
AudioTrack.h 75 size_t frameCount;
112 static status_t getMinFrameCount(int* frameCount,
134 * frameCount: Total size of track PCM buffer in frames. This defines the
148 int frameCount = 0,
192 int frameCount = 0,
220 uint32_t frameCount() const;
282 * (loopEnd-loopStart) <= framecount()
389 /* obtains a buffer of "frameCount" frames. The buffer must be
444 int frameCount,
  /external/webkit/WebKit/win/
WebKitStatistics.h 51 virtual HRESULT STDMETHODCALLTYPE frameCount(
  /frameworks/base/core/jni/android/graphics/
Interpolator.cpp 8 static SkInterpolator* Interpolator_constructor(JNIEnv* env, jobject clazz, int valueCount, int frameCount)
10 return new SkInterpolator(valueCount, frameCount);
18 static void Interpolator_reset(JNIEnv* env, jobject clazz, SkInterpolator* interp, int valueCount, int frameCount)
20 interp->reset(valueCount, frameCount);
  /external/webkit/WebKit/win/Interfaces/
IWebKitStatistics.idl 41 HRESULT frameCount([out, retval] int* count);
  /external/webkit/WebCore/history/
PageCache.cpp 66 int PageCache::frameCount() const
68 int frameCount = 0;
70 ++frameCount;
72 frameCount += current->m_cachedPage ? current->m_cachedPage->cachedMainFrame()->descendantFrameCount() : 0;
75 return frameCount;

Completed in 839 milliseconds

1 2 3 4 5