Searched defs:representation (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h55 SLuint32 representation; member in struct:SLAndroidDataFormat_PCM_EX_
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp993 audio_channel_representation_t representation = local
996 if (representation == AUDIO_CHANNEL_REPRESENTATION_INDEX) {
1004 if (representation == AUDIO_CHANNEL_REPRESENTATION_POSITION) {
1029 SL_LOGE("Unrecognized channel mask representation %#x", representation);
1050 const SLuint32 *df_representation = NULL; // pointer to representation field, if it exists
1064 // checkDataFormat() already checked representation
1065 df_representation = &df_pcm->representation;
1080 // checkDataFormat() already checked bits per sample, container size, and representation
/frameworks/av/services/audioflinger/
H A DThreads.cpp749 const audio_channel_representation_t representation = local
752 switch (representation) {
802 s.appendFormat("unknown mask, representation:%d bits:%#x",
803 representation, audio_channel_mask_get_bits(mask));

Completed in 103 milliseconds