Searched refs:frameSize (Results 1 - 25 of 64) sorted by relevance

123

/external/llvm/lib/Target/Sparc/
H A DSparcSubtarget.cpp85 int SparcSubtarget::getAdjustedFrameSize(int frameSize) const {
90 frameSize += 128;
93 assert(frameSize % 16 == 0 && "Stack size not 16-byte aligned");
102 frameSize += 92;
106 frameSize = RoundUpToAlignment(frameSize, 8);
108 return frameSize;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMeter.cpp56 IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frameRect())); local
57 setLogicalWidth(isHorizontalWritingMode() ? frameSize.width() : frameSize.height());
69 IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frame)); local
70 computedValues.m_extent = isHorizontalWritingMode() ? frameSize.height() : frameSize.width();
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebImageSkia.cpp67 const IntSize frameSize = decoder->frameSizeAtIndex(i); local
68 if (WebSize(frameSize) == desiredSize) {
73 const int frameArea = frameSize.width() * frameSize.height();
115 const IntSize frameSize = decoder->frameSizeAtIndex(i); local
116 if (frameSize == lastSize)
118 lastSize = frameSize;
/external/srec/srec/include/
H A Dfpi_tgt.h51 #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 #define NEXT_FRAME_POINTER(PKT,X) ((X) >= (PKT)->lastFrameInStack ? (PKT)->frameStack : (X) + (PKT)->frameSize)
58 #define PREV_FRAME_POINTER(PKT,X) ((X) <= (PKT)->frameStack ? (PKT)->lastFrameInStack : (X) - (PKT)->frameSize)
61 #define POINTER_GAP(PKT, LEAD, LAG) ((LEAD) >= (LAG) ? ((LEAD) - (LAG))/(PKT)->frameSize : ((PKT)->featuresInStack + (LEAD) - (LAG))/(PKT)->frameSize)
82 int frameSize; /* How many data items per frame? */ member in struct:__anon31100
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DEC3TrackImpl.java31 int frameSize; field in class:EC3TrackImpl
66 long skipped = inputStream.skip(bsi.frameSize);
67 assert skipped == bsi.frameSize;
109 frameSize += bsi.frameSize;
188 entry.frameSize = 2 * (frmsiz + 1);
218 entry.frameSize *= (6 / numberOfBlocksPerSyncFrame);
387 entry.bitrate = (int) (((double) entry.samplerate) / 1536.0 * entry.frameSize * 8);
393 int read = frameSize;
395 while (frameSize
408 public int frameSize; field in class:EC3TrackImpl.BitStreamInfo
[all...]
/external/aac/libSBRdec/src/
H A Dpsdec_hybrid.h118 SCHAR frameSize; member in struct:__anon223
160 SCHAR frameSize,
/external/proguard/src/proguard/gui/splash/
H A DSplashPanel.java208 Dimension frameSize = frame.getSize();
209 frame.setLocation((screenSize.width - frameSize.width) / 2,
210 (screenSize.height - frameSize.height) / 2);
/external/aac/libSBRenc/src/
H A Dsbr.h141 int frameSize; /* SBR framelength. */ member in struct:SBR_ENCODER
H A Dtran_det.h127 INT frameSize,
H A Dps_encode.h183 const INT frameSize,
H A Dmh_det.h180 INT frameSize,
H A Dps_main.h158 INT frameSize; member in struct:T_PSENC_CONFIG
H A Dton_corr.h177 FDKsbrEnc_InitTonCorrParamExtr(INT frameSize, /*!< Current SBR frame size. */
/external/chromium_org/third_party/speex/libspeex/
H A Dmodes.h118 int frameSize; /**< Size of frames used for encoding */ member in struct:SpeexNBMode
137 int frameSize; /**< Size of frames used for encoding */ member in struct:SpeexSBMode
H A Dnb_celp.c132 st->frameSize = mode->frameSize;
133 st->nbSubframes=mode->frameSize/mode->subframeSize;
135 st->windowSize = st->frameSize+st->subframeSize;
159 st->winBuf = (spx_word16_t*)speex_alloc((st->windowSize-st->frameSize)*sizeof(spx_word16_t));
161 st->excBuf = (spx_word16_t*)speex_alloc((mode->frameSize+mode->pitchEnd+2)*sizeof(spx_word16_t));
163 st->swBuf = (spx_word16_t*)speex_alloc((mode->frameSize+mode->pitchEnd+2)*sizeof(spx_word16_t));
295 SPEEX_MOVE(st->excBuf, st->excBuf+st->frameSize, st->max_pitch+2);
296 SPEEX_MOVE(st->swBuf, st->swBuf+st->frameSize, st->max_pitch+2);
299 highpass(in, in, st->frameSize, (s
[all...]
H A Dnb_celp.h53 int frameSize; /**< Size of frames */ member in struct:EncState
127 int frameSize; /**< Size of frames */ member in struct:DecState
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Djitter_estimate_test.h68 timestamp90Khz(ts), wallClockMs(wallClk), frameSize(fs), keyFrame(_keyFrame), resent(_resent) {}
72 unsigned int frameSize; member in class:FrameSample
/external/speex/libspeex/
H A Dmodes.h118 int frameSize; /**< Size of frames used for encoding */ member in struct:SpeexNBMode
137 int frameSize; /**< Size of frames used for encoding */ member in struct:SpeexSBMode
H A Dnb_celp.c132 st->frameSize = mode->frameSize;
133 st->nbSubframes=mode->frameSize/mode->subframeSize;
135 st->windowSize = st->frameSize+st->subframeSize;
159 st->winBuf = (spx_word16_t*)speex_alloc((st->windowSize-st->frameSize)*sizeof(spx_word16_t));
161 st->excBuf = (spx_word16_t*)speex_alloc((mode->frameSize+mode->pitchEnd+2)*sizeof(spx_word16_t));
163 st->swBuf = (spx_word16_t*)speex_alloc((mode->frameSize+mode->pitchEnd+2)*sizeof(spx_word16_t));
295 SPEEX_MOVE(st->excBuf, st->excBuf+st->frameSize, st->max_pitch+2);
296 SPEEX_MOVE(st->swBuf, st->swBuf+st->frameSize, st->max_pitch+2);
299 highpass(in, in, st->frameSize, (s
[all...]
H A Dnb_celp.h53 int frameSize; /**< Size of frames */ member in struct:EncState
127 int frameSize; /**< Size of frames */ member in struct:DecState
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DTestLoadGenerator.cc435 int32_t frameSize = static_cast<int32_t>(_bitrateKbps * periodMs / 8 + 0.5);
436 frameSize = std::max(frameSize, static_cast<int32_t>(300 * periodMs / 8 + 0.5));
437 _accBits += frameSize * 8;
438 return frameSize;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.h48 * - frameSize : length of signal frame in ms, from iSAC decoder
62 const int16_t frameSize,
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifFrameManager.java44 private int frameSize = -1; field in class:GifFrameManager
87 if (frameSize == -1) {
90 return frameSize * decoder.getFrameCount();
141 frameSize = resource.getHeight() * resource.getRowBytes();
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.h48 * - frameSize : length of signal frame in ms, from iSAC decoder
62 const WebRtc_Word16 frameSize,
/external/aac/libPCMutils/include/
H A Dpcmutils_lib.h306 UINT frameSize,

Completed in 1724 milliseconds

123