Home
last modified time | relevance | path

Searched refs:AUDIO_PORT_MAX_CHANNEL_MASKS (Results 1 – 2 of 2) sorted by relevance

/system/media/tests/
Dsystemaudio_tests.cpp212 static constexpr audio_channel_mask_t OUT_CHANNEL_MASKS[AUDIO_PORT_MAX_CHANNEL_MASKS] = {
248 static constexpr audio_channel_mask_t IN_CHANNEL_MASKS[AUDIO_PORT_MAX_CHANNEL_MASKS] = {
551 audioPort->num_channel_masks = AUDIO_PORT_MAX_CHANNEL_MASKS; in fillFakeAudioPortInfo()
573 portV7->audio_profiles[i].num_channel_masks = AUDIO_PORT_MAX_CHANNEL_MASKS; in fillFakeAudioPortV7Info()
754 ASSERT_EQ(profile.num_channel_masks, AUDIO_PORT_MAX_CHANNEL_MASKS); in TEST_P()
/system/media/audio/include/system/
Daudio.h605 #define AUDIO_PORT_MAX_CHANNEL_MASKS 32 macro
654 audio_channel_mask_t channel_masks[AUDIO_PORT_MAX_CHANNEL_MASKS];
689 audio_channel_mask_t channel_masks[AUDIO_PORT_MAX_CHANNEL_MASKS];
793 if (port->num_channel_masks >= AUDIO_PORT_MAX_CHANNEL_MASKS) { in audio_populate_audio_port()