Home
last modified time | relevance | path

Searched defs:timestamp_diff (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Ddecision_logic_normal.cc88 int32_t timestamp_diff = (generated_noise_samples_ + target_timestamp) - in CngOperation() local
185 int32_t timestamp_diff = (generated_noise_samples_ + target_timestamp) - in FuturePacketAvailable() local
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
DTestAllCodecs.cc94 uint32_t TestPack::timestamp_diff() { in timestamp_diff() function in webrtc::TestPack
755 uint32_t timestamp_diff; in Run() local
DTestStereo.cc94 uint32_t TestPackStereo::timestamp_diff() { in timestamp_diff() function in webrtc::TestPackStereo
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc126 uint32_t timestamp_diff = current_frame.timestamp - prev_frame.timestamp; in TimeDeltas() local
148 uint32_t timestamp_diff = timestamp - prev_timestamp; in InOrderTimestamp() local
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Dreceive_statistics_impl.cc346 uint32_t timestamp_diff = header.timestamp - last_received_timestamp_; in IsRetransmitOfOldPacket() local