• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/

Lines Matching refs:snd_pcm_format_t

245 } snd_pcm_format_t;
486 snd_pcm_format_t format,
605 int snd_pcm_hw_params_get_format(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val);
606 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
607 int snd_pcm_hw_params_set_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
608 int snd_pcm_hw_params_set_format_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format);
609 int snd_pcm_hw_params_set_format_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format);
808 int snd_pcm_format_mask_test(const snd_pcm_format_mask_t *mask, snd_pcm_format_t val);
810 void snd_pcm_format_mask_set(snd_pcm_format_mask_t *mask, snd_pcm_format_t val);
811 void snd_pcm_format_mask_reset(snd_pcm_format_mask_t *mask, snd_pcm_format_t val);
878 const char *snd_pcm_format_name(const snd_pcm_format_t format);
879 const char *snd_pcm_format_description(const snd_pcm_format_t format);
882 snd_pcm_format_t snd_pcm_format_value(const char* name);
933 int snd_pcm_format_signed(snd_pcm_format_t format);
934 int snd_pcm_format_unsigned(snd_pcm_format_t format);
935 int snd_pcm_format_linear(snd_pcm_format_t format);
936 int snd_pcm_format_float(snd_pcm_format_t format);
937 int snd_pcm_format_little_endian(snd_pcm_format_t format);
938 int snd_pcm_format_big_endian(snd_pcm_format_t format);
939 int snd_pcm_format_cpu_endian(snd_pcm_format_t format);
940 int snd_pcm_format_width(snd_pcm_format_t format); /* in bits */
941 int snd_pcm_format_physical_width(snd_pcm_format_t format); /* in bits */
942 snd_pcm_format_t snd_pcm_build_linear_format(int width, int pwidth, int unsignd, int big_endian);
943 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
944 u_int8_t snd_pcm_format_silence(snd_pcm_format_t format);
945 u_int16_t snd_pcm_format_silence_16(snd_pcm_format_t format);
946 u_int32_t snd_pcm_format_silence_32(snd_pcm_format_t format);
947 u_int64_t snd_pcm_format_silence_64(snd_pcm_format_t format);
948 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int samples);
956 unsigned int samples, snd_pcm_format_t format);
958 unsigned int channels, snd_pcm_uframes_t frames, snd_pcm_format_t format);
961 unsigned int samples, snd_pcm_format_t format);
964 unsigned int channels, snd_pcm_uframes_t frames, snd_pcm_format_t format);
1096 snd_pcm_format_t format,
1106 snd_pcm_format_t format,