Searched refs:prepared (Results 1 – 16 of 16) sorted by relevance
1161 prepare_audiospec(const SDL_AudioSpec * orig, SDL_AudioSpec * prepared) in prepare_audiospec() argument1163 SDL_memcpy(prepared, orig, sizeof(SDL_AudioSpec)); in prepare_audiospec()1167 if ((!env) || ((prepared->freq = SDL_atoi(env)) == 0)) { in prepare_audiospec()1168 prepared->freq = 22050; /* a reasonable default */ in prepare_audiospec()1174 if ((!env) || ((prepared->format = SDL_ParseAudioFormat(env)) == 0)) { in prepare_audiospec()1175 prepared->format = AUDIO_S16; /* a reasonable default */ in prepare_audiospec()1183 prepared->channels = 2; /* a reasonable default */ in prepare_audiospec()1200 if ((!env) || ((prepared->samples = (Uint16) SDL_atoi(env)) == 0)) { in prepare_audiospec()1203 const int samples = (prepared->freq / 1000) * 46; in prepare_audiospec()1208 prepared->samples = power2; in prepare_audiospec()[all …]
74 You must also be prepared to handle bug reports from users of the code, either
76 You must also be prepared to handle bug reports from users of the code, either
364 is currently prepared and will be published later.373 More features are being prepared for coming releases...
220 not yet prepared to assume that everyone has a C++ compiler.)686 be prepared to stop at arbitrary times. In turn, the controllers that call
540 (Unfortunately, far too many compilers have optimizer bugs ... be prepared to671 2. Jim Brunner prepared a Mac-style user interface for both compression and
2082 buffered-image mode must be prepared for suspension returns from these
401 # be prepared for the case when it is not.
1065 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
1135 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
1317 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
1640 # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
1734 # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
2034 # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
Completed in 30 milliseconds