/external/qemu/audio/ |
coreaudio.c | 501 UInt32 frame, frameCount; 520 frameCount = core->bufferFrameSize; 524 if (live < frameCount) { 534 for (frame = 0; frame < frameCount; frame++) { 549 rpos = (rpos + frameCount) % hw->samples; 550 core->decr += frameCount; 639 UInt32 frame, frameCount; 658 frameCount = core->bufferFrameSize; 661 D("%s: enter avail=%d core.decr=%d core.pos=%d hw.samples=%d hw.total_samples_captured=%d frameCount=%d\n", 662 __FUNCTION__, avail, core->decr, core->pos, hw->samples, hw->total_samples_captured, (int)frameCount); [all...] |
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
MockSpdyPeer.java | 39 private int frameCount = 0; 50 frameCount++; 54 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), Integer.MAX_VALUE)); 64 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), truncateToLength)); 103 for (int i = 0; i < frameCount; i++) {
|
/frameworks/av/services/audioflinger/ |
AudioMixer.h | 40 AudioMixer(size_t frameCount, uint32_t sampleRate, 173 uint16_t frameCount; 220 size_t frameCount; 278 static void volumeRampStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, 280 static void volumeStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp,
|
FastMixer.cpp | 205 size_t frameCount = current->mFrameCount; 228 if ((format != previousFormat) || (frameCount != previous->mFrameCount)) { 234 if (frameCount > 0 && sampleRate > 0) { 238 mixer = new AudioMixer(frameCount, sampleRate, FastMixerState::kMaxFastTracks); 239 mixBuffer = new short[frameCount * 2]; 240 periodNs = (frameCount * 1000000000LL) / sampleRate; // 1.00 241 underrunNs = (frameCount * 1750000000LL) / sampleRate; // 1.75 242 overrunNs = (frameCount * 500000000LL) / sampleRate; // 0.50 243 forceNs = (frameCount * 950000000LL) / sampleRate; // 0.95 244 warmupNs = (frameCount * 500000000LL) / sampleRate; // 0.5 [all...] |
PlaybackTracks.h | 31 size_t frameCount, 152 size_t frameCount, 195 size_t frameCount, 244 size_t frameCount);
|
/frameworks/av/media/libeffects/preprocessing/ |
PreProcessing.cpp | 107 size_t frameCount; // buffer size before input resampler ( <=> apmFrameCount) 798 session->frameCount = session->apmFrameCount; 931 session->frameCount = session->apmFrameCount; 933 session->frameCount = (session->apmFrameCount * session->samplingRate) / [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
BitmapImage.h | 169 return size().width() != 1 || size().height() != 1 || frameCount() > 1; 198 size_t frameCount(); 256 if (!m_checkedForSolidColor && frameCount() > 0) {
|
ImageSource.cpp | 128 size_t ImageSource::frameCount() const 130 return m_decoder ? m_decoder->frameCount() : 0;
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
ImageDecoderQt.cpp | 97 size_t ImageDecoderQt::frameCount() 142 count = frameCount(); 200 frameCount();
|
/frameworks/av/include/media/ |
IAudioFlinger.h | 63 size_t frameCount, 76 size_t frameCount, 90 virtual size_t frameCount(audio_io_handle_t output) const = 0;
|
AudioSystem.h | 97 static status_t getOutputFrameCount(size_t* frameCount, 108 size_t* frameCount); 158 : samplingRate(0), format(AUDIO_FORMAT_DEFAULT), channels(0), frameCount(0), latency(0) {} 163 size_t frameCount; 298 // (sampling rate, framecount, channel count...)
|
/frameworks/av/media/libmedia/ |
IAudioFlingerClient.cpp | 58 data.writeInt32(desc->frameCount); 88 desc.frameCount = data.readInt32();
|
/external/webkit/Source/WebCore/bindings/v8/ |
DebuggerScript.js | 138 var frameCount = execState.frameCount(); 139 if (frameCount === 0) 143 for (var i = frameCount - 1; i >= 0; i--) {
|
/external/webkit/Source/WebCore/history/ |
CachedPage.cpp | 74 ASSERT(!page->frameCount());
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
GraphicsContext3DSkia.cpp | 62 if (!decoder.frameCount() || !decoder.frameIsCompleteAtIndex(0))
|
/external/webkit/Source/WebCore/platform/image-decoders/ico/ |
ICOImageDecoder.h | 53 virtual size_t frameCount();
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.h | 97 int frameCount;
|
/frameworks/av/media/libeffects/testlibs/ |
AudioEqualizer.h | 180 // frameCount * nChannels interlaced samples. Processing can be done 184 // frameCount Number of frames to produce on each call to process(). 186 int frameCount);
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_ETC.c | 228 int frameCount; 230 frameCount = Exynos_OSAL_PerfFrameCount(id); 233 Exynos_OSAL_Log(EXYNOS_LOG_INFO, "%s Frame Count: %d", prefix, frameCount); 235 prefix, (float)perfTotal / (float)(frameCount * 1000),
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorPlayer.cpp | 348 return mTrack->frameCount() * frameSize(); 351 ssize_t VideoEditorPlayer::VeAudioOutput::frameCount() const { 354 return mTrack->frameCount(); 411 int frameCount; 422 frameCount = (sampleRate*afFrameCount*bufferCount)/afSampleRate; 444 frameCount, 454 frameCount,
|
/frameworks/av/media/libeffects/visualizer/ |
EffectVisualizer.cpp | 268 inBuffer->frameCount != outBuffer->frameCount || 269 inBuffer->frameCount == 0) { 280 int len = inBuffer->frameCount * 2; 305 inIdx < inBuffer->frameCount; 326 for (size_t i = 0; i < outBuffer->frameCount*2; i++) { 330 memcpy(outBuffer->raw, inBuffer->raw, outBuffer->frameCount * 2 * sizeof(int16_t));
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
EffectReverb.cpp | 402 // frameCount: Frames to process 413 int frameCount, 438 fwrite(pIn, frameCount*sizeof(LVM_INT16)*samplesPerFrame, 1, pContext->PcmInPtr); 450 for(int i=0; i<frameCount*samplesPerFrame; i++){ 455 for (int i = 0; i < frameCount; i++) { 462 memset(pContext->OutFrames32, 0, frameCount * sizeof(LVM_INT32) * 2); //always stereo here 465 memset(pContext->InFrames32,0,frameCount * sizeof(LVM_INT32) * samplesPerFrame); 473 frameCount); /* Number of samples to read */ 481 for (int i=0; i < frameCount*2; i++) { //always stereo here 485 for (int i=0; i < frameCount*2; i++) { //always stereo her [all...] |
/external/proguard/src/proguard/preverify/ |
CodePreverifier.java | 166 int frameCount = stackMapFrameList.size(); 183 if (frameCount != originalFrameCount || 190 else if (frameCount != 0) 196 if (frameCount == 0) 209 FullFrame[] stackMapFrames = new FullFrame[frameCount]; 218 StackMapFrame[] stackMapFrames = new StackMapFrame[frameCount];
|
/frameworks/base/core/jni/ |
android_media_AudioRecord.cpp | 194 ALOGE("Error creating AudioRecord: frameCount is 0."); 198 size_t frameCount = buffSizeInBytes / frameSize; 240 frameCount, 391 ssize_t recorderBuffSize = lpRecorder->frameCount()*lpRecorder->frameSize(); 510 size_t frameCount = 0; 511 status_t result = AudioRecord::getMinFrameCount(&frameCount, 523 return frameCount * nbChannels * (audioFormat == javaAudioRecordFields.PCM16 ? 2 : 1);
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
ImageMac.mm | 78 unsigned numFrames = frameCount();
|