Lines Matching full:sample
84 * Sample rate conversion
488 * is dependent on the sample rate and block size.
876 * Calculates the fractional phase increment for the sample rate converter
879 * sampleRate - sample rate in samples/sec
882 * Returns fractional sample rate with a 15-bit fraction
900 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Sample rate %u not in table, calculating by division\n", sampleRate); */ }
1138 /* interpolate an output sample */
1182 /* if integer part of phase accumulator is non-zero, advance to next sample */
1196 /* decode the next sample */
1200 /* adjust phase by one sample */
1243 * Decodes a PCM sample
1278 /* fetch left or mono sample */
1295 /* fetch right sample */
1325 /* fetch left or mono sample */
1330 /* fetch right sample */
1361 /* calculate size of sample frame */
1373 /* calculate sample number fraction from msecs */
1377 /* add integer sample count */
1380 /* calculate the position based on sample frame size */
1384 /* past end of sample? */
1395 /* looped sample - calculate position in loop */