Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Dplatform_info.c590 microphone.geometric_location.x = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in process_microphone_characteristic()
591 microphone.geometric_location.y = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in process_microphone_characteristic()
592 microphone.geometric_location.z = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in process_microphone_characteristic()
706 float geometric_location[3]; in process_microphone_characteristic() local
709 geometric_location[idx++] = atof(token); in process_microphone_characteristic()
720 microphone.geometric_location.x = geometric_location[0]; in process_microphone_characteristic()
721 microphone.geometric_location.y = geometric_location[1]; in process_microphone_characteristic()
722 microphone.geometric_location.z = geometric_location[2]; in process_microphone_characteristic()
/hardware/interfaces/audio/core/all-versions/default/
DConversions.cpp167 pDst->position.x = src.geometric_location.x; in halToMicrophoneCharacteristics()
168 pDst->position.y = src.geometric_location.y; in halToMicrophoneCharacteristics()
169 pDst->position.z = src.geometric_location.z; in halToMicrophoneCharacteristics()