HomeSort by relevance Sort by last modified time
    Searched refs:ToInternal (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
timestamp_scaler.h 42 virtual void ToInternal(Packet* packet);
46 virtual void ToInternal(PacketList* packet_list);
50 virtual uint32_t ToInternal(uint32_t external_timestamp,
53 // Scales back to external timestamp. This is the inverse of ToInternal().
timestamp_scaler.cc 23 void TimestampScaler::ToInternal(Packet* packet) {
27 packet->header.timestamp = ToInternal(packet->header.timestamp,
31 void TimestampScaler::ToInternal(PacketList* packet_list) {
34 ToInternal(*it);
38 uint32_t TimestampScaler::ToInternal(uint32_t external_timestamp,
timestamp_scaler_unittest.cc 37 EXPECT_EQ(timestamp, scaler.ToInternal(timestamp, kRtpPayloadType));
63 EXPECT_EQ(timestamp, scaler.ToInternal(timestamp, kRtpPayloadType));
86 scaler.ToInternal(external_timestamp, kRtpPayloadType));
113 scaler.ToInternal(external_timestamp, kRtpPayloadType));
146 scaler.ToInternal(external_timestamp, kRtpPayloadTypeCng));
151 scaler.ToInternal(external_timestamp, kRtpPayloadTypeG722));
162 // Make sure that the method ToInternal(Packet* packet) is wired up correctly.
163 // Since it is simply calling the other ToInternal method, we are not doing
183 scaler.ToInternal(&packet);
191 // Make sure that the method ToInternal(PacketList* packet_list) is wired u
    [all...]
neteq_impl.cc 563 timestamp_scaler_->ToInternal(&packet_list);
    [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 334 milliseconds