HomeSort by relevance Sort by last modified time
    Searched full:update_result (Results 1 - 1 of 1) sorted by null

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

Completed in 71 milliseconds