Searched refs:swapConstShort (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/EventLog/src/
H A Driff.c120 static short swapConstShort(const short value) function
1032 header.waveinfo.nFormatTag = swapConstShort(format_tag); /* codec */
1033 header.waveinfo.nChannels = swapConstShort(num_channels);
1036 header.waveinfo.nBlockAlign = swapConstShort(block_align);
1037 header.waveinfo.wBitsPerSample = swapConstShort((short)((bytes_sec * 8) / rate));

Completed in 41 milliseconds