Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/transient/
Dwpd_tree.cc82 int update_result = nodes_[1]->set_data(data, data_length); in Update() local
83 if (update_result != 0) { in Update()
102 update_result = nodes_[index_left_child]->Update( in Update()
104 if (update_result != 0) { in Update()
108 update_result = nodes_[index_right_child]->Update( in Update()
110 if (update_result != 0) { in Update()