Home
last modified time | relevance | path

Searched refs:sound_buf (Results 1 – 5 of 5) sorted by relevance

/RvlHBMSdk-4.4/build/demos/hbmdemo/rsodemo/src/
Drsomodule.c93 void *sound_buf; variable
415 sound_buf = allocMem( HBM_MEM_SIZE_DVD ); in InitSound()
417 HBMCreateSound( sound_data, sound_buf, HBM_MEM_SIZE_SOUND ); in InitSound()
522 freeMem( sound_buf ); in EndHomebutton()
/RvlHBMSdk-4.4/build/demos/hbmdemo/hbm/src/
Dhomebutton.cpp53 u8* sound_buf; variable
502 sound_buf = (u8*)allocMem1( HBM_MEM_SIZE_SOUND ); in InitSound()
503 HBMCreateSound( sound_data, sound_buf, HBM_MEM_SIZE_SOUND ); in InitSound()
783 freeMem1( sound_buf ); in main()
/RvlHBMSdk-4.4/build/demos/hbmdemo/shareddemo/src/
Dshared.cpp66 u8* sound_buf; variable
606 sound_buf = (u8*)allocMem2( HBM_MEM_SIZE_SOUND ); in InitSound()
607 HBMCreateSound( sound_data_ptr, sound_buf, HBM_MEM_SIZE_SOUND ); in InitSound()
891 freeMem2( sound_buf ); in main()
/RvlHBMSdk-4.4/build/demos/hbmdemo/networkmanual_jpeg/src/
Dnetworkmanual_jpeg.cpp67 u8* sound_buf; variable
589 sound_buf = (u8*)allocMem2( HBM_MEM_SIZE_SOUND ); in InitSound()
590 HBMCreateSound( sound_data_ptr, sound_buf, HBM_MEM_SIZE_SOUND ); in InitSound()
898 freeMem2( sound_buf ); in main()
/RvlHBMSdk-4.4/build/demos/hbmdemo/networkmanual_tpl/src/
Dnetworkmanual_tpl.cpp67 u8* sound_buf; variable
718 sound_buf = (u8*)allocMem2( HBM_MEM_SIZE_SOUND ); in InitSound()
719 HBMCreateSound( sound_data_ptr, sound_buf, HBM_MEM_SIZE_SOUND ); in InitSound()
1161 freeMem2( sound_buf ); in main()