Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/tools/soundfile/src/
Daifffile.c52 aiffinfo->comm.chunk[0] = 'C'; in aiffCreateHeader()
53 aiffinfo->comm.chunk[1] = 'O'; in aiffCreateHeader()
54 aiffinfo->comm.chunk[2] = 'M'; in aiffCreateHeader()
55 aiffinfo->comm.chunk[3] = 'M'; in aiffCreateHeader()
56 aiffinfo->comm.bytes[0] = 0; in aiffCreateHeader()
57 aiffinfo->comm.bytes[1] = 0; in aiffCreateHeader()
58 aiffinfo->comm.bytes[2] = 0; in aiffCreateHeader()
59 aiffinfo->comm.bytes[3] = 18; in aiffCreateHeader()
60 aiffinfo->comm.channels[0] = (u8)(0xFF & (channels >> 8)); in aiffCreateHeader()
61 aiffinfo->comm.channels[1] = (u8)(0xFF & channels); in aiffCreateHeader()
[all …]
Daifffile.h100 AIFFCOMM comm; member