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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
413 fun:silk_NLSF_encode | 413 fun:silk_NLSF_encode |
414 fun:silk_process_NLSFs | 414 fun:silk_process_NLSFs |
415 fun:silk_process_NLSFs_FLP | 415 fun:silk_process_NLSFs_FLP |
416 fun:silk_find_pred_coefs_FLP | 416 fun:silk_find_pred_coefs_FLP |
417 fun:silk_encode_frame_FLP | 417 fun:silk_encode_frame_FLP |
418 fun:silk_Encode | 418 fun:silk_Encode |
419 fun:opus_encode_native | 419 fun:opus_encode_native |
420 fun:opus_encode | 420 fun:opus_encode |
421 fun:WebRtcOpus_Encode | 421 fun:WebRtcOpus_Encode |
422 } | 422 } |
423 { | |
424 bug_5983 | |
425 Memcheck:Uninitialized | |
426 fun:_ZN6webrtc11DataChannel4InitERKNS_23InternalDataChannelInitE | |
427 ... | |
428 } | |
429 { | |
430 bug_5984 | |
431 Memcheck:Uninitialized | |
432 fun:_ZN6webrtc15GainControlImpl19ProcessCaptureAudioEPNS_11AudioBufferEb | |
433 ... | |
434 } | |
435 { | |
436 Ubuntu_Precise_Itoa_Optimized_Code | |
kjellander_webrtc
2016/06/09 07:12:14
Move this one to the section
# third_party librari
åsapersson
2016/06/09 07:19:53
Done.
| |
437 Memcheck:Uninitialized | |
438 fun:_itoa_word | |
439 fun:vfprintf | |
440 fun:vsnprintf | |
441 fun:snprintf | |
442 ... | |
443 } | |
OLD | NEW |