Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/include/media/
DJAudioFormat.h56 outChannelMaskFromNative(channelMask)); in createAudioFormatObj()
/frameworks/base/core/jni/
Dandroid_media_AudioFormat.h175 static inline int outChannelMaskFromNative(audio_channel_mask_t nativeMask) in outChannelMaskFromNative() function
Dandroid_media_AudioSystem.cpp854 jMask = outChannelMaskFromNative(nMask); in convertAudioPortConfigFromNative()
898 jMask = outChannelMaskFromNative(nMask); in convertAudioPortConfigFromNative()
1036 : outChannelMaskFromNative(mask); in convertAudioPortFromNative()
1075 jMask = outChannelMaskFromNative(nMask); in convertAudioPortFromNative()
/frameworks/av/media/libmediaplayer2/
DJAudioTrack.cpp58 sampleRate, outChannelMaskFromNative(channelMask), audioFormatFromNative(format)); in JAudioTrack()