/system/update_engine/ |
dbus_service.cc | 71 int64_t* out_last_checked_time, 75 int64_t* out_new_size) { 121 ErrorPtr* error, int64_t* out_usec_wallclock) { 160 void UpdateEngineAdaptor::SendStatusUpdate(int64_t last_checked_time, 164 int64_t new_size) {
|
/external/elfutils/libdw/ |
memory-access.h | 61 const size_t type_len = len_leb128 (int64_t) - 1; 107 static inline int64_t 110 int64_t acc = 0; 159 ? (int64_t) bswap_64 (*((const int64_t *) (Addr))) \ 160 : *((const int64_t *) (Addr))) 172 int64_t s8; 242 static inline int64_t 247 return (int64_t) bswap_64 (up->u8); 277 ({ int64_t t_ = read_8sbyte_unaligned (Dbg, Addr); [all...] |
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 172 int64_t starting_buffer_level; 173 int64_t optimal_buffer_level; 174 int64_t maximum_buffer_size; 176 int64_t starting_buffer_level_in_ms; 177 int64_t optimal_buffer_level_in_ms; 178 int64_t maximum_buffer_size_in_ms; 264 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); 265 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...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_ratectrl.h | 118 int64_t buffer_level; 119 int64_t bits_off_target; 120 int64_t vbr_bits_off_target; 121 int64_t vbr_bits_off_target_fast; 134 int64_t total_actual_bits; 135 int64_t total_target_bits; 136 int64_t total_target_vs_actual; 141 int64_t starting_buffer_level; 142 int64_t optimal_buffer_level; 143 int64_t maximum_buffer_size [all...] |
vp9_encoder.h | 130 int64_t target_bandwidth; // bandwidth to be used in kilobits per second 162 int64_t starting_buffer_level_ms; 163 int64_t optimal_buffer_level_ms; 164 int64_t maximum_buffer_size_ms; 260 int64_t comp_pred_diff[REFERENCE_MODES]; 261 int64_t filter_diff[SWITCHABLE_FILTER_CONTEXTS]; 341 int64_t ambient_err; 352 int64_t last_time_stamp_seen; 353 int64_t last_end_time_stamp_seen; 354 int64_t first_time_stamp_ever [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
send_time_history_unittest.cc | 37 int64_t send_time_ms) { 50 PacketInfo(int64_t arrival_time_ms, uint16_t sequence_number) 52 PacketInfo(int64_t arrival_time_ms, 53 int64_t send_time_ms, 90 const int64_t kSendTime = 1000; 91 const int64_t kReceiveTime = 2000; 114 sent_packets.push_back(PacketInfo(0, static_cast<int64_t>(i), 118 PacketInfo(static_cast<int64_t>(i) + kTransmissionTime, 0, 160 int64_t expected_time_ms = (i == kItems) ? i * 101 : i * 100; 208 const int64_t kTimestamp = 2 [all...] |
remote_bitrate_estimator_abs_send_time.cc | 41 static const int64_t kPropagationDeltaQueueMaxTimeMs = 1000; 48 std::vector<int64_t>* time, std::vector<int>* value, int64_t deadline) { 50 std::vector<int64_t>::iterator end_of_removal = std::upper_bound( 69 uint32_t ConvertMsTo24Bits(int64_t time_ms) { 125 int64_t prev_send_time = -1; 126 int64_t prev_recv_time = -1; 186 void RemoteBitrateEstimatorAbsSendTime::ProcessClusters(int64_t now_ms) { 239 void RemoteBitrateEstimatorAbsSendTime::IncomingPacket(int64_t arrival_time_ms, 253 int64_t arrival_time_ms [all...] |
remote_bitrate_estimators_test.cc | 357 int64_t kRttMs = 100; 358 int64_t kMaxJitterMs = 15; 361 int64_t offset_ms[kNumRmcatFlows]; 371 int64_t kRttMs = 100; 372 int64_t kMaxJitterMs = 15; 375 int64_t offset_ms[kNumRmcatFlows]; 385 int64_t kRttMs = 100; 386 int64_t kMaxJitterMs = 15; 389 int64_t offset_ms[kNumRmcatFlows]; 399 int64_t kRttMs = 100 [all...] |
/frameworks/av/media/libstagefright/ |
CameraSourceTimeLapse.cpp | 47 int64_t timeBetweenFrameCaptureUs, 76 int64_t timeBetweenFrameCaptureUs, 128 int64_t token = IPCThreadState::self()->clearCallingIdentity(); 184 int64_t frameTime, 199 int64_t frameTime; 239 bool CameraSourceTimeLapse::skipCurrentFrame(int64_t /* timestampUs */) { 249 bool CameraSourceTimeLapse::skipFrameAndModifyTimeStamp(int64_t *timestampUs) { 304 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, 311 void CameraSourceTimeLapse::recordingFrameHandleCallbackTimestamp(int64_t timestampUs, 320 int64_t timestampUs = buffer.mTimestamp / 1000 [all...] |
MediaSync.cpp | 37 static const int64_t kMaxAllowedVideoLateTimeUs = 40000ll; 258 status_t MediaSync::getPlayTimeForPendingAudioFrames(int64_t *outTimeUs) { 275 int64_t numPendingFrames = mNumFramesWritten - numFramesPlayed; 288 *outTimeUs = (int64_t)timeUs; 295 size_t sizeInBytes, int64_t presentationTimeUs) { 307 int64_t numFrames = sizeInBytes / mAudioTrack->frameSize(); 308 int64_t maxMediaTimeUs = presentationTimeUs 311 int64_t nowUs = ALooper::GetNowUs(); 312 int64_t nowMediaUs = presentationTimeUs 318 int64_t oldRealTime = -1 [all...] |
/external/webrtc/webrtc/modules/video_coding/ |
receiver_unittest.cc | 78 int64_t render_time_ms = 0; 142 int64_t next_render_time_ms = 0; 201 int64_t key_frame_inserted = clock_->TimeInMilliseconds(); 231 int64_t key_frame_inserted = clock_->TimeInMilliseconds(); 263 int64_t key_frame_inserted = clock_->TimeInMilliseconds(); 295 int64_t key_frame_inserted = clock_->TimeInMilliseconds(); 335 bool AdvanceTimeMilliseconds(int64_t milliseconds, bool stop_on_frame) { 339 bool AdvanceTimeMicroseconds(int64_t microseconds, bool stop_on_frame) { 340 int64_t start_time = TimeInMicroseconds(); 341 int64_t end_time = start_time + microseconds [all...] |
/external/libchrome/base/time/ |
time_posix.cc | 82 int64_t ConvertTimespecToMicros(const struct timespec& ts) { 83 base::CheckedNumeric<int64_t> result(ts.tv_sec); 96 int64_t ClockNow(clockid_t clk_id) { 114 int64_t microseconds = InMicroseconds(); 139 static const int64_t kWindowsEpochDeltaSeconds = INT64_C(11644473600); 142 const int64_t Time::kWindowsEpochDeltaMicroseconds = 148 const int64_t Time::kTimeTToMicrosecondsOffset = kWindowsEpochDeltaMicroseconds; 178 int64_t microseconds = us_ - kWindowsEpochDeltaMicroseconds; 180 int64_t milliseconds; // Milliseconds since epoch. 230 int64_t milliseconds [all...] |
/external/libweave/third_party/chromium/base/time/ |
time_posix.cc | 62 int64_t ConvertTimespecToMicros(const struct timespec& ts) { 63 base::CheckedNumeric<int64_t> result(ts.tv_sec); 76 int64_t ClockNow(clockid_t clk_id) { 94 int64_t microseconds = InMicroseconds(); 119 static const int64_t kWindowsEpochDeltaSeconds = 11644473600ll; 122 const int64_t Time::kWindowsEpochDeltaMicroseconds = 128 const int64_t Time::kTimeTToMicrosecondsOffset = kWindowsEpochDeltaMicroseconds; 158 int64_t microseconds = us_ - kWindowsEpochDeltaMicroseconds; 160 int64_t milliseconds; // Milliseconds since epoch. 210 int64_t milliseconds [all...] |
/frameworks/av/media/libstagefright/mpeg2ts/ |
MPEG2TSExtractor.cpp | 93 int64_t seekTimeUs; 151 int64_t startTime = ALooper::GetNowUs(); 204 int64_t durationUs = -1; 205 List<int64_t> durations; 211 int64_t diffUs = mSeekSyncPoints->keyAt(prevSyncSize - 1) 219 int64_t min = *durations.begin(); 220 int64_t max = *durations.begin(); 221 for (List<int64_t>::iterator i = durations.begin(); 238 int64_t bufferedDurationUs; 287 KeyedVector<int64_t, off64_t> *syncPoints = &mSyncPoints.editItemAt(i) [all...] |
AnotherPacketSource.cpp | 39 const int64_t kNearEOSMarkUs = 2000000ll; // 2 secs 141 int64_t timeUs; 197 int64_t timeUs; 268 int64_t lastQueuedTimeUs; 286 int64_t latestTimeUs = 0; 287 int64_t frameDeltaUs = 0; 417 int64_t AnotherPacketSource::getBufferedDurationUs(status_t *finalResult) { 421 int64_t durationUs = 0; 434 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) { 449 bool AnotherPacketSource::isFinished(int64_t duration) const [all...] |
/frameworks/av/media/common_time/ |
ICommonClock.cpp | 70 virtual status_t commonTimeToLocalTime(int64_t commonTime, 71 int64_t* localTime) { 86 virtual status_t localTimeToCommonTime(int64_t localTime, 87 int64_t* commonTime) { 102 virtual status_t getCommonTime(int64_t* commonTime) { 128 virtual status_t getLocalTime(int64_t* localTime) { 257 int64_t commonTime = data.readInt64(); 258 int64_t localTime; 269 int64_t localTime = data.readInt64(); 270 int64_t commonTime [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test.cc | 47 void PacketProcessorRunner::RunFor(int64_t time_ms, 48 int64_t time_now_ms, 80 int64_t end_of_batch_time_us) { 151 void Link::Run(int64_t run_for_ms, int64_t now_ms, Packets* packets) { 161 void BweTest::RunFor(int64_t time_ms) { 247 int64_t run_time_seconds, 249 int64_t max_delay_ms, 250 int64_t rtt_ms, 251 int64_t max_jitter_ms [all...] |
/art/compiler/utils/ |
assembler_test.h | 150 std::vector<int64_t> imms = CreateImmediateValuesBits(abs(imm_bits), (imm_bits > 0)); 154 for (int64_t imm : imms) { 199 std::vector<int64_t> imms = CreateImmediateValuesBits(abs(imm_bits), (imm_bits > 0)); 206 for (int64_t imm : imms) { 250 std::vector<int64_t> imms = CreateImmediateValuesBits(abs(imm_bits), (imm_bits > 0)); 253 for (int64_t imm : imms) { 396 std::vector<int64_t> imms = CreateImmediateValues(imm_bytes, as_uint); 400 for (int64_t imm : imms) { 520 virtual std::vector<int64_t> CreateImmediateValues(size_t imm_bytes, bool as_uint = false) { 521 std::vector<int64_t> res [all...] |
/external/icu/icu4c/source/i18n/ |
collation.h | 122 static const int64_t NO_CE = INT64_C(0x101000100); // NO_CE_PRIMARY, NO_CE_WEIGHT16, NO_CE_WEIGHT16 314 static inline int64_t ceFromLongPrimaryCE32(uint32_t ce32) { 315 return ((int64_t)(ce32 & 0xffffff00) << 32) | COMMON_SEC_AND_TER_CE; 321 static inline int64_t ceFromLongSecondaryCE32(uint32_t ce32) { 384 static inline int64_t latinCE0FromCE32(uint32_t ce32) { 385 return ((int64_t)(ce32 & 0xff000000) << 32) | COMMON_SECONDARY_CE | ((ce32 & 0xff0000) >> 8); 392 static inline int64_t latinCE1FromCE32(uint32_t ce32) { 418 static inline int64_t ceFromSimpleCE32(uint32_t ce32) { 421 return ((int64_t)(ce32 & 0xffff0000) << 32) | ((ce32 & 0xff00) << 16) | ((ce32 & 0xff) << 8); 425 static inline int64_t ceFromCE32(uint32_t ce32) [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
variance_sse2.c | 235 return *sse - (((int64_t)sum * sum) >> 10); 244 return *sse - (((int64_t)sum * sum) >> 9); 253 return *sse - (((int64_t)sum * sum) >> 9); 262 return *sse - (((int64_t)sum * sum) >> 12); 271 return *sse - (((int64_t)sum * sum) >> 11); 280 return *sse - (((int64_t)sum * sum) >> 11); 372 FN(64, 64, 16, 6, 6, opt1, (int64_t)); \ 373 FN(64, 32, 16, 6, 5, opt1, (int64_t)); \ 374 FN(32, 64, 16, 5, 6, opt1, (int64_t)); \ 375 FN(32, 32, 16, 5, 5, opt1, (int64_t)); \ [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_variance_sse2.c | 268 return (var - (((int64_t)avg * avg) >> 10)); 282 return (var - (((int64_t)avg * avg) >> 9)); 296 return (var - (((int64_t)avg * avg) >> 9)); 310 return (var - (((int64_t)avg * avg) >> 12)); 324 return (var - (((int64_t)avg * avg) >> 11)); 338 return (var - (((int64_t)avg * avg) >> 11)); 398 FN(64, 64, 16, 6, 6, opt1, (int64_t)); \ 399 FN(64, 32, 16, 6, 5, opt1, (int64_t)); \ 400 FN(32, 64, 16, 5, 6, opt1, (int64_t)); \ 401 FN(32, 32, 16, 5, 5, opt1, (int64_t)); \ [all...] |
/toolchain/binutils/binutils-2.25/config/ |
stdint.m4 | 176 AC_MSG_CHECKING(for type equivalent to int64_t) 187 8) acx_cv_type_intptr_t=int64_t ;; 362 # ------------- done basic int types, emit int64_t types ------------ 366 /* system headers have good uint64_t and int64_t */ 377 /* system headers have an u_int64_t (and int64_t) */ 397 #ifndef int64_t 398 typedef $acx_cv_type_int64_t int64_t; 414 /* some common heuristics for int64_t, using compiler-specific tests */ 419 #ifndef int64_t 420 typedef long long int64_t; [all...] |
/art/compiler/optimizing/ |
induction_var_analysis.h | 188 int64_t stride_value, 193 int64_t stride_value, 198 int64_t stride_value, 205 InductionInfo* CreateConstant(int64_t value, Primitive::Type type); 209 bool IsExact(InductionInfo* info, /*out*/ int64_t* value); 210 bool IsAtMost(InductionInfo* info, /*out*/ int64_t* value); 211 bool IsAtLeast(InductionInfo* info, /*out*/ int64_t* value);
|
/art/runtime/base/ |
casts.h | 106 // A version of reinterpret_cast<>() between pointers and int64_t/uint64_t 111 // This is the overload for casting from int64_t/uint64_t to a pointer. 112 static_assert(std::is_same<Source, int64_t>::value || std::is_same<Source, uint64_t>::value, 113 "Source must be int64_t or uint64_t."); 122 // This is the overload for casting from a pointer to int64_t/uint64_t. 123 static_assert(std::is_same<Dest, int64_t>::value || std::is_same<Dest, uint64_t>::value, 124 "Dest must be int64_t or uint64_t.");
|
/cts/suite/audio_quality/lib/include/task/ |
TaskCase.h | 65 inline Value(int64_t val): mType(ETypeI64) { 83 inline void setInt64(int64_t val) { 84 int64_t* data = reinterpret_cast<int64_t*>(mValue); 89 inline int64_t getInt64() { 90 int64_t* data = reinterpret_cast<int64_t*>(mValue);
|