HomeSort by relevance Sort by last modified time
    Searched full:samplesperframe (Results 1 - 25 of 32) sorted by null

1 2

  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/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++) {
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/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++) {
  /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++) {
  /development/samples/browseable/MidiScope/src/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++) {
  /development/samples/browseable/MidiSynth/src/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/chromium-trace/catapult/tracing/tracing/ui/analysis/
frame_power_usage_chart_perf_test.html 22 var samplesPerFrame = 200;
28 vsyncTimestamps.push(i * samplesPerFrame);
29 for (var j = 0; j < samplesPerFrame; j++)
  /external/aac/libAACdec/src/
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.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.h 104 int samplesPerFrame);
136 const int samplesPerFrame,
channelinfo.h 298 AAC_DECODER_ERROR getSamplingRateInfo(SamplingRateInfo *t, UINT samplesPerFrame, UINT samplingRateIndex, UINT samplingRate);
  /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/libSBRdec/src/
sbrdecoder.cpp 239 int samplesPerFrame,
308 samplesPerFrame,
349 if (CreatePsDec ( &self->hParametricStereoDec, samplesPerFrame )) {
455 const int samplesPerFrame,
478 && self->codecFrameSize == samplesPerFrame
490 self->codecFrameSize = samplesPerFrame;
577 samplesPerFrame,
645 const INT samplesPerFrame,
669 samplesPerFrame,
    [all...]
env_extr.h 321 const int samplesPerFrame,
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackLatencyTest.java 122 public int samplesPerFrame = 2;
137 samplesPerFrame, 1, amplitude);
148 int smallBuffSizeInFrames = smallBufferSize / (samplesPerFrame * bytesPerSample);
164 int framesWrittenTotal = samplesWrittenTotal / samplesPerFrame;
181 int framesRemaining = samplesRemaining / samplesPerFrame;
AudioHelper.java 74 public static short[] createSineWavesShort(int numFrames, int samplesPerFrame,
76 final short[] data = new short[numFrames * samplesPerFrame];
80 for (int sampleIndex = 0; sampleIndex < samplesPerFrame; sampleIndex++) {
  /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) )
  /external/aac/libSBRdec/include/
sbrdecoder.h 175 * \param samplesPerFrame Number of samples per frames.
186 const int samplesPerFrame,
207 const INT samplesPerFrame,
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 480 INT samplesPerFrame = hTp->asc->m_samplesPerFrame;
486 if ( (samplesPerFrame == 0 ) || (samplingFrequency == 0) ) {
491 maxAU = hTp->burstPeriod * samplingFrequency + (samplesPerFrame*1000 - 1);
492 maxAU = maxAU / (samplesPerFrame*1000);
496 avgBitsPerFrame = hTp->avgBitRate * samplesPerFrame + (samplingFrequency-1);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 463 for (i = 1; i < pMP->samplesPerFrame[j]; i++)
812 /* for pMP->samplesPerFrame */
813 pMP->samplesPerFrame[pMP->framePos] = 0;
    [all...]
avcenc_int.h 187 int samplesPerFrame[30]; /* number of samples per frame, 30->30fps */
  /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;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 315 /* for pMP->samplesPerFrame */
316 pMP->samplesPerFrame[pMP->framePos] = 0;
    [all...]

Completed in 891 milliseconds

1 2