Lines Matching defs:endian
73 // Check the endian nature of the data, and change if necessary.
76 AudioEndian endian)
78 // If the stream isn't endian sensitive, don't bother.
82 if (hdr.endian == endian) {
84 AUDIO_DEBUG((1, "AudioStream: endian swap not needed, byte"
99 AUDIO_DEBUG((1, "AudioStream: converting endian.\n"));
100 // printf("AudioStream: converting endian.\n");
105 // This routine knows if the current format is endian sensitive.
109 // Only these encodings have endian problems.