Home
last modified time | relevance | path

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

/dports/audio/sox/sox-14.4.2/src/
H A Dsox.c2332 if (f->encoding.reverse_bytes != sox_option_default || f->encoding.opposite_endian)
2337 case ENDIAN_swap: f->encoding.opposite_endian = sox_true; break;
2484 if (f->encoding.reverse_bytes != sox_option_default || f->encoding.opposite_endian)
2489 case 'x': f->encoding.opposite_endian = sox_true; break;
H A Dsox.h1425 sox_bool opposite_endian; member
H A Dformats.c300 if (ft->encoding.opposite_endian) in set_endiannesses()