OLD | NEW |
1 # This file is used in addition to the one already maintained in Chrome. | 1 # This file is used in addition to the one already maintained in Chrome. |
2 # It acts as a place holder for future additions for WebRTC. | 2 # It acts as a place holder for future additions for WebRTC. |
3 # It must exist for the Python wrapper script to work properly. | 3 # It must exist for the Python wrapper script to work properly. |
4 | 4 |
5 # There are three kinds of suppressions in this file. | 5 # There are three kinds of suppressions in this file. |
6 # 1. third_party libraries | 6 # 1. third_party libraries |
7 # 2. webrtc stuff | 7 # 2. webrtc stuff |
8 # 3. libjingle stuff (talk folder) | 8 # 3. libjingle stuff (talk folder) |
9 #----------------------------------------------------------------------- | 9 #----------------------------------------------------------------------- |
10 | 10 |
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 fun:pitch_search | 523 fun:pitch_search |
524 fun:celt_decode_lost | 524 fun:celt_decode_lost |
525 fun:celt_decode_with_ec | 525 fun:celt_decode_with_ec |
526 fun:opus_decode_frame | 526 fun:opus_decode_frame |
527 ... | 527 ... |
528 fun:opus_decode_native | 528 fun:opus_decode_native |
529 fun:opus_decode | 529 fun:opus_decode |
530 fun:WebRtcOpus_Decode* | 530 fun:WebRtcOpus_Decode* |
531 ... | 531 ... |
532 } | 532 } |
OLD | NEW |