Searched refs:bitstream_ (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | isac_unittest.cc | 35 uint8_t bitstream_[kMaxBytes]; member in webrtc::IsacTest 89 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_); in TEST_F() 91 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_); in TEST_F() 93 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_); in TEST_F() 95 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_); in TEST_F() 97 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_); in TEST_F() 99 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_); in TEST_F() 103 EXPECT_EQ(0, WebRtcIsac_UpdateBwEstimate(isac_codec_, bitstream_, in TEST_F()
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_unittest.cc | 142 uint8_t bitstream_[kMaxBytes]; member in webrtc::__anon4ee78c5a0111::OpusTest 220 kMaxBytes, bitstream_); in EncodeDecode() 224 int est_len = WebRtcOpus_DurationEst(decoder, bitstream_, encoded_bytes_); in EncodeDecode() 225 int act_len = WebRtcOpus_Decode(decoder, bitstream_, encoded_bytes_, in EncodeDecode() 678 WebRtcOpus_Decode(opus_decoder_, bitstream_, encoded_bytes_, in TEST_P() 856 bitstream_); in TEST_P() 859 WebRtcOpus_DurationEst(opus_decoder_, bitstream_, in TEST_P() 867 kMaxBytes, bitstream_); in TEST_P() 870 WebRtcOpus_DurationEst(opus_decoder_, bitstream_, in TEST_P() 919 kMaxBytes, bitstream_); in TEST_P() [all …]
|