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

  /system/media/audio_utils/
resampler.c 96 size_t inFrames = 0;
121 inFrames = rsmp->frames_in;
126 &inFrames,
132 &inFrames,
137 rsmp->frames_in -= inFrames;
144 rsmp->in_buf + inFrames * rsmp->channel_count,
echo_reference.c 182 size_t inFrames;
188 inFrames = buffer->frame_count;
191 inFrames = (buffer->frame_count * er->rd_sampling_rate) / er->wr_sampling_rate +
195 if (inFrames > wrBufSize) {
196 wrBufSize = inFrames;
245 // inFrames is always more than we need here to get frames remaining from previous runs
246 // inFrames is updated by resample() with the number of frames produced
250 (int16_t *)er->wr_buf, &inFrames);
257 inFrames = buffer->frame_count;
261 if (er->frames_in + inFrames > er->buf_size)
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 108 OMX_BOOL VPP_Test_Check_Frames(int YUVRGB, int inFrames, int OvlyFrames,int outRGBFrames,int outYUVFrames);
    [all...]

Completed in 593 milliseconds