Home
last modified time | relevance | path

Searched refs:ToInternal (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/
Dtimestamp_scaler_unittest.cc39 EXPECT_EQ(timestamp, scaler.ToInternal(timestamp, kRtpPayloadType)); in TEST()
66 EXPECT_EQ(timestamp, scaler.ToInternal(timestamp, kRtpPayloadType)); in TEST()
91 scaler.ToInternal(external_timestamp, kRtpPayloadType)); in TEST()
120 scaler.ToInternal(external_timestamp, kRtpPayloadType)); in TEST()
155 scaler.ToInternal(external_timestamp, kRtpPayloadTypeCng)); in TEST()
160 scaler.ToInternal(external_timestamp, kRtpPayloadTypeG722)); in TEST()
193 scaler.ToInternal(&packet); in TEST()
230 scaler.ToInternal(&packet_list); in TEST()
255 scaler.ToInternal(external_timestamp, kRtpPayloadType)); in TEST()
267 scaler.ToInternal(external_timestamp, kRtpPayloadType)); in TEST()
[all …]
Dtimestamp_scaler.cc23 void TimestampScaler::ToInternal(Packet* packet) { in ToInternal() function in webrtc::TimestampScaler
27 packet->timestamp = ToInternal(packet->timestamp, packet->payload_type); in ToInternal()
30 void TimestampScaler::ToInternal(PacketList* packet_list) { in ToInternal() function in webrtc::TimestampScaler
33 ToInternal(&(*it)); in ToInternal()
37 uint32_t TimestampScaler::ToInternal(uint32_t external_timestamp, in ToInternal() function in webrtc::TimestampScaler
Dtimestamp_scaler.h41 virtual void ToInternal(Packet* packet);
45 virtual void ToInternal(PacketList* packet_list);
49 virtual uint32_t ToInternal(uint32_t external_timestamp,
Dneteq_impl.cc578 timestamp_scaler_->ToInternal(&packet_list); in InsertPacketInternal()
636 timestamp_scaler_->ToInternal(&packet_list); in InsertPacketInternal()
/external/ruy/ruy/
Druy.h43 Mat<LhsScalar> internal_lhs = ToInternal(lhs); in Mul()
44 Mat<RhsScalar> internal_rhs = ToInternal(rhs); in Mul()
45 Mat<DstScalar> internal_dst = ToInternal(*dst); in Mul()
Dmat.h114 inline MatLayout ToInternal(const Layout& src) { in ToInternal() function
133 inline Mat<Scalar> ToInternal(const Matrix<Scalar>& src) { in ToInternal() function
136 ret.layout = ToInternal(src.layout()); in ToInternal()
143 inline Mat<Scalar> ToInternal(Matrix<Scalar>& src) { in ToInternal() function
146 ret.layout = ToInternal(src.layout()); in ToInternal()