Searched refs:AO_FMT_BIG (Results 1 – 20 of 20) sorted by relevance
79 AO_FMT_BIG,134 device->driver_byte_format = AO_FMT_BIG; in ao_au_open()
94 internal->byte_order = AO_FMT_BIG; in ao_raw_set_option()
432 return AO_FMT_BIG; in _real_byte_format()454 ao_is_big_endian() ? AO_FMT_BIG : AO_FMT_LITTLE; in _create_device()
408 :(format->byte_format==AO_FMT_BIG?"big":"unknown"))); in ao_wmm_open()
59 #define AO_FMT_BIG 2 macro
60 #define AO_FMT_BIG 2 macro
38 format.byte_format = (data_format.arrangement == SampleArrangement::Big ? AO_FMT_BIG :
129 device->driver_byte_format = par.le ? AO_FMT_LITTLE : AO_FMT_BIG; in ao_plugin_open()
210 (fmt->byte_format == AO_FMT_BIG ? 'B' : 'N'), in dump_ao_format()287 is->ao.format.byte_format = AO_FMT_BIG; in isao_open()
120 .byte_format = sf_get_bigendian(sf) ? AO_FMT_BIG : AO_FMT_LITTLE, in op_ao_open()
149 if (device->machine_byte_format == AO_FMT_BIG) in ao_plugin_open()
306 case 16: tmp = device->client_byte_format == AO_FMT_BIG ? in ao_plugin_open()
109 _format.byte_format = AO_FMT_BIG;
56 AO_FMT_BIG : AO_FMT_LITTLE; in audio_reopen_action()
460 case AO_FMT_BIG: in ao_plugin_open()
586 device->client_byte_format == AO_FMT_BIG,device); in ao_plugin_open()
1222 if(b_mix_n == IS_YES) f.byte_format = AO_FMT_BIG; in worker_play_init_local_ao()