Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DJMediaPlayer2Utils.cpp50 int32_t audioFormat = audioFormatFromNative(info.format); in isOffloadedAudioPlaybackSupported()
/frameworks/av/media/libmedia/include/media/
DJAudioFormat.h47 audioFormatFromNative(format)); in createAudioFormatObj()
/frameworks/base/core/jni/
Dandroid_media_AudioFormat.h96 static inline int audioFormatFromNative(audio_format_t nativeFormat) in audioFormatFromNative() function
Dandroid_media_AudioSystem.cpp460 recParamData[0] = (jint) audioFormatFromNative(clientConfig->format); in android_media_AudioSystem_recording_callback()
464 recParamData[3] = (jint) audioFormatFromNative(deviceConfig->format); in android_media_AudioSystem_recording_callback()
1076 audioFormatFromNative(nAudioPortConfig->format), in convertAudioPortConfigFromNative()
1216 int format = audioFormatFromNative(nAudioPort->formats[index]); in convertAudioPortFromNative()
2176 audioFormatFromNative(surroundFormats[i])); in android_media_AudioSystem_getSurroundFormats()
Dandroid_hardware_SoundTrigger.cpp238 audioFormatFromNative(event->audio_config.format), in onRecognitionEvent()
/frameworks/av/media/libmediaplayer2/
DJAudioTrack.cpp59 sampleRate, outChannelMaskFromNative(channelMask), audioFormatFromNative(format)); in JAudioTrack()