Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiofoundation/
DAudioPort.cpp143 auto& dstProfile = port->audio_profiles[port->num_audio_profiles++]; in toAudioPort() local
144 dstProfile.format = profile->getFormat(); in toAudioPort()
145 dstProfile.num_sample_rates = sampleRates.size(); in toAudioPort()
147 std::begin(dstProfile.sample_rates)); in toAudioPort()
148 dstProfile.num_channel_masks = channelMasks.size(); in toAudioPort()
150 std::begin(dstProfile.channel_masks)); in toAudioPort()
151 dstProfile.encapsulation_type = profile->getEncapsulationType(); in toAudioPort()