Home | History | Annotate | Download | only in examples

Lines Matching refs:stderr

40     fprintf(stderr,"raw position out of tolerance: requested %ld, got %ld\n",
45 fprintf(stderr,"pcm position out of tolerance: requested %ld, got %ld\n",
50 fprintf(stderr,"time position out of tolerance: requested %f, got %f\n",
56 fprintf(stderr,"pcm position out of bounds: got %ld\n",(long)pos);
62 fprintf(stderr,"data position after seek doesn't match pcm position\n");
93 fprintf(stderr,"Could not open input as an OggVorbis file.\n\n");
105 fprintf(stderr,"Sorry; right now seeking_test can only use Vorbis files\n"
120 fprintf(stderr,"Error reading file.\n");
128 fprintf(stderr,"\rloading.... [%ld left] ",
134 fprintf(stderr,"\rtesting raw seeking to random places in %ld bytes....\n",
139 fprintf(stderr,"\r\t%d [raw position %ld]... ",i,(long)val);
142 fprintf(stderr,"seek failed: %d\n",ret);
151 fprintf(stderr,"\r");
153 fprintf(stderr,"testing pcm page seeking to random places in %ld samples....\n",
158 fprintf(stderr,"\r\t%d [pcm position %ld]... ",i,(long)val);
161 fprintf(stderr,"seek failed: %d\n",ret);
170 fprintf(stderr,"\r");
172 fprintf(stderr,"testing pcm exact seeking to random places in %ld samples....\n",
177 fprintf(stderr,"\r\t%d [pcm position %ld]... ",i,(long)val);
180 fprintf(stderr,"seek failed: %d\n",ret);
184 fprintf(stderr,"Declared position didn't perfectly match request: %ld != %ld\n",
194 fprintf(stderr,"\r");
196 fprintf(stderr,"testing time page seeking to random places in %f seconds....\n",
201 fprintf(stderr,"\r\t%d [time position %f]... ",i,val);
204 fprintf(stderr,"seek failed: %d\n",ret);
213 fprintf(stderr,"\r");
215 fprintf(stderr,"testing time exact seeking to random places in %f seconds....\n",
220 fprintf(stderr,"\r\t%d [time position %f]... ",i,val);
223 fprintf(stderr,"seek failed: %d\n",ret);
227 fprintf(stderr,"Declared position didn't perfectly match request: %f != %f\n",
237 fprintf(stderr,"\r \nOK.\n\n");
241 fprintf(stderr,"Standard input was not seekable.\n");