HomeSort by relevance Sort by last modified time
    Searched refs:audio_format_from_pcm_format (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/include/hardware/
audio_alsaops.h 72 static inline audio_format_t audio_format_from_pcm_format(enum pcm_format format) function
95 LOG_ALWAYS_FATAL("audio_format_from_pcm_format: invalid pcm format %#x", format);
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 276 audio_format_t format = audio_format_from_pcm_format(proxy_get_format(proxy));
539 config->format = audio_format_from_pcm_format(proxy_config.format);
546 config->format = audio_format_from_pcm_format(proxy_config.format);
641 * audio_format_t format = audio_format_from_pcm_format(proxy_get_format(proxy));
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]

Completed in 233 milliseconds