Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudiofoundation/
H A DAudioPort.cpp121 auto& dstProfile = port->audio_profiles[port->num_audio_profiles++]; in toAudioPort() local
122 dstProfile.format = profile->getFormat(); in toAudioPort()
123 dstProfile.num_sample_rates = sampleRates.size(); in toAudioPort()
125 std::begin(dstProfile.sample_rates)); in toAudioPort()
126 dstProfile.num_channel_masks = channelMasks.size(); in toAudioPort()
128 std::begin(dstProfile.channel_masks)); in toAudioPort()
129 dstProfile.encapsulation_type = profile->getEncapsulationType(); in toAudioPort()