Searched refs:is_big_endian_host_ (Results 1 – 3 of 3) sorted by relevance
139 static FLAC__bool is_big_endian_host_; variable188 is_big_endian_host_ = (*((FLAC__byte*)(&test)))? false : true; in FLAC_XMMS__init()306 stream_data_.sample_format = (is_big_endian_host_) ? FMT_S16_BE : FMT_S16_LE; in FLAC_XMMS__play_file()322 stream_data_.sample_format = (is_big_endian_host_) ? FMT_S16_BE : FMT_S16_LE; in FLAC_XMMS__play_file()618 !is_big_endian_host_, in write_callback_()631 else if(is_big_endian_host_) { in write_callback_()
95 static FLAC__bool is_big_endian_host_; variable294 is_big_endian_host_ = (*((FLAC__byte*)(&test)))? false : true; in DecoderSession_init_decoder()887 if(is_big_endian_host_) { in write_little_endian_uint16()897 if(is_big_endian_host_) { in write_little_endian_uint32()908 if(is_big_endian_host_) { in write_little_endian_uint64()921 if(!is_big_endian_host_) { in write_big_endian_uint16()931 if(!is_big_endian_host_) { in write_big_endian_uint32()1157 …else if(is_big_endian == is_big_endian_host_ && !is_unsigned_samples && channels == 2 && bps+shift… in write_callback()1167 …else if(is_big_endian == is_big_endian_host_ && !is_unsigned_samples && channels == 1 && bps+shift… in write_callback()1209 if(is_big_endian != is_big_endian_host_) { in write_callback()[all …]
117 static FLAC__bool is_big_endian_host_; variable1528 is_big_endian_host_ = (*((FLAC__byte*)(&test)))? false : true; in EncoderSession_construct()2388 if(is_big_endian != is_big_endian_host_) { in format_input()2790 if(is_big_endian_host_ != big_endian) { in read_uint16()2801 if(is_big_endian_host_ != big_endian) { in read_uint32()2813 if(is_big_endian_host_ != big_endian) { in read_uint64()