/external/llvm/lib/Target/Sparc/ |
D | SparcSubtarget.cpp | 50 int SparcSubtarget::getAdjustedFrameSize(int frameSize) const { in getAdjustedFrameSize() 55 frameSize += 128; in getAdjustedFrameSize() 58 assert(frameSize % 16 == 0 && "Stack size not 16-byte aligned"); in getAdjustedFrameSize() 67 frameSize += 92; in getAdjustedFrameSize() 71 frameSize = RoundUpToAlignment(frameSize, 8); in getAdjustedFrameSize() 73 return frameSize; in getAdjustedFrameSize()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMeter.cpp | 58 …IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frameRect())… in updateLogicalWidth() local 59 setLogicalWidth(isHorizontalWritingMode() ? frameSize.width() : frameSize.height()); in updateLogicalWidth() 71 IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frame)); in computeLogicalHeight() local 72 computedValues.m_extent = isHorizontalWritingMode() ? frameSize.height() : frameSize.width(); in computeLogicalHeight()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | EC3TrackImpl.java | 31 int frameSize; field in EC3TrackImpl 66 long skipped = inputStream.skip(bsi.frameSize); in parse() 67 assert skipped == bsi.frameSize; in parse() 109 frameSize += bsi.frameSize; in parse() 188 entry.frameSize = 2 * (frmsiz + 1); in readVariables() 218 entry.frameSize *= (6 / numberOfBlocksPerSyncFrame); in readVariables() 387 entry.bitrate = (int) (((double) entry.samplerate) / 1536.0 * entry.frameSize * 8); in readVariables() 393 int read = frameSize; in readSamples() 395 while (frameSize == read) { in readSamples() 397 byte[] data = new byte[frameSize]; in readSamples() [all …]
|
D | AC3TrackImpl.java | 32 int frameSize; field in AC3TrackImpl 175 if (frameSize == 0) { in readVariables() 250 frameSize = 2 * bitRateAndFrameSizeTable[frmsizecode][flag][fscod][1]; in calcBitrateAndFrameSize() 267 byte[] data = new byte[frameSize]; in readSamples()
|
D | AACTrackImpl.java | 263 int frameSize = brb.readBits(13); in readSamples() local 271 frameSize -= used; in readSamples() 273 byte[] data = new byte[frameSize]; in readSamples()
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebImageSkia.cpp | 69 const IntSize frameSize = decoder->frameSizeAtIndex(i); in fromData() local 70 if (WebSize(frameSize) == desiredSize) { in fromData() 75 const int frameArea = frameSize.width() * frameSize.height(); in fromData() 117 const IntSize frameSize = decoder->frameSizeAtIndex(i); in framesFromData() local 118 if (frameSize == lastSize) in framesFromData() 120 lastSize = frameSize; in framesFromData()
|
/external/srec/srec/include/ |
D | fpi_tgt.h | 51 #define NEXT_FRAME_POINTER(PKT,X) (((X) + (PKT)->frameSize) & (PKT)->stackMask) 52 #define PREV_FRAME_POINTER(PKT,X) (((X) - (PKT)->frameSize) & (PKT)->stackMask) 54 #define POINTER_GAP(PKT, LEAD, LAG) ((((LEAD) - (LAG)) & (PKT)->stackMask)/(PKT)->frameSize) 57 …RAME_POINTER(PKT,X) ((X) >= (PKT)->lastFrameInStack ? (PKT)->frameStack : (X) + (PKT)->frameSize) 58 …RAME_POINTER(PKT,X) ((X) <= (PKT)->frameStack ? (PKT)->lastFrameInStack : (X) - (PKT)->frameSize) 61 …LEAD) >= (LAG) ? ((LEAD) - (LAG))/(PKT)->frameSize : ((PKT)->featuresInStack + (LEAD) - (LAG))/(PK… 82 int frameSize; /* How many data items per frame? */ member
|
/external/speex/libspeex/ |
D | nb_celp.c | 132 st->frameSize = mode->frameSize; in nb_encoder_init() 133 st->nbSubframes=mode->frameSize/mode->subframeSize; in nb_encoder_init() 135 st->windowSize = st->frameSize+st->subframeSize; in nb_encoder_init() 159 st->winBuf = (spx_word16_t*)speex_alloc((st->windowSize-st->frameSize)*sizeof(spx_word16_t)); in nb_encoder_init() 161 st->excBuf = (spx_word16_t*)speex_alloc((mode->frameSize+mode->pitchEnd+2)*sizeof(spx_word16_t)); in nb_encoder_init() 163 st->swBuf = (spx_word16_t*)speex_alloc((mode->frameSize+mode->pitchEnd+2)*sizeof(spx_word16_t)); in nb_encoder_init() 295 SPEEX_MOVE(st->excBuf, st->excBuf+st->frameSize, st->max_pitch+2); in nb_encode() 296 SPEEX_MOVE(st->swBuf, st->swBuf+st->frameSize, st->max_pitch+2); in nb_encode() 299 …highpass(in, in, st->frameSize, (st->isWideband?HIGHPASS_WIDEBAND:HIGHPASS_NARROWBAND)|HIGHPASS_IN… in nb_encode() 307 for (i=0;i<st->windowSize-st->frameSize;i++) in nb_encode() [all …]
|
D | modes.h | 118 int frameSize; /**< Size of frames used for encoding */ member 137 int frameSize; /**< Size of frames used for encoding */ member
|
D | nb_celp.h | 53 int frameSize; /**< Size of frames */ member 127 int frameSize; /**< Size of frames */ member
|
/external/aac/libPCMutils/src/ |
D | pcmutils_lib.cpp | 757 UINT frameSize, in pcmDmx_ApplyFrame() argument 799 if (frameSize == 0) { return (PCMDMX_INVALID_ARGUMENT); } in pcmDmx_ApplyFrame() 843 offset = frameSize; /* Channel specific offset factor */ in pcmDmx_ApplyFrame() 892 for (sample = 0; sample < frameSize; sample++) { in pcmDmx_ApplyFrame() 902 for (sample = 0; sample < frameSize; sample++) { in pcmDmx_ApplyFrame() 911 for (sample = 0; sample < frameSize; sample++) { in pcmDmx_ApplyFrame() 927 for (sample = 0; sample < frameSize; sample++) in pcmDmx_ApplyFrame() 954 for (sample = 0; sample < frameSize; sample++) in pcmDmx_ApplyFrame() 974 for (sample = 0; sample < frameSize; sample++) in pcmDmx_ApplyFrame() 1002 for (sample = 0; sample < frameSize; sample++) in pcmDmx_ApplyFrame() [all …]
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
D | avatar_label_button.mm | 115 NSSize frameSize = cellFrame.size; 118 backgroundRect.size = NSMakeSize(frameSize.width - 2, frameSize.height - 2); 135 backgroundRect.size = NSMakeSize(frameSize.width - 4, frameSize.height - 4);
|
/external/proguard/src/proguard/gui/splash/ |
D | SplashPanel.java | 208 Dimension frameSize = frame.getSize(); in main() local 209 frame.setLocation((screenSize.width - frameSize.width) / 2, in main() 210 (screenSize.height - frameSize.height) / 2); in main()
|
/external/jmonkeyengine/engine/src/test/jme3test/ |
D | TestChooser.java | 425 Dimension frameSize = this.getSize(); 426 if (frameSize.height > screenSize.height) { 427 frameSize.height = screenSize.height; 429 if (frameSize.width > screenSize.width) { 430 frameSize.width = screenSize.width; 432 this.setLocation((screenSize.width - frameSize.width) / 2, 433 (screenSize.height - frameSize.height) / 2);
|
/external/aac/libSBRdec/src/ |
D | psdec_hybrid.h | 118 SCHAR frameSize; member 160 SCHAR frameSize,
|
D | psdec_hybrid.cpp | 108 SCHAR frameSize, /*!< Framesize (in Qmf s�bband samples). */ in InitHybridFilterBank() argument 122 hs->frameSize = frameSize; in InitHybridFilterBank()
|
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 678 if (pSi->frameSize > 0) { in aacDecoder_UpdateBitStreamCounters() 679 pSi->bitRate = (nBits * pSi->sampleRate)/pSi->frameSize; in aacDecoder_UpdateBitStreamCounters() 810 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame; in aacDecoder_DecodeFrame() 860 if (self->streamInfo.frameSize == 768) { in aacDecoder_DecodeFrame() 861 self->streamInfo.frameSize = (self->streamInfo.aacSamplesPerFrame * 8) / 3; in aacDecoder_DecodeFrame() 863 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame << 1; in aacDecoder_DecodeFrame() 888 self->streamInfo.frameSize, in aacDecoder_DecodeFrame()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | bandwidth_estimator.c | 144 const WebRtc_Word16 frameSize, in WebRtcIsacfix_UpdateUplinkBwImpl() argument 191 if (frameSize == 60) { in WebRtcIsacfix_UpdateUplinkBwImpl() 193 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) { in WebRtcIsacfix_UpdateUplinkBwImpl() 208 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) { in WebRtcIsacfix_UpdateUplinkBwImpl() 232 bweStr->prevFrameSizeMs = frameSize; in WebRtcIsacfix_UpdateUplinkBwImpl() 246 frameSizeSampl = WEBRTC_SPL_MUL_16_16((WebRtc_Word16)SAMPLES_PER_MSEC, frameSize); in WebRtcIsacfix_UpdateUplinkBwImpl() 498 bweStr->prevFrameSizeMs = frameSize; in WebRtcIsacfix_UpdateUplinkBwImpl()
|
D | bandwidth_estimator.h | 62 const WebRtc_Word16 frameSize,
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | BitmapImage.cpp | 156 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size); in cacheFrame() local 157 if (frameSize != m_size) in cacheFrame() 194 IntSize frameSize = m_source.frameSizeAtIndex(m_currentFrame); in currentFrameSize() local 195 return frameSize; in currentFrameSize()
|
/external/aac/libSBRenc/src/ |
D | tran_det.h | 127 INT frameSize,
|
D | sbr.h | 141 int frameSize; /* SBR framelength. */ member
|
/external/srec/srec/clib/ |
D | fpi_tgt.c | 98 frmPkt->frameSize = dimen; in createFrameBuffer() 146 sizeof(featdata) * frmPkt->frameSize * frmPkt->frameStackSize); in clearFrameBuffer() 477 frmPkt->pullp - fCnt * frmPkt->frameSize); in setRECframePtr() 496 frmPkt->pushp - fCnt * frmPkt->frameSize); in setRECframePtr()
|
/external/aac/libPCMutils/include/ |
D | pcmutils_lib.h | 254 UINT frameSize,
|
/external/qemu/audio/ |
D | coreaudio.c | 284 int frameSize, in coreaudio_voice_init() argument 346 if (frameRange.mMinimum > frameSize) { in coreaudio_voice_init() 350 else if (frameRange.mMaximum < frameSize) { in coreaudio_voice_init() 355 core->bufferFrameSize = frameSize; in coreaudio_voice_init()
|