HomeSort by relevance Sort by last modified time
    Searched refs:channel_count (Results 101 - 113 of 113) sorted by null

1 2 3 45

  /hardware/qcom/msm8998/kernel-headers/linux/
msm_audio.h 155 uint32_t channel_count; member in struct:msm_audio_config
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_audio.h 174 uint32_t channel_count; member in struct:msm_audio_config
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_audio.h 155 uint32_t channel_count; member in struct:msm_audio_config
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_audio.h 174 uint32_t channel_count; member in struct:msm_audio_config
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_audio.h 145 uint32_t channel_count; member in struct:msm_audio_config
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_audio.h 162 uint32_t channel_count; member in struct:msm_audio_config
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio.h 145 uint32_t channel_count; member in struct:msm_audio_config
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_audio.h 154 uint32_t channel_count; member in struct:msm_audio_config
  /cts/hostsidetests/security/securityPatch/Bug-35676417/
local_poc.h 218 uint32_t channel_count; member in struct:msm_audio_config
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 235 int channel_count = 0; local
242 if (info.AudioBlocksArray[i].nChannels > channel_count &&
244 channel_count = info.AudioBlocksArray[i].nChannels;
249 switch (channel_count) {
    [all...]
  /system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc 465 tA2DP_CHANNEL_COUNT channel_count; local
474 if (a2dp_ctrl_receive(common, &channel_count, sizeof(tA2DP_CHANNEL_COUNT)) <
489 switch (channel_count) {
497 ERROR("Invalid channel count: %" PRIu32, channel_count);
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 656 int set_hdmi_channels(struct audio_device *adev, int channel_count)
661 (void)channel_count;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h     [all...]

Completed in 442 milliseconds

1 2 3 45