Searched refs:encoded_timestamp (Results 1 – 15 of 15) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/red/ |
D | audio_encoder_copy_red_unittest.cc | 207 info.encoded_timestamp = timestamp_; in TEST_F() 215 EXPECT_EQ(primary_timestamp, encoded_info_.encoded_timestamp); in TEST_F() 219 info.encoded_timestamp = timestamp_; in TEST_F() 225 EXPECT_EQ(primary_timestamp, encoded_info_.redundant[0].encoded_timestamp); in TEST_F() 226 EXPECT_EQ(secondary_timestamp, encoded_info_.redundant[1].encoded_timestamp); in TEST_F() 227 EXPECT_EQ(primary_timestamp, encoded_info_.encoded_timestamp); in TEST_F() 303 info.encoded_timestamp = timestamp_; in TEST_F() 309 info.encoded_timestamp = timestamp_; // update timestamp. in TEST_F() 318 uint32_t timestamp_delta = encoded_info_.encoded_timestamp - in TEST_F() 319 encoded_info_.redundant[1].encoded_timestamp; in TEST_F() [all …]
|
D | audio_encoder_copy_red.cc | 97 info.encoded_timestamp - tertiary_info_.encoded_timestamp; in EncodeImpl() 111 info.encoded_timestamp - secondary_info_.encoded_timestamp; in EncodeImpl()
|
/external/webrtc/modules/audio_coding/codecs/ |
D | builtin_audio_encoder_factory_unittest.cc | 84 EXPECT_EQ(0u, info.encoded_timestamp); in TEST_P() 98 EXPECT_EQ(next_timestamp, info.encoded_timestamp); in TEST_P()
|
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | encode_neteq_input.cc | 86 packet_data_->header.timestamp = info.encoded_timestamp; in CreatePacket()
|
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | audio_encoder_ilbc.cc | 114 info.encoded_timestamp = first_timestamp_in_buffer_; in EncodeImpl()
|
/external/webrtc/modules/audio_coding/codecs/g711/ |
D | audio_encoder_pcm.cc | 75 info.encoded_timestamp = first_timestamp_in_buffer_; in EncodeImpl()
|
/external/webrtc/api/audio_codecs/ |
D | audio_encoder.h | 89 uint32_t encoded_timestamp = 0; member
|
/external/webrtc/modules/audio_coding/codecs/g722/ |
D | audio_encoder_g722.cc | 138 info.encoded_timestamp = first_timestamp_in_buffer_; in EncodeImpl()
|
/external/webrtc/modules/audio_coding/codecs/isac/ |
D | audio_encoder_isac_t_impl.h | 157 info.encoded_timestamp = packet_timestamp_; in EncodeImpl()
|
/external/webrtc/modules/audio_coding/codecs/cng/ |
D | audio_encoder_cng.cc | 264 info.encoded_timestamp = rtp_timestamps_.front(); in EncodePassive()
|
D | audio_encoder_cng_unittest.cc | 306 EXPECT_EQ(expected_timestamp, encoded_info_.encoded_timestamp); in TEST_F()
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | audio_encoder_multi_channel_opus_impl.cc | 352 info.encoded_timestamp = first_timestamp_in_buffer_; in EncodeImpl()
|
D | audio_encoder_opus.cc | 618 info.encoded_timestamp = first_timestamp_in_buffer_; in EncodeImpl()
|
/external/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module.cc | 304 frame_type, encoded_info.payload_type, encoded_info.encoded_timestamp, in Encode()
|
D | audio_coding_module_unittest.cc | 776 EXPECT_EQ(rtp_header_.timestamp, info.encoded_timestamp); in CbReceiveImpl()
|