HomeSort by: relevance | last modified time | path
    Searched refs:audio_format2_is_signed (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/audio/
linear.c 62 xor = audio_format2_is_signed(arg->srcfmt) ? 0 : 0x80;
95 xor = audio_format2_is_signed(arg->dstfmt) ? 0 : 0x80;
133 xor = audio_format2_is_signed(arg->srcfmt) ? 0 : 0x8000;
191 xor = audio_format2_is_signed(arg->dstfmt) ? 0 : 0x8000;
247 xor = audio_format2_is_signed(arg->srcfmt)
295 xor = audio_format2_is_signed(arg->dstfmt)
347 xor = audio_format2_is_signed(arg->srcfmt)
387 xor = audio_format2_is_signed(arg->dstfmt)
linear.c 62 xor = audio_format2_is_signed(arg->srcfmt) ? 0 : 0x80;
95 xor = audio_format2_is_signed(arg->dstfmt) ? 0 : 0x80;
133 xor = audio_format2_is_signed(arg->srcfmt) ? 0 : 0x8000;
191 xor = audio_format2_is_signed(arg->dstfmt) ? 0 : 0x8000;
247 xor = audio_format2_is_signed(arg->srcfmt)
295 xor = audio_format2_is_signed(arg->dstfmt)
347 xor = audio_format2_is_signed(arg->srcfmt)
387 xor = audio_format2_is_signed(arg->dstfmt)
audiovar.h 305 audio_format2_is_signed(const audio_format2_t *fmt) function in typeref:typename:bool
audiovar.h 305 audio_format2_is_signed(const audio_format2_t *fmt) function in typeref:typename:bool
audio.c 9249 xor = audio_format2_is_signed(fmt) ? 0 : (aint2_t)1 << 31;
audio.c 9249 xor = audio_format2_is_signed(fmt) ? 0 : (aint2_t)1 << 31;

Completed in 42 milliseconds