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.cpp892 audio_channel_representation_t representation = local
895 if (representation == AUDIO_CHANNEL_REPRESENTATION_INDEX) {
903 if (representation == AUDIO_CHANNEL_REPRESENTATION_POSITION) {
928 SL_LOGE("Unrecognized channel mask representation %#x", representation);
949 const SLuint32 *df_representation = NULL; // pointer to representation field, if it exists
963 // checkDataFormat() already checked representation
964 df_representation = &df_pcm->representation;
979 // checkDataFormat() already checked bits per sample, container size, and representation
/frameworks/av/services/audioflinger/
H A DThreads.cpp864 const audio_channel_representation_t representation = local
867 switch (representation) {
917 s.appendFormat("unknown mask, representation:%d bits:%#x",
918 representation, audio_channel_mask_get_bits(mask));

Completed in 334 milliseconds