Searched refs:adv_voice_coef_length (Results 1 – 2 of 2) sorted by relevance
378 byte adv_voice_coef_length; member
3560 a->adv_voice_coef_length = m->info[2] - 1; in manufacturer_req()3561 if (a->adv_voice_coef_length > m->length - 3) in manufacturer_req()3562 a->adv_voice_coef_length = (byte)(m->length - 3); in manufacturer_req()3563 if (a->adv_voice_coef_length > ADV_VOICE_COEF_BUFFER_SIZE) in manufacturer_req()3564 a->adv_voice_coef_length = ADV_VOICE_COEF_BUFFER_SIZE; in manufacturer_req()3565 for (i = 0; i < a->adv_voice_coef_length; i++) in manufacturer_req()10951 && (ADV_VOICE_NEW_COEF_BASE + sizeof(word) <= a->adv_voice_coef_length)) in xconnect_write_coefs_process()10995 if (ADV_VOICE_NEW_COEF_BASE + sizeof(word) + w < a->adv_voice_coef_length) in xconnect_write_coefs_process()11057 && (ADV_VOICE_NEW_COEF_BASE + sizeof(word) <= a->adv_voice_coef_length)) in xconnect_write_coefs_process()11096 if (ADV_VOICE_NEW_COEF_BASE + sizeof(word) + w < a->adv_voice_coef_length) in xconnect_write_coefs_process()[all …]