Home | History | Annotate | Download | only in src

Lines Matching refs:frames_read

430       int frames_read;        /* Frames read on one read */
438 frames_read = AudioRead ( CodecBuffer + iReadFrames, frames_to_read );
440 if ( frames_read > 0 )
441 iReadFrames += frames_read;
443 while ( ( iReadFrames < gCodecFragmentSizeInFrames ) && ( frames_read > 0 ) );