Searched defs:Delay (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
H A Djitter_estimator_tests.cc52 int64_t Delay() { return ((counter_ % 11) - 5) * amplitude_; } function in class:webrtc::ValueGenerator
54 uint32_t FrameSize() { return 1000 + Delay(); }
68 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
70 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
85 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
87 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
102 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
104 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
119 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
121 low_rate_estimator_.UpdateEstimate(gen.Delay(), ge
[all...]
H A Dvideo_receiver.cc461 // to sync with audio. Not included in VideoCodingModule::Delay()
476 int32_t VideoReceiver::Delay() const { function in class:webrtc::vcm::VideoReceiver
/external/webrtc/webrtc/modules/audio_coding/test/
H A Dinsert_packet_with_timing.cc41 // Delay logging
213 void Delay(int* optimal_delay, int* current_delay) { function in class:webrtc::InsertPacketWithTiming
297 test.Delay(&optimal_delay_ms, &current_delay_ms);
/external/syslinux/efi32/include/efi/
H A Defi_pxe.h977 // PXE_VOID Delay(PXE_UINT64 microseconds);
981 // The Delay() CallBack routine must delay between n and n + 10
986 PXE_UINT64 Delay; member in struct:s_pxe_cpb_start
/external/syslinux/efi64/include/efi/
H A Defi_pxe.h977 // PXE_VOID Delay(PXE_UINT64 microseconds);
981 // The Delay() CallBack routine must delay between n and n + 10
986 PXE_UINT64 Delay; member in struct:s_pxe_cpb_start
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defi_pxe.h977 // PXE_VOID Delay(PXE_UINT64 microseconds);
981 // The Delay() CallBack routine must delay between n and n + 10
986 PXE_UINT64 Delay; member in struct:s_pxe_cpb_start
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
H A DUefiPxe.h917 /// PXE_VOID Delay(UINTN microseconds);
921 /// The Delay() CallBack routine must delay between n and n + 10
926 UINT64 Delay; member in struct:s_pxe_cpb_start_30
972 /// PXE_VOID Delay(UINT64 UnqId, UINTN microseconds);
976 /// The Delay() CallBack routine must delay between n and n + 10
981 UINT64 Delay; member in struct:s_pxe_cpb_start_31
/external/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1356 unsigned Delay = Nodes.size() - 1; local
1360 unsigned CurMII = (Delay + Distance - 1) / Distance;
/external/syslinux/gpxe/src/drivers/infiniband/
H A Dqib_7220_regs.h1219 pseudo_bit_t Delay[20]; member in struct:QIB_7220_LAControlReg_pb

Completed in 542 milliseconds