Lines Matching refs:index

554 void Message ( const char* s, size_t index, long freq, size_t start, size_t stop )
556 unsigned long norm_index = 100lu * index / freq;
572 size_t calc_true_index ( size_t index, size_t start, size_t stop )
576 while ( index - start < DMA_SAMPLES )
577 index += stop - start;
578 return index - DMA_SAMPLES;
592 size_t index = start; /* derzeitiger Offset auf den Audiostr�men */
644 start = calc_true_index ( index, start, stop);
647 stop = calc_true_index ( index, start, stop);
654 index = start;
661 index = start;
676 index = start;
783 if ( index + BF >= stop )
784 index += feed (fd, A+index, stop-index );
786 index += feed (fd, A+index, BF );
790 if ( index + BF >= stop )
791 index += feed (fd, B+index, stop-index );
793 index += feed (fd, B+index, BF );
797 if ( index + BF >= stop )
798 index += feed2 (fd, B+index, A+index, stop-index );
800 index += feed2 (fd, B+index, A+index, BF );
805 if ( index + BF >= stop )
806 index += feed2 (fd, A+index, B+index, stop-index );
808 index += feed2 (fd, A+index, B+index, BF );
814 if ( index + BF >= stop )
815 index += feed (fd, A+index, stop-index ),
818 index += feed (fd, A+index, BF );
823 if ( index + BF >= stop )
824 index += feed (fd, B+index, stop-index ),
827 index += feed (fd, B+index, BF );
832 if ( index + BF >= stop )
833 index += feed (fd, (rnd ? B : A)+index, stop-index ),
836 index += feed (fd, (rnd ? B : A)+index, BF );
841 if ( index + BF >= stop )
842 index += feed (fd, (rnd ? A : B)+index, stop-index ),
845 index += feed (fd, (rnd ? A : B)+index, BF );
849 if ( index + BF/2 >= stop )
850 index += feed2 (fd, A+index, B+index, stop-index );
852 index += feed2 (fd, A+index, B+index, BF/2 );
853 Message ( " B", index, freq, start, stop );
854 if ( index + BF >= stop )
855 index += feed (fd, B+index, stop-index );
857 index += feed (fd, B+index, BF );
858 if ( index + BF/2 >= stop )
859 index += feed2 (fd, B+index, A+index, stop-index );
861 index += feed2 (fd, B+index, A+index, BF/2 );
862 Message ( "A ", index, freq, start, stop );
863 if ( index + BF >= stop )
864 index += feed (fd, A+index, stop-index );
866 index += feed (fd, A+index, BF );
870 if ( index + BF >= stop )
871 index += feedfac (fd, A+index, B+index, stop-index, fac1, fac2 );
873 index += feedfac (fd, A+index, B+index, BF , fac1, fac2 );
880 if (index >= stop)
881 index = start;
882 Message ( message, calc_true_index ( index, start, stop), freq, start, stop );
919 { ".ogg" , PATH"ogg123 -d wav -o file:"STDOUT" %s" REDIR }, // Ogg Vorbis : www.xiph.org/ogg/vorbis/index.html