Home
last modified time | relevance | path

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

/RvlHBMSdk-4.5/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.5/build/demos/hbmdemo/hbm/src/
Dhomebutton.cpp53 u8* sound_buf; variable
503 sound_buf = (u8*)allocMem1( HBM_MEM_SIZE_SOUND ); in InitSound()
504 HBMCreateSound( sound_data, sound_buf, HBM_MEM_SIZE_SOUND ); in InitSound()
782 freeMem1( sound_buf ); in main()
/RvlHBMSdk-4.5/build/demos/hbmdemo/networkmanual_jpeg/src/
Dnetworkmanual_jpeg.cpp73 u8* sound_buf; variable
595 sound_buf = (u8*)allocMem2( HBM_MEM_SIZE_SOUND ); in InitSound()
596 HBMCreateSound( sound_data_ptr, sound_buf, HBM_MEM_SIZE_SOUND ); in InitSound()
902 freeMem2( sound_buf ); in main()
/RvlHBMSdk-4.5/build/demos/hbmdemo/shareddemo/src/
Dshared.cpp66 u8* sound_buf; variable
607 sound_buf = (u8*)allocMem2( HBM_MEM_SIZE_SOUND ); in InitSound()
608 HBMCreateSound( sound_data_ptr, sound_buf, HBM_MEM_SIZE_SOUND ); in InitSound()
890 freeMem2( sound_buf ); in main()
/RvlHBMSdk-4.5/build/demos/hbmdemo/networkmanual_tpl/src/
Dnetworkmanual_tpl.cpp73 u8* sound_buf; variable
726 sound_buf = (u8*)allocMem2( HBM_MEM_SIZE_SOUND ); in InitSound()
727 HBMCreateSound( sound_data_ptr, sound_buf, HBM_MEM_SIZE_SOUND ); in InitSound()
1167 freeMem2( sound_buf ); in main()