OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_channels
(Results
1 - 25
of
27
) sorted by null
1
2
/frameworks/av/media/libaudiohal/2.0/
StreamHalLocal.cpp
35
mStream->
get_channels
(mStream),
56
*mask = mStream->
get_channels
(mStream);
68
*mask = mStream->
get_channels
(mStream);
/frameworks/av/media/libaudiohal/4.0/
StreamHalLocal.cpp
37
mStream->
get_channels
(mStream),
58
*mask = mStream->
get_channels
(mStream);
70
*mask = mStream->
get_channels
(mStream);
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Stream.impl.h
152
return AudioChannelBitfield(mStream->
get_channels
(mStream));
185
audio_channel_mask_t halMask = mStream->
get_channels
(mStream);
/device/google/cuttlefish_common/guest/hals/audio/
vsoc_audio_input_stream.cpp
71
common.
get_channels
=
vsoc_audio_output_stream.cpp
293
out->common.
get_channels
=
/hardware/libhardware/include/hardware/
audio.h
137
audio_channel_mask_t (*
get_channels
)(const struct audio_stream *stream);
member in struct:audio_stream
574
return popcount(s->
get_channels
(s)) * chan_samp_sz;
590
return audio_channel_count_from_out_mask(s->common.
get_channels
(&s->common)) * chan_samp_sz;
606
return audio_channel_count_from_in_mask(s->common.
get_channels
(&s->common)) * chan_samp_sz;
[
all
...]
/device/generic/goldfish/audio/
audio_hw_legacy.c
423
out->stream.common.
get_channels
= out_get_channels;
579
in->stream.common.
get_channels
= in_get_channels;
audio_hw.c
[
all
...]
/device/linaro/hikey/audio/
audio_hw.c
458
out->stream.common.
get_channels
= out_get_channels;
609
in->stream.common.
get_channels
= in_get_channels;
/hardware/libhardware/modules/audio/
audio_hw.c
371
out->stream.common.
get_channels
= out_get_channels;
518
in->stream.common.
get_channels
= in_get_channels;
/hardware/libhardware_legacy/audio/
audio_hw_hal.cpp
519
out->stream.common.
get_channels
= out_get_channels;
585
in->stream.common.
get_channels
= in_get_channels;
/system/tools/hidl/c2hal/test/
test.h
335
return audio_channel_count_from_out_mask(s->common.
get_channels
(&s->common)) * chan_samp_sz;
/external/devlib/devlib/instrument/
__init__.py
281
def
get_channels
(self, measure):
member in class:Instrument
/hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp
585
out->stream.common.
get_channels
= out_get_channels;
653
in->stream.common.
get_channels
= in_get_channels;
/external/devlib/doc/
instrumentation.rst
86
.. method:: Instrument.
get_channels
(measure)
/hardware/libhardware/modules/usbaudio/
audio_hal.c
557
out->stream.common.
get_channels
= out_get_channels;
962
in->stream.common.
get_channels
= in_get_channels;
[
all
...]
/device/generic/car/emulator/audio/driver/
audio_hw.c
947
out->stream.common.
get_channels
= out_get_channels;
[
all
...]
/system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc
[
all
...]
/system/bt/audio_hearing_aid_hw/src/
audio_hearing_aid_hw.cc
[
all
...]
/external/lisa/libs/utils/
energy.py
145
available_sites = [c.site for c in self._hwmon.
get_channels
('energy')]
/hardware/intel/audio_media/hdmi/
tinyaudio_hw.c
727
out->stream.common.
get_channels
= out_get_channels;
/hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp
[
all
...]
/hardware/qcom/audio/hal/
audio_hw.c
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3if.h
[
all
...]
sapi51.h
[
all
...]
Completed in 1227 milliseconds
1
2