Manual roll of DEPS file to update package names
Bug: b/240372657 Change-Id: I666c55c82cba1d49bb0923cfdecbe1143a639dc8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/269205 Auto-Submit: Andrey Logvin <landrey@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Commit-Queue: Andrey Logvin <landrey@google.com> Cr-Commit-Position: refs/heads/main@{#37628}
This commit is contained in:
@ -1253,10 +1253,10 @@ TEST_F(AcmSenderBitExactnessNewApi, OpusFromFormat_stereo_20ms_voip) {
|
||||
ASSERT_NO_FATAL_FAILURE(SetUpTestExternalEncoder(
|
||||
AudioEncoderOpus::MakeAudioEncoder(*config, 120), 120));
|
||||
const std::string audio_maybe_sse =
|
||||
"058c03ca2c9bb5c0066d4c15ce50d772"
|
||||
"1010e60ad34cee73c939edaf563d0593"
|
||||
"|ca54661b220cc35239c6864ab858d29a";
|
||||
const std::string payload_maybe_sse =
|
||||
"f270ec7be7a5ed60c203c2317c4e1011"
|
||||
"ea48d94e43217793af9b7e15ece94e54"
|
||||
"|eb0752ce1b6f2436fefc2e19bd084fb5";
|
||||
Run(audio_maybe_sse, payload_maybe_sse, /*expected_packets=*/50,
|
||||
/*expected_channels=*/test::AcmReceiveTestOldApi::kStereoOutput);
|
||||
|
||||
@ -79,11 +79,11 @@ TEST_F(NetEqDecodingTest, MAYBE_TestOpusBitExactness) {
|
||||
// The checksum depends on SSE being enabled, the second part is the non-SSE
|
||||
// checksum.
|
||||
const std::string output_checksum =
|
||||
"919e5eb3ba901192878f2354b981a15508c8373c|"
|
||||
"fec6827bb9ee0b21770bbbb4a3a6f8823bf537dc|"
|
||||
"c5eb0a8fcf7e8255a40f821cb815e1096619efeb";
|
||||
|
||||
const std::string network_stats_checksum =
|
||||
"3d043e47e5f4bb81d37e7bce8c44bf802965c853";
|
||||
"076662525572dba753b11578330bd491923f7f5e";
|
||||
|
||||
DecodeAndCompare(input_rtp_file, output_checksum, network_stats_checksum,
|
||||
absl::GetFlag(FLAGS_gen_ref));
|
||||
@ -102,7 +102,7 @@ TEST_F(NetEqDecodingTest, MAYBE_TestOpusDtxBitExactness) {
|
||||
// The checksum depends on SSE being enabled, the second part is the non-SSE
|
||||
// checksum.
|
||||
const std::string output_checksum =
|
||||
"5cea4a8e750842ac67b79e8e2ce6a0a1c01f8130|"
|
||||
"b3c4899eab5378ef5e54f2302948872149f6ad5e|"
|
||||
"e97e32a77355e7ce46a2dc2f43bf1c2805530fcb";
|
||||
|
||||
const std::string network_stats_checksum =
|
||||
|
||||
Reference in New Issue
Block a user