Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DJMediaPlayer2Utils.cpp51 int32_t channelMask = outChannelMaskFromNative(info.channel_mask); in isOffloadedAudioPlaybackSupported()
/frameworks/av/media/libmedia/include/media/
DJAudioFormat.h56 outChannelMaskFromNative(channelMask)); in createAudioFormatObj()
/frameworks/base/core/jni/
Dandroid_media_AudioFormat.h182 static inline int outChannelMaskFromNative(audio_channel_mask_t nativeMask) in outChannelMaskFromNative() function
Dandroid_media_AudioSystem.cpp1024 jMask = outChannelMaskFromNative(nMask); in convertAudioPortConfigFromNative()
1068 jMask = outChannelMaskFromNative(nMask); in convertAudioPortConfigFromNative()
1207 : outChannelMaskFromNative(mask); in convertAudioPortFromNative()
1246 jMask = outChannelMaskFromNative(nMask); in convertAudioPortFromNative()
/frameworks/av/media/libmediaplayer2/
DJAudioTrack.cpp59 sampleRate, outChannelMaskFromNative(channelMask), audioFormatFromNative(format)); in JAudioTrack()