Searched refs:encoded_timestamp (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | rent_a_codec_unittest.cc | 52 EXPECT_EQ(expected_timestamp, encoded_info.encoded_timestamp); in EncodeAndVerify() 123 info.encoded_timestamp = 0; in TEST() 130 info.encoded_timestamp = 2; in TEST() 139 EXPECT_EQ(0u, info.encoded_timestamp); in TEST() 157 EXPECT_EQ(2u, info.encoded_timestamp); in TEST()
|
D | audio_coding_module_impl.cc | 90 info.encoded_timestamp - info.redundant[i].encoded_timestamp); in ConvertEncodedInfoToFragmentationHeader() 179 frame_type, encoded_info.payload_type, encoded_info.encoded_timestamp, in Encode()
|
D | audio_coding_module_unittest_oldapi.cc | 801 EXPECT_EQ(rtp_header_.header.timestamp, info.encoded_timestamp); in CbReceiveImpl()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/red/ |
D | audio_encoder_copy_red_unittest.cc | 219 helper.info_.encoded_timestamp = timestamp_; in TEST_F() 227 EXPECT_EQ(primary_timestamp, encoded_info_.encoded_timestamp); in TEST_F() 231 helper.info_.encoded_timestamp = timestamp_; in TEST_F() 234 EXPECT_EQ(primary_timestamp, encoded_info_.redundant[0].encoded_timestamp); in TEST_F() 235 EXPECT_EQ(secondary_timestamp, encoded_info_.redundant[1].encoded_timestamp); in TEST_F() 236 EXPECT_EQ(primary_timestamp, encoded_info_.encoded_timestamp); in TEST_F()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ |
D | audio_encoder.h | 28 uint32_t encoded_timestamp = 0; member
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | audio_encoder_ilbc.cc | 126 info.encoded_timestamp = first_timestamp_in_buffer_; in EncodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
D | audio_encoder_pcm.cc | 95 info.encoded_timestamp = first_timestamp_in_buffer_; in EncodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
D | audio_encoder_g722.cc | 141 info.encoded_timestamp = first_timestamp_in_buffer_; in EncodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | audio_encoder_isac_t_impl.h | 146 info.encoded_timestamp = packet_timestamp_; in EncodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | audio_encoder_opus.cc | 156 info.encoded_timestamp = first_timestamp_in_buffer_; in EncodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
D | audio_encoder_cng.cc | 230 info.encoded_timestamp = rtp_timestamps_.front(); in EncodePassive()
|
D | audio_encoder_cng_unittest.cc | 276 EXPECT_EQ(expected_timestamp, encoded_info_.encoded_timestamp); in TEST_F()
|