| /RvlSDK-3.3/build/demos/sample/ |
| D | makefile | 39 MODULENAME = sample 47 CSRCS = sample.c 54 BINNAMES = sample 76 $(FULLBIN_ROOT)/sample$(BINSUFFIX): sample.o $(REVOLUTION_LIBS)
|
| /RvlSDK-3.3/dvddata/thpdemo/ |
| D | readme.txt | 1 …ebirth.thp" sample data included with this library is included as nothing more than an example of … 9 * Please direct all questions regarding this sample data to Nintendo.
|
| /RvlSDK-3.3/build/tools/TexConv/sample/ |
| D | sample.tcs | 3 ; sample script file 5 ; this script is used by TexConv to build a sample .tpl file 8 ; location: /cp/build/tools/TexConv/sample 11 ; type cd \cp\build\tools\TexConv\sample 12 ; then \cp\X86\bin\TexConv sample.txt sample.tpl 14 ; view the sample.tpl file using texPrev2D.bin on your Mac. 23 path = /cp/build/tools/TexConv/sample/
|
| /RvlSDK-3.3/ |
| D | readme-RVL_HBM_SDK-4_7_3-20100730.txt | 17 This package includes a sample library for implementing HOME Menu and sample demos that use this li… 45 …This sample converts the HOME Menu execution segment (including homebutton.a) into rso format, pla… 48 This sample starts the HOME Menu from a NAND application. 52 This sample starts the HOME Menu from WiiWare. 57 This sample starts the HOME Menu from WiiWare.
|
| /RvlSDK-3.3/build/demos/hbmdemo/shareddemo/ |
| D | makefile | 93 …-l $(FULLBIN_ROOT)/$(BINNAMES)$(DOLSUFFIX),HomeButtonCHN.arc,HomebuttonSe.arc,sample.arc -T 0,1,1,0 96 …-l $(FULLBIN_ROOT)/$(BINNAMES)$(DOLSUFFIX),HomeButtonKOR.arc,HomebuttonSe.arc,sample.arc -T 0,1,1,0 98 …X) -l $(FULLBIN_ROOT)/$(BINNAMES)$(DOLSUFFIX),Homebutton.arc,HomebuttonSe.arc,sample.arc -T 0,1,1,0
|
| /RvlSDK-3.3/build/tools/sndconv/src/ |
| D | soundformat.c | 42 s16 sample; in soundStereoCombine8Bit() local 44 sample = *source; in soundStereoCombine8Bit() 46 sample += *source; in soundStereoCombine8Bit() 49 *dest = (u8)((sample >> 1) & 0xFF); in soundStereoCombine8Bit()
|
| /RvlSDK-3.3/build/demos/mididemo/ |
| D | makefile | 63 BINNAMES = sample 83 $(FULLBIN_ROOT)/sample$(BINSUFFIX): main.o midiqueue.o synth.o \
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | THPPlayer.c | 89 static u32 GetAudioSample(s16 *left, s16 *right, u32 sample, s32 *reason); 90 static void FillStreamBuffer(s16 *left, s16 *right, u32 sample); 1628 u32 size, sample, offset1, offset2, bufferSampleNum; in StreamReInit() local 1699 sample = bufferSampleNum - (size >> 1); in StreamReInit() 1700 StreamInfo.endSampleNum = bufferSampleNum - sample; in StreamReInit() 1706 FillStreamBuffer(ldst, rdst, sample); in StreamReInit() 1710 FillStreamBuffer(ldst, NULL, sample); in StreamReInit() 1771 sample = offset1 - offset2; in StreamReInit() 1773 StreamInfo.endSampleNum = bufferSampleNum - sample; in StreamReInit() 1779 FillStreamBuffer(ldst, rdst, sample); in StreamReInit() [all …]
|
| D | THPAudioDecode.c | 300 u32 i, sample; in AudioDecode() local 314 sample = THPAudioDecode(audioBuffer->buffer, in AudioDecode() 317 audioBuffer->validSample = sample; in AudioDecode()
|
| /RvlSDK-3.3/build/tools/sample/vc++/ |
| D | sample.sln | 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample", "sample.vcproj", "{922C28E6-05FD-4559…
|
| /RvlSDK-3.3/build/demos/encdemo/ |
| D | makefile | 46 CSRCS = sample.c \ 61 $(FULLBIN_ROOT)/encsample$(BINSUFFIX):sample.o $(REVOLUTION_LIBS)
|
| /RvlSDK-3.3/build/tools/dls1wt/src/ |
| D | dls.c | 933 u8 sample; in dls_data() local 935 fread(&sample, 1, 1, dlsFile); in dls_data() 936 *p++ = (s16)((sample + 0x80) << 8); in dls_data() 1101 u16 sample; in dls_data() local 1103 fread(&sample, 1, 2, dlsFile); in dls_data() 1104 sample = reverse_endian_16(sample); in dls_data() 1105 fwrite(&sample, 1, 2, pcmFile); in dls_data() 1120 u8 sample; in dls_data() local 1122 fread(&sample, 1, 1, dlsFile); in dls_data() 1123 sample += 0x80; in dls_data() [all …]
|
| /RvlSDK-3.3/build/demos/kpaddemo/ |
| D | makefile | 57 CSRCS = graphic.c kfont.c main.c sample.c swing.c weight.c mpls.c 88 sample.o \
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPPlayer/ |
| D | THPAudioDecode.c | 267 u32 i, sample; in AudioDecode() local 281 sample = THPAudioDecode(audioBuffer->buffer, in AudioDecode() 284 audioBuffer->validSample = sample; in AudioDecode()
|
| D | THPPlayer.c | 74 static void MixAudio(s16 *destination, s16 *source, u32 sample); 1561 static void MixAudio(s16 *destination, s16 *source, u32 sample) in MixAudio() argument 1573 requestSample = sample; in MixAudio() 1694 memcpy(destination, source, sample << 2); in MixAudio() 1702 requestSample = sample; in MixAudio() 1816 memset(destination, 0, sample << 2); in MixAudio()
|
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_tpl/ |
| D | makefile | 90 …AMES)$(DOLSUFFIX),HomeButtonKOR.arc,HomebuttonSe.arc,HomeButton_nwm_kor.arc,sample.arc -T 0,0,0,0,0 93 …/$(BINNAMES)$(DOLSUFFIX),Homebutton.arc,HomebuttonSe.arc,HomeButton_nwm.arc,sample.arc -T 0,0,0,0,0
|
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_jpeg/ |
| D | makefile | 91 …AMES)$(DOLSUFFIX),HomeButtonKOR.arc,HomebuttonSe.arc,HomeButton_nwm_kor.arc,sample.arc -T 0,0,0,0,0 94 …/$(BINNAMES)$(DOLSUFFIX),Homebutton.arc,HomebuttonSe.arc,HomeButton_nwm.arc,sample.arc -T 0,0,0,0,0
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPSimple/ |
| D | THPSimple.c | 69 static void MixAudio(s16 *destination, s16 *source, u32 sample); 813 u32 *compSizePtr, sample; in THPSimpleDecode() local 850 … sample = THPAudioDecode(SimpleControl.audioBuffer[SimpleControl.audioDecodeIndex].buffer, in THPSimpleDecode() 855 … SimpleControl.audioBuffer[SimpleControl.audioDecodeIndex].validSample = sample; in THPSimpleDecode() 993 static void MixAudio(s16 *destination, s16 *source, u32 sample) in MixAudio() argument 1005 requestSample = sample; in MixAudio() 1120 memcpy(destination, source, sample << 2); in MixAudio() 1127 requestSample = sample; in MixAudio() 1235 memset(destination, 0, sample << 2); in MixAudio()
|
| /RvlSDK-3.3/build/demos/axdemo/src/ |
| D | axsimple.c | 204 static void PlaySample(SampleInfo *sample); 310 static void PlaySample(SampleInfo *sample) in PlaySample() argument 314 if (sample->mramAddr == NULL) in PlaySample() 321 voice = AcquireVoiceADPCM(sample->mramAddr); in PlaySample()
|
| /RvlSDK-3.3/build/ |
| D | makefile | 68 sample \ 145 sample \ 187 sample \ 233 HOST_TOOLS = sample \
|
| /RvlSDK-3.3/include/revolution/ |
| D | syn.h | 84 WTSAMPLE *sample; // pointer to sample[0] in wavetable member 143 WTSAMPLE *sample; // sample data member
|
| /RvlSDK-3.3/vcmv/ |
| D | Readme_en.txt | 28 with a set of guidelines. A sample user manual is included 66 dvdroot/content5/html/*.arc .. sample manual contents placed in an arc file for each… 68 dvdroot/content5/sample256x224.rgb565 .. background images for sample program 115 vcmvtest.banner/sample/banner.cfg.txt .. config file for sample banner 161 The sample manual of Korea corresponds only when the screen ratio is 4:3. 162 Please refer to the sample manual of the other language when 16:9. 163 The sample manual of China uses the US version. 258 * The sample manual of Japan, Europe and America corresponded to screen ratio 16:9. 259 * The sample program corresponded to display the manual of 16:9 version. 260 * The language of the sample manual of Korea was updated to the Hangul word. (Only 4:3 version) [all …]
|
| D | Makefile | 158 cp ./sample.ddf $(TARGETS:.elf=.ddf)
|
| /RvlSDK-3.3/build/demos/pmicdemo/src/ |
| D | pmic_graphic.c | 723 s16 sample; in DrawStuff() local 725 sample = srcBuff[(i+currPos)%AUDIO_SAMPLES_TOTAL]; in DrawStuff() 730 (s16)(sample*AUDIO_SCALE+SCREEN_HEIGHT/2)); in DrawStuff()
|
| /RvlSDK-3.3/build/demos/wpaddemo/src/ |
| D | wpad_axdemo.c | 230 static void PlaySample ( s32 chan, SampleInfo *sample ); 741 static void PlaySample( s32 chan, SampleInfo *sample ) in PlaySample() argument 745 if (sample->mramAddr == NULL) in PlaySample() 752 voice = AquireVoiceADPCM(chan, sample->mramAddr); in PlaySample()
|