HomeSort by relevance Sort by last modified time
    Searched refs:df_pcm (Results 1 - 3 of 3) sorted by null

  /frameworks/wilhelm/src/android/
android_sles_conversions.h 29 static inline audio_format_t sles_to_android_sampleFormat(const SLDataFormat_PCM *df_pcm) {
30 if (df_pcm->containerSize != df_pcm->bitsPerSample) {
33 switch (df_pcm->formatType) {
35 switch (df_pcm->containerSize) {
48 switch (((SLAndroidDataFormat_PCM_EX *)df_pcm)->representation) {
50 switch (df_pcm->containerSize) {
57 switch (df_pcm->containerSize) {
68 switch (df_pcm->containerSize) {
AudioRecorder_to_android.cpp 168 const SLAndroidDataFormat_PCM_EX *df_pcm = local
171 df_representation = &df_pcm->representation;
174 const SLDataFormat_PCM *df_pcm = (const SLDataFormat_PCM *) pAudioSnk->pFormat; local
179 ar->mNumChannels = df_pcm->numChannels;
181 if (df_pcm->endianness != ar->mObject.mEngine->mEngine.mNativeEndianness) {
183 df_pcm->endianness);
187 ar->mSampleRateMilliHz = df_pcm->samplesPerSec; // Note: bad field name in SL ES
192 if (df_pcm->containerSize != df_pcm->bitsPerSample) {
195 df_pcm->containerSize, (SLuint32)df_pcm->bitsPerSample)
423 const SLDataFormat_PCM *df_pcm = &ar->mDataSink.mFormat.mPCM; local
    [all...]
AudioPlayer_to_android.cpp 951 const SLAndroidDataFormat_PCM_EX *df_pcm = local
958 const SLDataFormat_PCM *df_pcm = (const SLDataFormat_PCM *) pAudioSrc->pFormat; local
1460 SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *) local
    [all...]

Completed in 58 milliseconds