Home
last modified time | relevance | path

Searched refs:source (Results 1 – 12 of 12) sorted by relevance

/RvlSDK-3.3/build/tools/sndconv/src/
Dsoundformat.c36 void soundStereoCombine8Bit(s8 *dest, s8 *source, u32 samples) in soundStereoCombine8Bit() argument
44 sample = *source; in soundStereoCombine8Bit()
45 source++; in soundStereoCombine8Bit()
46 sample += *source; in soundStereoCombine8Bit()
47 source++; in soundStereoCombine8Bit()
58 void soundStereoCombine16Bit(s16 *dest, s16 *source, u32 samples) in soundStereoCombine16Bit() argument
64 *dest = *source >> 1; in soundStereoCombine16Bit()
66 source++; in soundStereoCombine16Bit()
68 *dest += *source >> 1; in soundStereoCombine16Bit()
71 source++; in soundStereoCombine16Bit()
[all …]
Dsoundconv.h131 void soundStereoCombine8Bit (s8 *dest, s8 *source, u32 samples);
132 void soundStereoCombine16Bit (s16 *dest, s16 *source, u32 samples);
133 void soundStereoLeft8Bit (s8 *dest, s8 *source, u32 samples);
134 void soundStereoLeft16Bit (s16 *dest, s16 *source, u32 samples);
135 void soundStereoRight8Bit (s8 *dest, s8 *source, u32 samples);
136 void soundStereoRight16Bit (s16 *dest, s16 *source, u32 samples);
137 void soundConvert8to16Bit (s16 *dest, s8 *source, u32 samples);
138 void soundConvert16to8Bit (s8 *dest, s16 *source, u32 samples);
Dsound.c210 void soundPack8BitSource(char *source) in soundPack8BitSource() argument
230 source, in soundPack8BitSource()
238 source, in soundPack8BitSource()
267 source, in soundPack8BitSource()
288 soundConvert8to16Bit(p, source, soundinfo.samples); in soundPack8BitSource()
315 void soundPack16BitSource(short *source) in soundPack16BitSource() argument
335 source, in soundPack16BitSource()
343 source, in soundPack16BitSource()
376 soundConvert16to8Bit(p, source, soundinfo.samples); in soundPack16BitSource()
403 source, in soundPack16BitSource()
/RvlSDK-3.3/build/tools/TexConv/sample/
Dsample.tcs25 ; sets directory path for subsequent source files.
40 ; FILE LIST ; list of source files
69 ; if mipmapping: source image is considered to be LOD 0.
70 ; numbers indicate minLOD desired relative to source image,
71 ; maxLOD desired relative to source image, remapped minLOD.
87 image 2 = 0, 0, CMPR, 0, 7, 0 ; compressed format with source alpha reduced to 1-bit alpha.
89 image 3 = 1, x, CI8 ; when source format is CI8 (file 2) and dest. format is CI8,
94 image 4 = 1, x, RGB565, 0, 7, 0 ; when source format is CI8 and dest. format is true color,
97 ; note: if converting a C8 source file to true color format,
98 ; source file must contain both a color map and a palette.
[all …]
/RvlSDK-3.3/build/demos/hio2demo/vc++/simple/
DReadMe.txt14 Main application source file.
25 …ing with "TODO:" to indicate the places that require additions or customization of the source code.
/RvlSDK-3.3/build/tools/dls1wt/src/
Ddls.c507 void dls_connection (u16 source, u16 control, u16 destination, s32 scale) in dls_connection() argument
511 switch (source) in dls_connection()
730 u16 source; in dls_art1() local
748 fread(&source, 1, 2, dlsFile); in dls_art1()
761 dls_connection(source, control, destination, scale); in dls_art1()
Ddls.h169 u16 source; member
/RvlSDK-3.3/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c69 static void MixAudio(s16 *destination, s16 *source, u32 sample);
993 static void MixAudio(s16 *destination, s16 *source, u32 sample) in MixAudio() argument
1001 if (source) in MixAudio()
1007 libsrc = source; in MixAudio()
1120 memcpy(destination, source, sample << 2); in MixAudio()
/RvlSDK-3.3/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c74 static void MixAudio(s16 *destination, s16 *source, u32 sample);
1561 static void MixAudio(s16 *destination, s16 *source, u32 sample) in MixAudio() argument
1569 if (source) in MixAudio()
1575 libsrc = source; in MixAudio()
1694 memcpy(destination, source, sample << 2); in MixAudio()
/RvlSDK-3.3/
Dreadme-RVL_SDK-3_3-2.txt23 …and documents required to develop Wii applications. It also includes the source code for many demo…
102 (audio source file, ADPCM version)
106 (audio source file, PCM version)
128 … that of an end user) is prohibited. Encoding and decoding of data whose source or pathway cannot …
/RvlSDK-3.3/build/demos/hio2demo/vc++/dual/
DReadMe.txt24 This is the main application source file that contains the application
88 The application wizard uses "TODO:" to indicate parts of the source code you
/RvlSDK-3.3/build/demos/hio2demo/vc++/multi/
DReadMe.txt24 This is the main application source file that contains the application
100 The application wizard uses "TODO:" to indicate parts of the source code you