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