Searched refs:df_representation (Results 1 – 3 of 3) sorted by relevance
344 const SLuint32 *df_representation = NULL; // pointer to representation field, if it exists in checkDataFormat() local358 df_representation = &pDataFormat->mPCMEx.representation; in checkDataFormat()396 if (df_representation != NULL && in checkDataFormat()397 *df_representation != SL_ANDROID_PCM_REPRESENTATION_UNSIGNED_INT) { in checkDataFormat()403 if (df_representation != NULL && in checkDataFormat()404 *df_representation != SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT) { in checkDataFormat()409 if (df_representation != NULL in checkDataFormat()410 && *df_representation != SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT in checkDataFormat()411 && *df_representation != SL_ANDROID_PCM_REPRESENTATION_FLOAT) { in checkDataFormat()
238 const SLuint32 *df_representation = NULL; // pointer to representation field, if it exists in android_audioRecorder_checkSourceSink() local248 df_representation = &df_pcm->representation; in android_audioRecorder_checkSourceSink()
1051 const SLuint32 *df_representation = NULL; // pointer to representation field, if it exists in android_audioPlayer_checkSourceSink() local1066 df_representation = &df_pcm->representation; in android_audioPlayer_checkSourceSink()