Home | History | Annotate | Download | only in sound

Lines Matching refs:samples

246 	unsigned int internal_tram_size;	/* in samples */
247 unsigned int external_tram_size; /* in samples */
312 unsigned int size; /* size in samples (4 bytes) */
313 unsigned int *samples; /* pointer to samples (20-bit) */
321 unsigned int tram_start; /* ring buffer position in TRAM (in samples) */
322 unsigned int buffer_size; /* count of buffered samples */
323 unsigned short gpr_size; /* GPR containing size of ringbuffer in samples (host) */
325 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
326 unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) */