Searched refs:adv_voice_coef_length (Results 1 – 2 of 2) sorted by relevance
388 byte adv_voice_coef_length; member
3685 a->adv_voice_coef_length = m->info[2] - 1; in manufacturer_req()3686 if (a->adv_voice_coef_length > m->length - 3) in manufacturer_req()3687 a->adv_voice_coef_length = (byte)(m->length - 3); in manufacturer_req()3688 if (a->adv_voice_coef_length > ADV_VOICE_COEF_BUFFER_SIZE) in manufacturer_req()3689 a->adv_voice_coef_length = ADV_VOICE_COEF_BUFFER_SIZE; in manufacturer_req()3690 for (i = 0; i < a->adv_voice_coef_length; i++) in manufacturer_req()11087 && (ADV_VOICE_NEW_COEF_BASE + sizeof(word) <= a->adv_voice_coef_length)) in xconnect_write_coefs_process()11131 if (ADV_VOICE_NEW_COEF_BASE + sizeof(word) + w < a->adv_voice_coef_length) in xconnect_write_coefs_process()11193 && (ADV_VOICE_NEW_COEF_BASE + sizeof(word) <= a->adv_voice_coef_length)) in xconnect_write_coefs_process()11232 if (ADV_VOICE_NEW_COEF_BASE + sizeof(word) + w < a->adv_voice_coef_length) in xconnect_write_coefs_process()[all …]