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

  /device/asus/fugu/libaudio/
AudioStreamIn.cpp 60 , mFramesIn(0)
482 if (mFramesIn == 0) {
491 mFramesIn = mPcmConfig.period_size;
496 for (unsigned int i = 1; i < mFramesIn; i++) {
502 buffer->frame_count = (buffer->frame_count > mFramesIn) ?
503 mFramesIn : buffer->frame_count;
504 buffer->i16 = mBuffer + (mPcmConfig.period_size - mFramesIn);
516 mFramesIn -= buffer->frame_count;
AudioStreamIn.h 117 unsigned int mFramesIn;

Completed in 43 milliseconds