HomeSort by relevance Sort by last modified time
    Searched full:int64_t (Results 626 - 650 of 4685) sorted by null

<<21222324252627282930>>

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 74 // |time| is an int64_t time in ms, or -1 to inherit time from previous context.
92 // |time| is an int64_t time in ms, or -1 to inherit time from previous context.
152 static_cast<int64_t>(time), true)
185 static_cast<int64_t>(time), true); \
192 static_cast<int64_t>(time), true); \
246 Context(uint32_t name, int64_t timestamp_ms, bool enabled);
247 Context(const std::string& name, int64_t timestamp_ms, bool enabled);
248 Context(const char* name, int64_t timestamp_ms, bool enabled);
294 State(const std::string& new_tag, int64_t timestamp_ms, bool enabled);
298 int64_t timestamp_ms
    [all...]
bwe_unittest.cc 147 const int64_t kSendTimeUs = 300 * 1000;
148 const int64_t kArrivalTimeMs = kSendTimeUs / 1000 + 100;
150 const int64_t kTimeWindowMs = BweReceiver::kReceivingRateTimeWindowMs;
164 const int64_t kTimeGapMs = 50; // Between each packet.
165 const int64_t kOneWayDelayMs = 50;
168 int64_t send_time_us = i * kTimeGapMs * 1000;
169 int64_t arrival_time_ms = send_time_us / 1000 + kOneWayDelayMs;
192 const int64_t kTimeWindowMs = BweReceiver::kPacketLossTimeWindowMs;
234 const int64_t kTimeWindowMs = BweReceiver::kPacketLossTimeWindowMs;
296 const int64_t kTimeWindowMs = BweReceiver::kPacketLossTimeWindowMs
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
transport_feedback_adapter_unittest.cc 68 int64_t rtt,
69 int64_t now_ms) override {
79 int64_t rtt,
80 int64_t now_ms) {}
93 int64_t arrival_time_delta =
195 int64_t kHighArrivalTimeMs = rtcp::TransportFeedback::kDeltaScaleFactor *
196 static_cast<int64_t>(1 << 8) *
197 static_cast<int64_t>((1 << 23) - 1) / 1000;
234 const int64_t kSmallDeltaUs =
236 const int64_t kLargePositiveDeltaUs
    [all...]
  /frameworks/av/include/media/stagefright/
MediaSync.h 97 size_t sizeInBytes, int64_t presentationTimeUs);
131 status_t getPlayTimeForPendingAudioFrames(int64_t *outTimeUs);
204 int64_t mNumFramesWritten;
207 int64_t mNextBufferItemMediaUs;
236 int64_t getRealTime(int64_t mediaTimeUs, int64_t nowUs);
237 int64_t getDurationIfPlayedAtNativeSampleRate_l(int64_t numFrames);
238 int64_t getPlayedOutAudioDurationMedia_l(int64_t nowUs)
    [all...]
MPEG2TSWriter.h 69 int64_t mNumTSPacketsWritten;
70 int64_t mNumTSPacketsBeforeMeta;
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 115 int setDelay(int handle, int64_t ns);
118 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
122 int64_t getTimestamp();
207 int sensors_poll_context_t::setDelay(int handle, int64_t ns)
213 int64_t sensors_poll_context_t::getTimestamp()
357 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns,
358 int64_t timeout)
407 int handle, int64_t ns)
429 int handle, int flags, int64_t period_ns, int64_t timeout
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HALHeader.h 55 int64_t gps_timestamp;
63 int64_t exposure_time;
  /external/compiler-rt/test/ubsan/TestCases/Integer/
add-overflow.cpp 20 (void)(int64_t(8000000000000000000ll) + int64_t(2000000000000000000ll));
sub-overflow.cpp 19 (void)(int64_t(-8000000000000000000ll) - int64_t(2000000000000000000ll));
  /external/google-breakpad/src/common/mac/
byteswap.h 46 static inline int64_t ByteSwap(int64_t v) { return OSSwapInt64(v); }
  /external/libchrome/base/process/
process_metrics_posix.cc 19 int64_t TimeValToMicroseconds(const struct timeval& tv) {
20 int64_t ret = tv.tv_sec; // Avoid (int * int) integer overflow.
  /external/libvpx/libvpx/vp9/encoder/
vp9_context_tree.h 53 int64_t best_filter_diff[SWITCHABLE_FILTER_CONTEXTS];
58 int64_t dist;
  /external/mesa3d/src/gallium/auxiliary/os/
os_time.c 49 int64_t
74 os_time_sleep(int64_t usecs)
  /external/parameter-framework/upstream/parameter/
LinearParameterAdaptation.h 43 virtual int64_t fromUserValue(double dValue) const;
44 virtual double toUserValue(int64_t iValue) const;
ParameterAdaptation.h 48 virtual int64_t fromUserValue(double dValue) const;
49 virtual double toUserValue(int64_t iValue) const;
  /external/webrtc/webrtc/libjingle/xmpp/
xmpppump.cc 52 int64_t XmppPump::CurrentTime() {
53 return (int64_t)rtc::Time();
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_performance_unittest.cc 22 int64_t runtime = webrtc::test::NetEqPerformanceTest::Run(
36 int64_t runtime = webrtc::test::NetEqPerformanceTest::Run(
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtc_event_log_source.h 49 // maximum value of int64_t is returned if there are no more audio output
51 int64_t NextAudioOutputEventMs();
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc 24 const int64_t kCallProcessImmediately = -1;
26 int64_t GetNextCallbackTime(Module* module, int64_t time_now) {
27 int64_t interval = module->TimeUntilNextProcess();
191 int64_t now = TickTime::MillisecondTimestamp();
192 int64_t next_checkpoint = now + (1000 * 60);
212 int64_t new_now = TickTime::MillisecondTimestamp();
230 int64_t time_to_wait = next_checkpoint - TickTime::MillisecondTimestamp();
  /external/webrtc/webrtc/modules/video_coding/
receiver.cc 66 void VCMReceiver::UpdateRtt(int64_t rtt) {
100 int64_t* next_render_time_ms,
102 const int64_t start_time_ms = clock_->TimeInMilliseconds();
116 const int64_t now_ms = clock_->TimeInMilliseconds();
176 const int64_t last_packet_time_ms =
203 int64_t low_rtt_nack_threshold_ms,
204 int64_t high_rtt_nack_threshold_ms) {
256 const int64_t now_ms = clock_->TimeInMilliseconds();
  /external/webrtc/webrtc/system_wrappers/include/
data_log_c.h 73 int64_t value);
76 const int64_t* values,
  /external/webrtc/webrtc/test/
fake_encoder.h 40 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
52 int64_t last_encode_time_ms_;
frame_generator.h 58 int64_t scroll_time_ms,
59 int64_t pause_time_ms);
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 68 int64_t mPresentationTimeUs;
94 int64_t mStartTimeRealUs;
  /frameworks/av/include/media/
IResourceManagerService.h 42 int64_t clientId,
46 virtual void removeResource(int pid, int64_t clientId) = 0;

Completed in 2760 milliseconds

<<21222324252627282930>>