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

  /frameworks/wilhelm/src/
data.c 344 const SLuint32 *df_representation = NULL; // pointer to representation field, if it exists local
358 df_representation = &pDataFormat->mPCMEx.representation;
410 if (df_representation != NULL &&
411 *df_representation != SL_ANDROID_PCM_REPRESENTATION_UNSIGNED_INT) {
417 if (df_representation != NULL &&
418 *df_representation != SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT) {
423 if (df_representation != NULL
424 && *df_representation != SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT
425 && *df_representation != SL_ANDROID_PCM_REPRESENTATION_FLOAT) {
    [all...]
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 161 const SLuint32 *df_representation = NULL; // pointer to representation field, if it exists local
171 df_representation = &df_pcm->representation;
AudioPlayer_to_android.cpp 937 const SLuint32 *df_representation = NULL; \/\/ pointer to representation field, if it exists local
    [all...]

Completed in 69 milliseconds