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

12

/external/llvm/lib/Target/Sparc/
H A DSparcSubtarget.cpp50 int SparcSubtarget::getAdjustedFrameSize(int frameSize) const {
55 frameSize += 128;
58 assert(frameSize % 16 == 0 && "Stack size not 16-byte aligned");
67 frameSize += 92;
71 frameSize = RoundUpToAlignment(frameSize, 8);
73 return frameSize;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMeter.cpp58 IntSize frameSize = theme()->meterSizeForBounds(this, pixelSnappedIntRect(frameRect())); local
59 setLogicalWidth(isHorizontalWritingMode() ? frameSize.width() : frameSize.height());
71 IntSize frameSize = theme()->meterSizeForBounds(this, pixelSnappedIntRect(frame)); local
72 computedValues.m_extent = isHorizontalWritingMode() ? frameSize.height() : frameSize.width();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebImageSkia.cpp68 const IntSize frameSize = decoder->frameSizeAtIndex(i); local
69 if (WebSize(frameSize) == desiredSize) {
74 const int frameArea = frameSize.width() * frameSize.height();
116 const IntSize frameSize = decoder->frameSizeAtIndex(i); local
117 if (frameSize == lastSize)
119 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:__anon25924
/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...]
H A DAC3TrackImpl.java32 int frameSize; field in class:AC3TrackImpl
175 if (frameSize == 0) {
250 frameSize = 2 * bitRateAndFrameSizeTable[frmsizecode][flag][fscod][1];
267 byte[] data = new byte[frameSize];
H A DAACTrackImpl.java263 int frameSize = brb.readBits(13);
271 frameSize -= used;
272 // System.out.println("Size: " + frameSize + " fullness: " + bufferFullness + " no blocks: " + noBlocks);
273 byte[] data = new byte[frameSize];
/external/aac/libSBRdec/src/
H A Dpsdec_hybrid.h118 SCHAR frameSize; member in struct:__anon221
160 SCHAR frameSize,
H A Dpsdec_hybrid.cpp108 SCHAR frameSize, /*!< Framesize (in Qmf s�bband samples). */
122 hs->frameSize = frameSize;
107 InitHybridFilterBank( HANDLE_HYBRID hs, SCHAR frameSize, SCHAR noBands, const UCHAR *pResolution ) argument
/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/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/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp757 UINT frameSize,
799 if (frameSize == 0) { return (PCMDMX_INVALID_ARGUMENT); }
843 offset = frameSize; /* Channel specific offset factor */
892 for (sample = 0; sample < frameSize; sample++) {
902 for (sample = 0; sample < frameSize; sample++) {
911 for (sample = 0; sample < frameSize; sample++) {
927 for (sample = 0; sample < frameSize; sample++)
954 for (sample = 0; sample < frameSize; sample++)
974 for (sample = 0; sample < frameSize; sample++)
1002 for (sample = 0; sample < frameSize; sampl
754 pcmDmx_ApplyFrame( HANDLE_PCM_DOWNMIX self, INT_PCM *pPcmBuf, UINT frameSize, INT *nChannels, int fInterleaved, AUDIO_CHANNEL_TYPE channelType[], UCHAR channelIndices[], const UCHAR channelMapping[][8] ) argument
[all...]
/external/aac/libPCMutils/include/
H A Dpcmutils_lib.h254 UINT frameSize,
/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/jmonkeyengine/engine/src/test/jme3test/
H A DTestChooser.java425 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/libAACdec/src/
H A Daacdecoder_lib.cpp678 if (pSi->frameSize > 0) {
679 pSi->bitRate = (nBits * pSi->sampleRate)/pSi->frameSize;
810 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame;
860 if (self->streamInfo.frameSize == 768) {
861 self->streamInfo.frameSize = (self->streamInfo.aacSamplesPerFrame * 8) / 3;
863 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame << 1;
888 self->streamInfo.frameSize,
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DBitmapImage.cpp172 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
173 if (frameSize != m_size)
232 IntSize frameSize = m_source.frameSizeAtIndex(m_currentFrame);
234 return frameSize;

Completed in 726 milliseconds

12