Searched refs:aaudioSamplesPerFrame (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamMMAP.cpp108 int32_t aaudioSamplesPerFrame = configurationInput.getSamplesPerFrame(); local
111 config.channel_mask = (aaudioSamplesPerFrame == AAUDIO_UNSPECIFIED)
113 : audio_channel_out_mask_from_count(aaudioSamplesPerFrame);
115 config.channel_mask = (aaudioSamplesPerFrame == AAUDIO_UNSPECIFIED)
117 : audio_channel_in_mask_from_count(aaudioSamplesPerFrame);

Completed in 139 milliseconds