Home
last modified time | relevance | path

Searched refs:swapbytes (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/games/mp3enc/
H A Dmain.h32 extern int swapbytes; /* force byte swapping default=0*/
H A Dget_audio.c513 WriteFunction = swapbytes ? WriteBytesSwapped : WriteBytes; in lame_decoder()
703 if (swapbytes) in OpenSndFile()
708 if (swapbytes) in OpenSndFile()
969 if (swapbytes) in read_samples_pcm()
1367 if (swapbytes) in OpenSndFile()
H A Dparse.c42 int swapbytes; /* force byte swapping default=0*/ variable
1109 swapbytes = 1; in parse_args()