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

1 2 34 5

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp_sink.cpp 76 uint8_t channel_count) {
92 (jint)channel_count);
  /system/bt/btif/src/
btif_a2dp_control.cc 169 tA2DP_CHANNEL_COUNT channel_count = btif_a2dp_sink_get_channel_count(); local
174 UIPC_Send(UIPC_CH_ID_AV_CTRL, 0, &channel_count,
btif_av.cc 92 int channel_count; member in struct:__anon113357
425 "channel_count=%d",
426 __func__, req.sample_rate, req.channel_count);
429 req.sample_rate, req.channel_count);
604 "channel_count=%d",
605 __func__, req.sample_rate, req.channel_count);
609 req.sample_rate, req.channel_count);
    [all...]
  /system/media/audio_utils/
PowerLog.cpp 234 uint32_t channel_count, audio_format_t format, size_t entries, size_t frames_per_entry)
241 PowerLog(sample_rate, channel_count, format, entries, frames_per_entry));
  /system/bt/stack/a2dp/
a2dp_sbc_encoder.cc 221 p_feeding_params->channel_count = A2DP_GetTrackChannelCountSbc(p_codec_info);
222 LOG_DEBUG(LOG_TAG, "%s: sample_rate=%u bits_per_sample=%u channel_count=%u",
224 p_feeding_params->bits_per_sample, p_feeding_params->channel_count);
388 a2dp_sbc_encoder_cb.feeding_params.channel_count *
433 a2dp_sbc_encoder_cb.feeding_params.channel_count *
563 a2dp_sbc_encoder_cb.feeding_params.channel_count *
691 read_size *= a2dp_sbc_encoder_cb.feeding_params.channel_count;
713 a2dp_sbc_encoder_cb.feeding_params.channel_count);
    [all...]
a2dp_vendor_aptx_encoder.cc 261 p_feeding_params->channel_count =
263 LOG_DEBUG(LOG_TAG, "%s: sample_rate=%u bits_per_sample=%u channel_count=%u",
265 p_feeding_params->bits_per_sample, p_feeding_params->channel_count);
433 (pcm_bytes_encoded / a2dp_aptx_encoder_cb.feeding_params.channel_count) /
  /hardware/qcom/audio/hal/msm8916/
platform.c 1562 int channel_count = popcount(channel_mask); local
1692 int channel_count = popcount(channel_mask); local
2011 int channel_count; local
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 1023 int channel_count; local
2687 size_t channel_count = audio_channel_count_from_out_mask(out->channel_mask); local
4228 int channel_count = audio_channel_count_from_in_mask(config->channel_mask); local
4289 int channel_count; local
    [all...]
platform_api.h 77 int platform_set_hdmi_channels(void *platform, int channel_count);
  /hardware/qcom/audio/hal/msm8960/
platform.c 931 int channel_count; local
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 667 int channel_count = popcount(*channel_mask); local
668 if (channel_count != 1 && channel_count != 2) {
715 int channel_count = popcount(*channel_mask); local
716 if (channel_count != 1 && channel_count != 2) {
755 int channel_count = popcount(channel_mask); local
762 size *= sizeof(short) * channel_count;
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 2471 int channel_count = popcount(channel_mask); local
2880 int channel_count; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
vk_layer_utils.cpp 30 uint32_t channel_count; member in struct:VULKAN_FORMAT_INFO
553 unsigned int vk_format_get_channel_count(VkFormat format) { return vk_format_table[format].channel_count; }
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_utils.cpp 30 uint32_t channel_count; member in struct:VULKAN_FORMAT_INFO
553 unsigned int vk_format_get_channel_count(VkFormat format) { return vk_format_table[format].channel_count; }
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 1070 unsigned channel_count = proxy_get_channel_count(&in->proxy); local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio.h 145 uint32_t channel_count; member in struct:msm_audio_config
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio.h 154 uint32_t channel_count; member in struct:msm_audio_config
  /system/bt/stack/include/
a2dp_codec_api.h 442 tA2DP_CHANNEL_COUNT channel_count; // 1 for mono or 2 for stereo member in struct:__anon113670
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 404 uint32_t channel_count;
406 channel_count = audio_channel_count_from_out_mask(config->channel_mask);
408 channel_count = audio_channel_count_from_in_mask(config->channel_mask);
413 const uint32_t pipe_channel_count = max(channel_count, 2);
415 const uint32_t pipe_channel_count = channel_count;
449 channel_count;
    [all...]
  /external/vulkan-validation-layers/layers/
vk_layer_utils.cpp 31 uint32_t channel_count; member in struct:VULKAN_FORMAT_INFO
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 121 uint8_t channel_count; /* to avoid recomputing it every time a buffer is processed */ member in struct:visualizer_context_s
614 visu_ctxt->channel_count = audio_channel_count_from_out_mask(context->config.inputCfg.channels);
731 for (inIdx = 0 ; inIdx < inBuffer->frameCount * visu_ctxt->channel_count ; inIdx++) {
742 rms_squared_acc / (inBuffer->frameCount * visu_ctxt->channel_count);
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_audio.h 152 uint32_t channel_count; member in struct:msm_audio_config
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_audio.h 171 uint32_t channel_count; member in struct:msm_audio_config
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio.h 155 uint32_t channel_count; member in struct:msm_audio_config
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio.h 174 uint32_t channel_count; member in struct:msm_audio_config

Completed in 1684 milliseconds

1 2 34 5