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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 Memcheck:Unaddressable | 421 Memcheck:Unaddressable |
422 fun:silk_NLSF_encode | 422 fun:silk_NLSF_encode |
423 fun:silk_process_NLSFs | 423 fun:silk_process_NLSFs |
424 fun:silk_process_NLSFs_FLP | 424 fun:silk_process_NLSFs_FLP |
425 fun:silk_find_pred_coefs_FLP | 425 fun:silk_find_pred_coefs_FLP |
426 fun:silk_encode_frame_FLP | 426 fun:silk_encode_frame_FLP |
427 fun:silk_Encode | 427 fun:silk_Encode |
428 fun:opus_encode_native | 428 fun:opus_encode_native |
429 fun:opus_encode | 429 fun:opus_encode |
430 fun:WebRtcOpus_Encode | 430 fun:WebRtcOpus_Encode |
431 fun:_ZZN6webrtc16AudioEncoderOpus10EncodeImplEjN3rtc9ArrayViewIKsEEPNS1_6Buff
erEENK3$_0clENS2_IhEE | |
432 fun:_ZN3rtc6Buffer10AppendDataIhZN6webrtc16AudioEncoderOpus10EncodeImplEjNS_9
ArrayViewIKsEEPS0_E3$_0Li0EEEmmOT0_ | |
433 fun:_ZN6webrtc16AudioEncoderOpus10EncodeImplEjN3rtc9ArrayViewIKsEEPNS1_6Buffe
rE | |
434 fun:_ZN6webrtc12AudioEncoder6EncodeEjN3rtc9ArrayViewIKsEEPNS1_6BufferE | |
435 fun:_ZN6webrtc16AudioDecoderTest11EncodeFrameEPKsmPN3rtc6BufferE | |
436 fun:_ZN6webrtc16AudioDecoderTest16EncodeDecodeTestEmidii | |
437 fun:_ZN6webrtc38AudioDecoderOpusTest_EncodeDecode_Test8TestBodyEv | |
438 } | 431 } |
OLD | NEW |