HomeSort by relevance Sort by last modified time
    Searched refs:int64_t (Results 201 - 225 of 5183) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/google-benchmark/src/
counter.h 21 void Finish(UserCounters* l, int64_t iterations, double time, double num_threads);
  /external/libaom/libaom/av1/encoder/
lookahead.h 26 int64_t ts_start;
27 int64_t ts_end;
72 int64_t ts_start, int64_t ts_end, int use_highbitdepth,
  /external/libaom/libaom/common/
ivfdec.h 22 typedef int64_t aom_codec_pts_t;
  /external/libcxx/utils/google-benchmark/src/
counter.h 21 void Finish(UserCounters* l, int64_t iterations, double time, double num_threads);
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 26 int64_t ts_start;
27 int64_t ts_end;
76 int64_t ts_start, int64_t ts_end,
  /external/llvm/include/llvm/MC/
MCValue.h 42 int64_t Cst;
46 int64_t getConstant() const { return Cst; }
64 int64_t Val = 0, uint32_t RefKind = 0) {
73 static MCValue get(int64_t Val) {
  /external/perfetto/src/android_internal/
health_hal.h 45 GetBatteryCounter(BatteryCounter, int64_t*);
  /external/perfetto/src/profiling/memory/
sampler.h 61 int64_t NextSampleInterval() {
63 int64_t next = static_cast<int64_t>(dist(random_engine_));
84 int64_t interval_to_next_sample_;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCValue.h 39 int64_t Cst;
42 int64_t getConstant() const { return Cst; }
56 int64_t Val = 0) {
65 static MCValue get(int64_t Val) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGAddressAnalysis.h 37 int64_t Offset = 0;
42 BaseIndexOffset(SDValue Base, SDValue Index, int64_t Offset,
51 int64_t Off;
56 int64_t &Off);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
X86MCExpr.h 29 const int64_t RegNo; // All
31 explicit X86MCExpr(int64_t R) : RegNo(R) {}
37 static const X86MCExpr *create(int64_t RegNo, MCContext &Ctx) {
46 int64_t getRegNo() const { return RegNo; }
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
frame_pair.h 33 void Init(const int64_t start_time, const int64_t end_time);
77 int64_t start_time_;
80 int64_t end_time_;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
remote_bitrate_estimator.h 59 std::vector<int64_t> recent_arrival_time_ms;
77 virtual void IncomingPacket(int64_t arrival_time_ms,
97 static const int64_t kProcessIntervalMs = 500;
98 static const int64_t kStreamTimeOutMs = 2000;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_baselinefile.h 26 virtual void Estimate(int64_t time_ms, uint32_t estimate_bps) = 0;
  /external/webrtc/webrtc/modules/video_coding/test/
stream_generator.h 30 StreamGenerator(uint16_t start_seq_num, int64_t current_time);
31 void Init(uint16_t start_seq_num, int64_t current_time);
39 int64_t time_ms);
64 int64_t start_time_;
  /frameworks/av/media/libmedia/include/media/
ExtendedAudioBufferProvider.h 30 virtual int64_t framesReleased() const { return 0; }
  /frameworks/av/media/libstagefright/bqhelper/
FrameDropper.cpp 26 static const int64_t kMaxJitterUs = 2000;
46 mMinIntervalUs = (int64_t) (1000000.0f / maxFrameRate);
50 bool FrameDropper::shouldDrop(int64_t timeUs) {
69 int64_t n = (timeUs - mDesiredMinTimeUs + kMaxJitterUs) / mMinIntervalUs;
  /frameworks/av/media/libstagefright/include/media/stagefright/
ClearFileSource.h 33 ClearFileSource(int fd, int64_t offset, int64_t length);
54 int64_t mOffset;
55 int64_t mLength;
AudioSource.h 62 virtual status_t setStopTimeUs(int64_t stopTimeUs);
105 int64_t mStartTimeUs;
106 int64_t mStopSystemTimeUs;
107 int64_t mLastFrameTimestampUs;
109 int64_t mPrevSampleTimeUs;
110 int64_t mInitialReadTimeUs;
111 int64_t mNumFramesReceived;
112 int64_t mNumFramesSkipped;
113 int64_t mNumFramesLost;
114 int64_t mNumClientOwnedBuffers
    [all...]
  /frameworks/av/services/oboeservice/
AAudioServiceEndpointShared.h 51 aaudio_result_t getFreeRunningPosition(int64_t *positionFrames, int64_t *timeNanos) override;
53 aaudio_result_t getTimestamp(int64_t *positionFrames, int64_t *timeNanos) override;
  /external/drm_hwcomposer/
vsyncworker.cpp 80 int64_t VSyncWorker::GetPhasedVSync(int64_t frame_ns, int64_t current) {
88 static const int64_t kOneSecondNs = 1 * 1000 * 1000 * 1000;
90 int VSyncWorker::SyntheticWaitVBlank(int64_t *timestamp) {
102 int64_t phased_timestamp = GetPhasedVSync(kOneSecondNs / refresh,
113 *timestamp = (int64_t)vsync.tv_sec * kOneSecondNs + (int64_t)vsync.tv_nsec;
150 int64_t timestamp;
159 timestamp = (int64_t)vblank.reply.tval_sec * kOneSecondNs
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.h 55 int64_t Offset) const override;
62 int64_t Offset) const override;
69 void makeFrame(unsigned SP, int64_t FrameSize, MachineBasicBlock &MBB,
73 void restoreFrame(unsigned SP, int64_t FrameSize, MachineBasicBlock &MBB,
78 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
85 unsigned loadImmediate(unsigned FrameReg, int64_t Imm, MachineBasicBlock &MBB,
89 static bool validImmediate(unsigned Opcode, unsigned Reg, int64_t Amount);
99 const MCInstrDesc& AddiuSpImm(int64_t Imm) const;
102 (MachineBasicBlock &MBB, MachineBasicBlock::iterator I, int64_t Imm) const;
113 void adjustStackPtrBig(unsigned SP, int64_t Amount, MachineBasicBlock &MBB
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16InstrInfo.h 64 int64_t Offset) const override;
71 int64_t Offset) const override;
78 void makeFrame(unsigned SP, int64_t FrameSize, MachineBasicBlock &MBB,
82 void restoreFrame(unsigned SP, int64_t FrameSize, MachineBasicBlock &MBB,
86 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
92 unsigned loadImmediate(unsigned FrameReg, int64_t Imm, MachineBasicBlock &MBB,
96 static bool validImmediate(unsigned Opcode, unsigned Reg, int64_t Amount);
104 const MCInstrDesc& AddiuSpImm(int64_t Imm) const;
107 (MachineBasicBlock &MBB, MachineBasicBlock::iterator I, int64_t Imm) const;
115 void adjustStackPtrBig(unsigned SP, int64_t Amount, MachineBasicBlock &MBB
    [all...]
  /external/v8/src/base/
sys-info.cc 57 int64_t SysInfo::AmountOfPhysicalMemory() {
60 int64_t memsize = 0;
74 return static_cast<int64_t>(pages) * page_size;
81 int64_t result = static_cast<int64_t>(memory_info.ullTotalPhys);
82 if (result < 0) result = std::numeric_limits<int64_t>::max();
89 return static_cast<int64_t>(stat_buf.st_size);
91 int64_t result = sysconf(_SC_AIX_REALMEM);
92 return static_cast<int64_t>(result) * 1024L;
99 return static_cast<int64_t>(pages) * page_size
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
rtp_to_ntp.cc 29 int64_t rtcp_ntp_ms1,
31 int64_t rtcp_ntp_ms2,
46 int64_t* compensated_timestamp) {
48 int64_t wraps = CheckForWrapArounds(new_timestamp, old_timestamp);
95 bool RtpToNtpMs(int64_t rtp_timestamp,
97 int64_t* rtp_timestamp_in_ms) {
99 int64_t rtcp_ntp_ms_new = Clock::NtpToMs(rtcp.front().ntp_secs,
101 int64_t rtcp_ntp_ms_old = Clock::NtpToMs(rtcp.back().ntp_secs,
103 int64_t rtcp_timestamp_new = rtcp.front().rtp_timestamp;
104 int64_t rtcp_timestamp_old = rtcp.back().rtp_timestamp
    [all...]

Completed in 712 milliseconds

1 2 3 4 5 6 7 891011>>