Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/soundfile/src/
Daifffile.c156 void aiffCreateMark(AIFFINFO *aiffinfo, u32 startloop, u32 endloop) in aiffCreateMark() argument
215 aiffinfo->mark.position1[0] = (u8)(0xFF & (endloop >> 24)); in aiffCreateMark()
216 aiffinfo->mark.position1[1] = (u8)(0xFF & (endloop >> 16)); in aiffCreateMark()
217 aiffinfo->mark.position1[2] = (u8)(0xFF & (endloop >> 8)); in aiffCreateMark()
218 aiffinfo->mark.position1[3] = (u8)(0xFF & endloop); in aiffCreateMark()
Daifffile.h127 void aiffCreateMark(AIFFINFO *aiffinfo, u32 startloop, u32 endloop);