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

  /external/chromium_org/third_party/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 19 void TimestampScaler::ToInternal(Packet* packet) {
23 packet->header.timestamp = ToInternal(packet->header.timestamp,
27 void TimestampScaler::ToInternal(PacketList* packet_list) {
30 ToInternal(*it);
34 uint32_t TimestampScaler::ToInternal(uint32_t external_timestamp,
timestamp_scaler_unittest.cc 36 EXPECT_EQ(timestamp, scaler.ToInternal(timestamp, kRtpPayloadType));
61 EXPECT_EQ(timestamp, scaler.ToInternal(timestamp, kRtpPayloadType));
84 scaler.ToInternal(external_timestamp, kRtpPayloadType));
111 scaler.ToInternal(external_timestamp, kRtpPayloadType));
143 scaler.ToInternal(external_timestamp, kRtpPayloadTypeCng));
148 scaler.ToInternal(external_timestamp, kRtpPayloadTypeG722));
159 // Make sure that the method ToInternal(Packet* packet) is wired up correctly.
160 // Since it is simply calling the other ToInternal method, we are not doing
179 scaler.ToInternal(&packet);
187 // Make sure that the method ToInternal(PacketList* packet_list) is wired u
    [all...]
neteq_impl.cc 513 timestamp_scaler_->ToInternal(&packet_list);
    [all...]
  /external/chromium_org/v8/src/
api.cc     [all...]

Completed in 75 milliseconds