Home
last modified time | relevance | path

Searched refs:sound_data (Results 1 – 2 of 2) sorted by relevance

/RvlHBMSdk-4.5/build/demos/hbmdemo/rsodemo/src/
Drsomodule.c95 u8* sound_data; variable
412 sound_data = ReadDvdFile( nameBuf, NULL ); in InitSound()
417 HBMCreateSound( sound_data, sound_buf, HBM_MEM_SIZE_SOUND ); in InitSound()
523 freeMem( sound_data ); in EndHomebutton()
/RvlHBMSdk-4.5/build/demos/hbmdemo/hbm/src/
Dhomebutton.cpp55 u8* sound_data; variable
501 sound_data = (u8*)ReadDvdFile( nameBuf, &DemoAllocator1, NULL ); in InitSound()
504 HBMCreateSound( sound_data, sound_buf, HBM_MEM_SIZE_SOUND ); in InitSound()
783 freeMem1( sound_data ); in main()