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

/frameworks/wilhelm/src/
H A Ddata.cpp344 const SLuint32 *df_representation = NULL; // pointer to representation field, if it exists local
358 df_representation = &pDataFormat->mPCMEx.representation;
395 if (df_representation != NULL &&
396 *df_representation != SL_ANDROID_PCM_REPRESENTATION_UNSIGNED_INT) {
402 if (df_representation != NULL &&
403 *df_representation != SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT) {
408 if (df_representation != NULL
409 && *df_representation != SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT
410 && *df_representation != SL_ANDROID_PCM_REPRESENTATION_FLOAT) {
/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp236 const SLuint32 *df_representation = NULL; // pointer to representation field, if it exists local
246 df_representation = &df_pcm->representation;
H A DAudioPlayer_to_android.cpp1050 const SLuint32 *df_representation = NULL; // pointer to representation field, if it exists local
1065 df_representation = &df_pcm->representation;

Completed in 134 milliseconds