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

<<11121314151617181920>>

  /external/libweave/third_party/chromium/base/time/
time.h 90 // Add or subtract |value| from a TimeDelta. The int64_t argument and return
92 BASE_EXPORT int64_t SaturatedAdd(TimeDelta delta, int64_t value);
93 BASE_EXPORT int64_t SaturatedSub(TimeDelta delta, int64_t value);
95 // Clamp |value| on overflow and underflow conditions. The int64_t argument and
97 BASE_EXPORT int64_t FromCheckedNumeric(const CheckedNumeric<int64_t> value);
112 static TimeDelta FromSeconds(int64_t secs);
113 static TimeDelta FromMilliseconds(int64_t ms)
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_estimator_proxy_unittest.cc 35 void IncomingPacket(uint16_t seq, int64_t time_ms) {
56 const int64_t kBaseTimeMs = 123;
57 const int64_t kMaxSmallDeltaMs =
76 std::vector<int64_t> delta_vec = packet->GetReceiveDeltasUs();
107 std::vector<int64_t> delta_vec = packet->GetReceiveDeltasUs();
119 const int64_t kTooLargeDelta =
138 std::vector<int64_t> delta_vec = packet->GetReceiveDeltasUs();
157 std::vector<int64_t> delta_vec = packet->GetReceiveDeltasUs();
179 std::vector<int64_t> delta_vec = packet->GetReceiveDeltasUs();
197 std::vector<int64_t> delta_vec = packet->GetReceiveDeltasUs()
    [all...]
remote_bitrate_estimator_single_stream.cc 33 explicit Detector(int64_t last_packet_time_ms,
42 int64_t last_packet_time_ms;
70 void RemoteBitrateEstimatorSingleStream::IncomingPacket(int64_t arrival_time_ms,
77 int64_t now_ms = clock_->TimeInMilliseconds();
97 int64_t time_delta = 0;
133 int64_t RemoteBitrateEstimatorSingleStream::TimeUntilNextProcess() {
144 void RemoteBitrateEstimatorSingleStream::UpdateEstimate(int64_t now_ms) {
149 const int64_t time_of_last_received_packet =
187 void RemoteBitrateEstimatorSingleStream::OnRttUpdate(int64_t avg_rtt_ms,
188 int64_t max_rtt_ms)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.h 44 int64_t LastReceived();
45 int64_t LastReceivedReceiverReport() const;
76 int64_t* RTT,
77 int64_t* avgRTT,
78 int64_t* minRTT,
79 int64_t* maxRTT) const;
83 bool GetAndResetXrRrRtt(int64_t* rtt_ms);
91 bool RtcpRrTimeout(int64_t rtcp_interval_ms);
97 bool RtcpRrSequenceNumberTimeout(int64_t rtcp_interval_ms);
273 int64_t _lastReceived
    [all...]
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 39 extern "C" int64_t artLmul(int64_t a, int64_t b);
40 extern "C" int64_t artLdiv(int64_t a, int64_t b);
41 extern "C" int64_t artLmod(int64_t a, int64_t b);
46 extern "C" float __floatdisf(int64_t op1); // LONG_TO_FLOA
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
media_opt_util.h 45 const int64_t kLowRttNackMs = 20;
62 int64_t rtt;
87 int64_t timeMs;
204 VCMNackFecMethod(int64_t lowRttNackThresholdMs,
205 int64_t highRttNackThresholdMs);
220 int64_t _lowRttNackMs;
221 int64_t _highRttNackMs;
227 explicit VCMLossProtectionLogic(int64_t nowMs);
241 void UpdateRtt(int64_t rtt);
260 void UpdatePacketsPerFrame(float nPackets, int64_t nowMs)
    [all...]
video_coding_impl.cc 26 int64_t VCMProcessTimer::Period() const {
30 int64_t VCMProcessTimer::TimeUntilProcess() const {
31 const int64_t time_since_process = _clock->TimeInMilliseconds() - _latestMs;
32 const int64_t time_until_process = _periodMs - time_since_process;
33 return std::max<int64_t>(time_until_process, 0);
89 int64_t TimeUntilNextProcess() override {
90 int64_t sender_time = sender_.TimeUntilNextProcess();
91 int64_t receiver_time = receiver_.TimeUntilNextProcess();
129 int64_t rtt) override {
272 int32_t SetReceiveChannelParameters(int64_t rtt) override
    [all...]
  /external/webrtc/webrtc/video/
overuse_frame_detector.cc 28 const int64_t kProcessIntervalMs = 5000;
79 void AddSample(float processing_ms, int64_t diff_last_sample_ms) {
126 void Start(int64_t capture_time, int64_t now) {
142 int End(int64_t capture_time, int64_t now) {
143 std::map<int64_t, int64_t>::iterator it = frame_times_.find(capture_time);
161 std::map<int64_t, int64_t> frame_times_
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 240 int64_t starting_buffer_level;
241 int64_t optimal_buffer_level;
242 int64_t maximum_buffer_size;
243 int64_t starting_buffer_level_in_ms;
244 int64_t optimal_buffer_level_in_ms;
245 int64_t maximum_buffer_size_in_ms;
249 int64_t buffer_level;
250 int64_t bits_off_target;
252 int64_t total_actual_bits;
272 int64_t total_byte_count
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 243 int64_t starting_buffer_level;
244 int64_t optimal_buffer_level;
245 int64_t maximum_buffer_size;
246 int64_t starting_buffer_level_in_ms;
247 int64_t optimal_buffer_level_in_ms;
248 int64_t maximum_buffer_size_in_ms;
252 int64_t buffer_level;
253 int64_t bits_off_target;
255 int64_t total_actual_bits;
275 int64_t total_byte_count
    [all...]
  /art/runtime/base/unix_file/
fd_file.h 55 int64_t Read(char* buf, int64_t byte_count, int64_t offset) const OVERRIDE WARN_UNUSED;
56 int SetLength(int64_t new_length) OVERRIDE WARN_UNUSED;
57 int64_t GetLength() const OVERRIDE;
58 int64_t Write(const char* buf, int64_t byte_count, int64_t offset) OVERRIDE WARN_UNUSED;
85 bool Copy(FdFile* input_file, int64_t offset, int64_t size)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 27 uint64_t Value, uint32_t Type, int64_t Addend,
31 uint64_t Value, uint32_t Type, int64_t Addend,
38 uint64_t Value, uint32_t Type, int64_t Addend);
47 uint64_t Value, uint32_t Type, int64_t Addend);
50 uint64_t Value, uint32_t Type, int64_t Addend);
53 uint64_t Value, uint32_t Type, int64_t Addend);
56 uint64_t Value, uint32_t Type, int64_t Addend,
59 int64_t evaluateMIPS64Relocation(const SectionEntry &Section,
61 uint32_t Type, int64_t Addend,
64 void applyMIPS64Relocation(uint8_t *TargetPtr, int64_t CalculatedValue
    [all...]
  /external/v8/test/cctest/
test-circular-queue.cc 68 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec));
90 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec));
156 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec));
168 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec));
180 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 160 int64_t starting_buffer_level;
161 int64_t optimal_buffer_level;
162 int64_t maximum_buffer_size;
164 int64_t starting_buffer_level_in_ms;
165 int64_t optimal_buffer_level_in_ms;
166 int64_t maximum_buffer_size_in_ms;
252 int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp);
253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ssim.c 45 static const int64_t cc1 = 26634; // (64^2*(.01*255)^2
46 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2
51 int64_t ssim_n, ssim_d;
52 int64_t c1, c2;
58 ssim_n = (2 * sum_s * sum_r + c1) * ((int64_t) 2 * count * sum_sxr -
59 (int64_t) 2 * sum_s * sum_r + c2);
62 ((int64_t)count * sum_sq_s - (int64_t)sum_s * sum_s +
63 (int64_t)count * sum_sq_r - (int64_t) sum_r * sum_r + c2)
    [all...]
  /external/icu/icu4c/source/i18n/
collationdatabuilder.h 56 virtual int64_t modifyCE32(uint32_t ce32) const = 0;
58 virtual int64_t modifyCE(int64_t ce) const = 0;
93 int64_t getSingleCE(UChar32 c, UErrorCode &errorCode) const;
96 const int64_t ces[], int32_t cesLength,
105 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
163 int32_t getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength);
165 int64_t ces[], int32_t cesLength);
173 int32_t addCE(int64_t ce, UErrorCode &errorCode);
191 static uint32_t encodeOneCEAsCE32(int64_t ce)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_variance_sse2.c 139 return *sse - (((int64_t)sum * sum) >> shift); \
151 return *sse - (((int64_t)sum * sum) >> shift); \
163 return *sse - (((int64_t)sum * sum) >> shift); \
395 FN(64, 64, 16, 6, 6, opt1, (int64_t)); \
396 FN(64, 32, 16, 6, 5, opt1, (int64_t)); \
397 FN(32, 64, 16, 5, 6, opt1, (int64_t)); \
398 FN(32, 32, 16, 5, 5, opt1, (int64_t)); \
399 FN(32, 16, 16, 5, 4, opt1, (int64_t)); \
400 FN(16, 32, 16, 4, 5, opt1, (int64_t)); \
401 FN(16, 16, 16, 4, 4, opt1, (int64_t)); \
    [all...]
  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 58 static const int64_t kErrorThreshold = (1 << (kPrecision * 2)) / 10;
59 static const int64_t kMultiplesThresholdDiv = 4; // 25%
60 static const int64_t kReFitThresholdDiv = 100; // 1%
112 int64_t a, b, err;
127 int64_t *a, int64_t *b, int64_t *err) {
132 int64_t sumX = 0;
133 int64_t sumXX = 0;
134 int64_t sumXY = 0
    [all...]
  /external/mesa3d/include/GL/
glxext.h 491 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
499 typedef long int int64_t; typedef
502 typedef long long int int64_t; typedef
512 typedef long long int int64_t; typedef
518 typedef __int64 int64_t; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glxext.h 443 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
451 typedef long int int64_t; typedef
454 typedef long long int int64_t; typedef
464 typedef long long int int64_t; typedef
470 typedef __int64 int64_t; typedef
760 extern Bool glXGetSyncValuesOML (Display *, GLXDrawable, int64_t *, int64_t *, int64_t *);
762 extern int64_t glXSwapBuffersMscOML (Display *, GLXDrawable, int64_t, int64_t, int64_t)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h 487 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
495 typedef long int int64_t; typedef
498 typedef long long int int64_t; typedef
508 typedef long long int int64_t; typedef
514 typedef __int64 int64_t; typedef
    [all...]
  /device/asus/fugu/libaudio/
AudioOutput.h 76 status_t getNextWriteTimestamp(int64_t* timestamp,
79 int64_t getLastNextWriteTS() const;
115 virtual status_t getDMAStartData(int64_t* dma_start_time,
116 int64_t* frames_queued_to_driver);
142 int64_t mLastNextWriteTime;
143 int64_t mLastDMAStartTime;
  /external/clang/test/CodeGen/
arm64_vCMP.c 14 int64_t test_vceqd_s64(int64_t a1, int64_t a2) {
21 int64_t test_vceqd_f64(float64_t a1, float64_t a2) {
42 int64_t test_vceqzd_s64(int64_t a1) {
  /external/libchrome/base/files/
memory_mapped_file.h 38 int64_t offset;
41 int64_t size;
77 static void CalculateVMAlignedBoundaries(int64_t start,
78 int64_t size,
79 int64_t* aligned_start,
80 int64_t* aligned_size,
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 96 format_object<int64_t> formatImm(int64_t Value) const {
101 format_object<int64_t> formatDec(int64_t Value) const;
102 format_object<int64_t> formatHex(int64_t Value) const;

Completed in 666 milliseconds

<<11121314151617181920>>