Home
last modified time | relevance | path

Searched refs:prepared (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audio.c1161 prepare_audiospec(const SDL_AudioSpec * orig, SDL_AudioSpec * prepared) in prepare_audiospec() argument
1163 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 …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/powerpc-vsx/
A DREADME74 You must also be prepared to handle bug reports from users of the code, either
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/arm-neon/
A DREADME76 You must also be prepared to handle bug reports from users of the code, either
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/mips-msa/
A DREADME76 You must also be prepared to handle bug reports from users of the code, either
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A DREADME364 is currently prepared and will be published later.
373 More features are being prepared for coming releases...
A Dstructure.txt220 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
A Dinstall.txt540 (Unfortunately, far too many compilers have optimizer bugs ... be prepared to
671 2. Jim Brunner prepared a Mac-style user interface for both compression and
A Dlibjpeg.txt2082 buffered-image mode must be prepared for suspension returns from these
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dconfigure.ac401 # be prepared for the case when it is not.
/AliOS-Things-master/components/SDL2/docs/
A Ddoxyfile1065 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile1135 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile1317 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in1640 # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
A Dweb_doxyfile.in1640 # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile1734 # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS2034 # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will

Completed in 31 milliseconds