Searched refs:geometric_location (Results 1 – 1 of 1) sorted by relevance
651 microphone.geometric_location.x = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in process_microphone_characteristic()652 microphone.geometric_location.y = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in process_microphone_characteristic()653 microphone.geometric_location.z = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in process_microphone_characteristic()767 float geometric_location[3]; in process_microphone_characteristic() local770 geometric_location[idx++] = atof(token); in process_microphone_characteristic()781 microphone.geometric_location.x = geometric_location[0]; in process_microphone_characteristic()782 microphone.geometric_location.y = geometric_location[1]; in process_microphone_characteristic()783 microphone.geometric_location.z = geometric_location[2]; in process_microphone_characteristic()