Searched refs:sound_buf (Results 1 – 5 of 5) sorted by relevance
| /RvlHBMSdk-4.4/build/demos/hbmdemo/rsodemo/src/ |
| D | rsomodule.c | 93 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/ |
| D | homebutton.cpp | 53 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/ |
| D | shared.cpp | 66 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/ |
| D | networkmanual_jpeg.cpp | 67 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/ |
| D | networkmanual_tpl.cpp | 67 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()
|