Searched defs:df_pcm (Results 1 - 3 of 3) sorted by last modified time

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp944 SLAndroidDataFormat_PCM_EX *df_pcm = local
946 switch (df_pcm->representation) {
950 df_representation = &df_pcm->representation;
954 df_pcm->representation);
959 SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *) pAudioSrc->pFormat; local
960 SLresult result = android_audioPlayer_validateChannelMask(df_pcm->channelMask,
961 df_pcm->numChannels);
964 (unsigned) df_pcm->numChannels);
968 switch (df_pcm->samplesPerSec) {
985 (unsigned) df_pcm
1510 SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *) local
[all...]
H A DAudioRecorder_to_android.cpp174 SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *)ar->mDataSink.u.mSink.pFormat; local
175 ar->mSampleRateMilliHz = df_pcm->samplesPerSec;
176 ar->mNumChannels = df_pcm->numChannels;
H A Dandroid_sles_conversions.h47 static inline audio_format_t sles_to_android_sampleFormat(const SLDataFormat_PCM *df_pcm) { argument
48 switch (df_pcm->formatType) {
50 switch (df_pcm->containerSize) {
63 switch (((SLAndroidDataFormat_PCM_EX *)df_pcm)->representation) {
65 switch (df_pcm->containerSize) {
72 switch (df_pcm->containerSize) {
83 switch (df_pcm->containerSize) {

Completed in 55 milliseconds