OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mixerChannelMask
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
AudioMixer.h
317
audio_channel_mask_t trackChannelMask, audio_channel_mask_t
mixerChannelMask
);
AudioMixer.cpp
261
audio_channel_mask_t trackChannelMask, audio_channel_mask_t
mixerChannelMask
) {
265
&&
mixerChannelMask
== track.mMixerChannelMask) {
270
const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(
mixerChannelMask
);
278
track.mMixerChannelMask =
mixerChannelMask
;
663
const audio_channel_mask_t
mixerChannelMask
=
665
if (setChannelMasks(name, track.channelMask,
mixerChannelMask
)) {
666
ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)",
mixerChannelMask
);
[
all
...]
Completed in 44 milliseconds