Searched refs:df_representation (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/
H A Ddata.c346 const SLuint32 *df_representation = NULL; // pointer to representation field, if it exists local
360 df_representation = &pDataFormat->mPCMEx.representation;
397 if (df_representation != NULL &&
398 *df_representation != SL_ANDROID_PCM_REPRESENTATION_UNSIGNED_INT) {
404 if (df_representation != NULL &&
405 *df_representation != SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT) {
410 if (df_representation != NULL
411 && *df_representation != SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT
412 && *df_representation != SL_ANDROID_PCM_REPRESENTATION_FLOAT) {
/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp170 const SLuint32 *df_representation = NULL; // pointer to representation field, if it exists local
180 df_representation = &df_pcm->representation;
H A DAudioPlayer_to_android.cpp949 const SLuint32 *df_representation = NULL; // pointer to representation field, if it exists local
964 df_representation = &df_pcm->representation;

Completed in 1642 milliseconds