Searched defs:frameSize (Results 1 - 25 of 49) sorted by relevance

12

/external/aac/libPCMutils/src/
H A Dpcm_utils.cpp110 const UINT channels, const UINT frameSize,
116 In += frameSize;
122 const UINT channels, const UINT frameSize,
128 In += frameSize;
134 const UINT channels, const UINT frameSize,
140 In += frameSize;
146 const UINT channels, const UINT frameSize,
151 for (UINT sample = 0; sample < frameSize; sample++) {
159 const UINT channels, const UINT frameSize,
164 for (UINT sample = 0; sample < frameSize; sampl
109 FDK_interleave(const FIXP_DBL *RESTRICT pIn, LONG *RESTRICT pOut, const UINT channels, const UINT frameSize, const UINT length) argument
121 FDK_interleave(const FIXP_DBL *RESTRICT pIn, SHORT *RESTRICT pOut, const UINT channels, const UINT frameSize, const UINT length) argument
133 FDK_interleave(const FIXP_SGL *RESTRICT pIn, SHORT *RESTRICT pOut, const UINT channels, const UINT frameSize, const UINT length) argument
145 FDK_deinterleave(const LONG *RESTRICT pIn, SHORT *RESTRICT _pOut, const UINT channels, const UINT frameSize, const UINT length) argument
158 FDK_deinterleave(const LONG *RESTRICT pIn, LONG *RESTRICT _pOut, const UINT channels, const UINT frameSize, const UINT length) argument
171 FDK_deinterleave(const SHORT *RESTRICT pIn, SHORT *RESTRICT _pOut, const UINT channels, const UINT frameSize, const UINT length) argument
184 FDK_deinterleave(const SHORT *RESTRICT pIn, LONG *RESTRICT _pOut, const UINT channels, const UINT frameSize, const UINT length) argument
[all...]
/external/libxcam/plugins/smart/dvs/libdvs/
H A Dlibdvs.cpp50 cv::Size frameSize; local
51 frameSize.width = width;
52 frameSize.height = height;
64 _videoStab->setFrameSize(frameSize);
H A Dtest-image-stabilization.cpp119 Size frameSize = Size(source->width(), source->height()); local
143 outputFps, dvs->trimedVideoSize(frameSize));
H A Dstabilizer.cpp372 VideoStabilizer::setFrameSize(Size frameSize) argument
374 frameSize_ = frameSize;
406 VideoStabilizer::trimedVideoSize(Size frameSize) argument
409 outputFrameSize.width = ((int)((float)frameSize.width * (1 - 2 * trimRatio_)) >> 3) << 3;
410 outputFrameSize.height = ((int)((float)frameSize.height * (1 - 2 * trimRatio_)) >> 3) << 3;
/external/drrickorang/LoopbackApp/app/src/main/jni/audio_utils/
H A Dfifo.c29 void audio_utils_fifo_init(struct audio_utils_fifo *fifo, size_t frameCount, size_t frameSize, argument
32 ALOG_ASSERT(fifo != NULL && frameCount > 0 && frameSize > 0 && buffer != NULL);
36 fifo->mFrameSize = frameSize;
/external/aac/libDRCdec/src/
H A DdrcGainDec_init.cpp187 initGainDec(HANDLE_DRC_GAIN_DECODER hGainDec, const int frameSize, argument
191 if (frameSize < 1) {
195 hGainDec->frameSize = frameSize;
197 if (hGainDec->frameSize * 1000 < sampleRate) {
202 if (hGainDec->deltaTminDefault > hGainDec->frameSize) {
229 void initDrcGainBuffers(const int frameSize, DRC_GAIN_BUFFERS* drcGainBuffers) { argument
242 frameSize - 1;
254 drcGainBuffers->dummyLnb.linearNode[i][0].time = frameSize - 1;
289 if (pCoef->drcFrameSize != hGainDec->frameSize) {
[all...]
H A DdrcDec_gainDecoder.cpp173 drcDec_GainDecoder_Init(HANDLE_DRC_GAIN_DECODER hGainDec, const int frameSize, argument
177 err = initGainDec(hGainDec, frameSize, sampleRate);
180 initDrcGainBuffers(hGainDec->frameSize, &hGainDec->drcGainBuffers);
303 hUniDrcGain->gainNode[seq][0].time = hGainDec->frameSize - 1;
310 const int frameSize,
353 if (frameSize == 1024)
356 stepsize = (LONG)stepsize / frameSize;
361 n_min, frameSize);
363 for (i = 0; i < frameSize; i++) {
438 return hGainDec->frameSize;
308 drcDec_GainDecoder_SetChannelGains(HANDLE_DRC_GAIN_DECODER hGainDec, const int numChannels, const int frameSize, const FIXP_DBL* channelGainDb, const int audioBufferChannelOffset, FIXP_DBL* audioBuffer) argument
[all...]
H A DdrcDec_gainDecoder.h112 delaySamples)/frameSize */
174 INT frameSize; member in struct:__anon347
198 drcDec_GainDecoder_Init(HANDLE_DRC_GAIN_DECODER hGainDec, const int frameSize,
259 const int frameSize,
H A DdrcGainDec_process.cpp202 const int frameSize, const GAIN_INTERPOLATION_TYPE gainInterpolationType,
223 if ((timePrev >= (frameSize - 1)) ||
236 stop = fMin(time, (SHORT)(frameSize - 1)) - timePrev + 1;
265 offset = hGainDec->frameSize;
270 hGainDec->frameSize) /* if delaySamples is too big, NUM_LNB_FRAMES
313 nodePrevious.time -= hGainDec->frameSize;
340 hGainDec->frameSize, pLnb->gainInterpolationType,
342 lnbPointerDiff * hGainDec->frameSize + delaySamples + offset, 1,
380 offset = hGainDec->frameSize;
385 hGainDec->frameSize) /* i
201 _processNodeSegments( const int frameSize, const GAIN_INTERPOLATION_TYPE gainInterpolationType, const int nNodes, const NODE_LIN* pNodeLin, const int offset, const SHORT stepsize, const NODE_LIN nodePrevious, const FIXP_DBL channelGain, FIXP_DBL* buffer) argument
[all...]
H A DFDK_drcDecLib.cpp324 FDK_drcDec_Init(HANDLE_DRC_DECODER hDrcDec, const int frameSize, argument
329 if (hDrcDec == NULL || frameSize == 0 || sampleRate == 0 ||
345 dErr = drcDec_GainDecoder_Init(hDrcDec->hGainDec, frameSize, sampleRate);
535 const int numChannels, const int frameSize,
546 drcDec_GainDecoder_SetChannelGains(hDrcDec->hGainDec, numChannels, frameSize,
810 int frameSize, n, ic, oc; local
832 frameSize = drcDec_GainDecoder_GetFrameSize(hDrcDec->hGainDec);
835 audioChannels[ic] = &(realBuffer[ic * frameSize]);
839 for (n = 0; n < frameSize; n++) {
857 FDKmemset(audioChannels[oc], 0, frameSize * sizeo
534 FDK_drcDec_SetChannelGains(HANDLE_DRC_DECODER hDrcDec, const int numChannels, const int frameSize, FIXP_DBL* channelGainDb, FIXP_DBL* audioBuffer, const int audioBufferChannelOffset) argument
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
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 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 Dsbrdec_drc.cpp207 int frameSize = (frameLenFlag == 1) ? 960 : 1024; local
384 if (topMdct >= frameSize) {
385 topMdct = frameSize - 1;
/external/aac/libSBRenc/src/
H A Dps_main.h174 INT frameSize; member in struct:T_PSENC_CONFIG
H A Dsbr.h162 int frameSize; /* SBR framelength. */ member in struct:SBR_ENCODER
H A Dps_main.cpp551 const INT frameSize = hParametricStereo->noQmfSlots; local
572 for (col = 0; col < frameSize; col++) {
573 int i, section = (col < frameSize - HYBRID_READ_OFFSET) ? 0 : 1;
/external/skia/tests/
H A DPathOpsConicIntersectionTest.cpp246 int frameSize = frameSizes[index]; local
247 for (int fIndex = 0; fIndex < frameSize; ++fIndex) {
276 for (int fIndex = 0; fIndex < frameSize; ++fIndex) {
/external/skqp/tests/
H A DPathOpsConicIntersectionTest.cpp246 int frameSize = frameSizes[index]; local
247 for (int fIndex = 0; fIndex < frameSize; ++fIndex) {
276 for (int fIndex = 0; fIndex < frameSize; ++fIndex) {
/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.h53 int frameSize; /**< Size of frames */ member in struct:EncState
127 int frameSize; /**< Size of frames */ member in struct:DecState
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DCameraEnumerationAndroid.java85 public int frameSize() { method in class:CameraEnumerationAndroid.CaptureFormat
86 return frameSize(width, height, imageFormat);
93 public static int frameSize(int width, int height, int imageFormat) { method in class:CameraEnumerationAndroid.CaptureFormat
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
H A DVideoCapturerAndroidTestFixtures.java105 private int frameSize = 0; field in class:VideoCapturerAndroidTestFixtures.FakeCapturerObserver
126 frameSize = frame.length;
141 frameSize = 0;
164 int frameSize() { method in class:VideoCapturerAndroidTestFixtures.FakeCapturerObserver
166 return frameSize;
395 assertEquals(0, observer.frameSize());
397 assertTrue(format.frameSize() <= observer.frameSize());
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c66 int frameSize = 30; /* ms */ local
263 // WebRtcIsac_Control(ISAC_main_inst, b2, frameSize);
271 if (WebRtcIsac_Control(ISAC_main_inst, bottleneck, frameSize) < 0) {
/external/aac/libAACdec/include/
H A Daacdecoder_lib.h323 CStreamInfo structure. While the struct members sampleRate, frameSize and
382 Where N equals to CStreamInfo::frameSize .
424 Where N equals to CStreamInfo::frameSize .
450 Where N equals to CStreamInfo::frameSize .
814 INT frameSize; /*!< The frame size of the decoded PCM audio signal. \n member in struct:__anon179
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h251 INT frameSize; member in struct:SBR_CONFIG_DATA
336 * \param inputBufferBufSize Buffer offset of one channel (frameSize + delay)

Completed in 472 milliseconds

12