HomeSort by relevance Sort by last modified time
    Searched refs:samplesPerFrame (Results 1 - 24 of 24) sorted by null

  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SynthVoice.java 47 * @param samplesPerFrame
50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) {
51 int numFrames = outputBuffer.length / samplesPerFrame;
54 int offset = i * samplesPerFrame;
55 for (int jf = 0; jf < samplesPerFrame; jf++) {
  /external/aac/libAACdec/src/
conceal.h 104 int samplesPerFrame);
136 const int samplesPerFrame,
channelinfo.cpp 234 UINT samplesPerFrame,
245 switch (samplesPerFrame) {
272 FDK_ASSERT(t->ScaleFactorBands_Long[t->NumberOfScaleFactorBands_Long] == samplesPerFrame);
273 FDK_ASSERT(t->ScaleFactorBands_Short == NULL || t->ScaleFactorBands_Short[t->NumberOfScaleFactorBands_Short]*8 == samplesPerFrame);
conceal.cpp 209 const int samplesPerFrame,
222 const int samplesPerFrame,
236 int samplesPerFrame
324 int samplesPerFrame )
734 const int samplesPerFrame,
779 FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, samplesPerFrame * sizeof(FIXP_DBL));
793 samplesPerFrame,
803 samplesPerFrame,
831 const int samplesPerFrame,
842 FDK_ASSERT((samplesPerFrame>=480) && (samplesPerFrame<=1024))
    [all...]
channelinfo.h 298 AAC_DECODER_ERROR getSamplingRateInfo(SamplingRateInfo *t, UINT samplesPerFrame, UINT samplingRateIndex, UINT samplingRate);
  /external/aac/libSBRdec/include/
sbrdecoder.h 175 * \param samplesPerFrame Number of samples per frames.
186 const int samplesPerFrame,
207 const INT samplesPerFrame,
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
SyncSampleIntersectFinderImpl.java 104 long samplesPerFrame = sttsEntry.getDelta(); // Assuming all audio tracks have the same number of samples per frame, which they do for all known types
107 long start = (long) Math.ceil(stretch * (refSyncSamples[i] - 1) * samplesPerFrame);
117 long samplesPerFrame = sttsEntry.getDelta(); // Assuming all audio tracks have the same number of samples per frame, which they do for all known types
123 syncSamples[i] = (long) (1 + syncSamples[i] * factor / (double) samplesPerFrame);
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 377 int samplesPerFrame = config->samplesPerFrame;
380 FDKwriteBits( asc, ((samplesPerFrame==960 || samplesPerFrame==480)?1:0), 1); /* frameLengthFlag: 1 for a 960/480 (I)MDCT, 0 for a 1024/512 (I)MDCT*/
420 FDKwriteBits(hBs, (config->samplesPerFrame == 480) ? 1 : 0, 1);
tpenc_lib.cpp 265 ||(hTpEnc->config.samplesPerFrame != 1024))
281 ||(hTpEnc->config.samplesPerFrame != 1024) )
tpenc_latm.cpp 575 hsfSamplesFrame = hAss->config[prog][layer]->samplesPerFrame * highestSamplingRate / hAss->config[prog][layer]->samplingRate;
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 206 int samplesPerFrame,
275 samplesPerFrame,
317 if (CreatePsDec ( &self->hParametricStereoDec, samplesPerFrame )) {
422 const int samplesPerFrame,
445 && self->codecFrameSize == samplesPerFrame
457 self->codecFrameSize = samplesPerFrame;
543 samplesPerFrame,
611 const INT samplesPerFrame,
635 samplesPerFrame,
    [all...]
env_extr.h 319 const int samplesPerFrame,
env_extr.cpp 167 const int samplesPerFrame,
227 hHeaderData->numberTimeSlots = (samplesPerFrame/numAnalysisBands) >> (hHeaderData->timeStep - 1);
    [all...]
  /external/aac/libMpegTPDec/include/
tp_data.h 289 const INT samplesPerFrame,
  /external/aac/libMpegTPEnc/include/
tp_data.h 289 const INT samplesPerFrame,
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 272 EAS_INT samplesPerFrame;
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 463 INT samplesPerFrame = hTp->asc->m_samplesPerFrame;
469 if ( (samplesPerFrame == 0 ) || (samplingFrequency == 0) ) {
474 maxAU = hTp->burstPeriod * samplingFrequency + (samplesPerFrame*1000 - 1);
475 maxAU = maxAU / (samplesPerFrame*1000);
479 avgBitsPerFrame = hTp->avgBitRate * samplesPerFrame + (samplingFrequency-1);
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 418 LVM_INT16 samplesPerFrame = 1;
425 samplesPerFrame = 2;
440 fwrite(pIn, frameCount*sizeof(LVM_INT16)*samplesPerFrame, 1, pContext->PcmInPtr);
452 for(int i=0; i<frameCount*samplesPerFrame; i++){
467 memset(pContext->InFrames32,0,frameCount * sizeof(LVM_INT32) * samplesPerFrame);
468 ALOGV("\tZeroing %d samples per frame at the end of call", samplesPerFrame);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 187 int samplesPerFrame[30]; /* number of samples per frame, 30->30fps */
rate_control.cpp 463 for (i = 1; i < pMP->samplesPerFrame[j]; i++)
812 /* for pMP->samplesPerFrame */
813 pMP->samplesPerFrame[pMP->framePos] = 0;
    [all...]
  /external/aac/libSYS/include/
FDK_audio.h 357 int samplesPerFrame; /**< Number of PCM samples per codec frame and audio channel. */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 286 Int samplesPerFrame[30]; /* number of samples per frame, 30->30fps */
rate_control.cpp 315 /* for pMP->samplesPerFrame */
316 pMP->samplesPerFrame[pMP->framePos] = 0;
    [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp 505 cc->samplesPerFrame = hAacConfig->framelength;
    [all...]

Completed in 433 milliseconds