OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_device_channels
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/audio/generic/
audio_hal.c
507
const int
num_device_channels
= proxy_get_channel_count(proxy); /* what we told alsa */
local
509
if (
num_device_channels
!= num_req_channels) {
512
bytes *
num_device_channels
/ num_req_channels;
523
out->conversion_buffer,
num_device_channels
,
910
int
num_device_channels
= proxy_get_channel_count(&in->proxy); /* what we told Alsa */
local
913
if (
num_device_channels
!= num_req_channels) {
914
num_read_buff_bytes = (
num_device_channels
* num_read_buff_bytes) / num_req_channels;
930
if (
num_device_channels
!= num_req_channels) {
931
// ALOGV("chans dev:%d req:%d",
num_device_channels
, num_req_channels);
935
if (
num_device_channels
!= num_req_channels)
[
all
...]
/hardware/libhardware/modules/usbaudio/
audio_hal.c
453
const int
num_device_channels
= proxy_get_channel_count(proxy); /* what we told alsa */
local
455
if (
num_device_channels
!= num_req_channels) {
458
bytes *
num_device_channels
/ num_req_channels;
469
out->conversion_buffer,
num_device_channels
,
877
int
num_device_channels
= proxy_get_channel_count(&in->proxy); /* what we told Alsa */
local
880
if (
num_device_channels
!= num_req_channels) {
881
num_read_buff_bytes = (
num_device_channels
* num_read_buff_bytes) / num_req_channels;
897
if (
num_device_channels
!= num_req_channels) {
898
// ALOGV("chans dev:%d req:%d",
num_device_channels
, num_req_channels);
902
if (
num_device_channels
!= num_req_channels)
[
all
...]
Completed in 212 milliseconds