Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/soundfile/src/
Daifffile.c73 aiffinfo->comm.chunk[0] = 'C'; in aiffCreateHeader()
74 aiffinfo->comm.chunk[1] = 'O'; in aiffCreateHeader()
75 aiffinfo->comm.chunk[2] = 'M'; in aiffCreateHeader()
76 aiffinfo->comm.chunk[3] = 'M'; in aiffCreateHeader()
77 aiffinfo->comm.bytes[0] = 0; in aiffCreateHeader()
78 aiffinfo->comm.bytes[1] = 0; in aiffCreateHeader()
79 aiffinfo->comm.bytes[2] = 0; in aiffCreateHeader()
80 aiffinfo->comm.bytes[3] = 18; in aiffCreateHeader()
81 aiffinfo->comm.channels[0] = (u8)(0xFF & (channels >> 8)); in aiffCreateHeader()
82 aiffinfo->comm.channels[1] = (u8)(0xFF & channels); in aiffCreateHeader()
[all …]
Daifffile.h111 AIFFCOMM comm; member