Home
last modified time | relevance | path

Searched refs:geometric_location (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/hal/
Dplatform_info.c655 float geometric_location[3]; in process_microphone_characteristic() local
658 geometric_location[idx++] = atof(token); in process_microphone_characteristic()
669 microphone.geometric_location.x = geometric_location[0]; in process_microphone_characteristic()
670 microphone.geometric_location.y = geometric_location[1]; in process_microphone_characteristic()
671 microphone.geometric_location.z = geometric_location[2]; in process_microphone_characteristic()
673 microphone.geometric_location.x = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in process_microphone_characteristic()
674 microphone.geometric_location.y = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in process_microphone_characteristic()
675 microphone.geometric_location.z = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in process_microphone_characteristic()
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
DConversions.impl.h176 pDst->position.x = src.geometric_location.x; in halToMicrophoneCharacteristics()
177 pDst->position.y = src.geometric_location.y; in halToMicrophoneCharacteristics()
178 pDst->position.z = src.geometric_location.z; in halToMicrophoneCharacteristics()