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

<<21222324252627282930>>

  /frameworks/av/include/media/stagefright/
MediaCodec.h 116 int64_t presentationTimeUs,
129 int64_t presentationTimeUs,
133 status_t dequeueInputBuffer(size_t *index, int64_t timeoutUs = 0ll);
139 int64_t *presentationTimeUs,
141 int64_t timeoutUs = 0ll);
143 status_t renderOutputBufferAndRelease(size_t index, int64_t timestampNs);
276 int64_t clientId,
280 void removeResource(int64_t clientId);
  /frameworks/av/media/libstagefright/
AACExtractor.cpp 42 int64_t frame_duration_us);
61 int64_t mCurrentTimeUs;
66 int64_t mFrameDurationUs;
152 int64_t offset;
172 int64_t duration = 0;
240 int64_t frame_duration_us)
292 int64_t seekTimeUs;
296 int64_t seekFrame = seekTimeUs / mFrameDurationUs;
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.h 47 IOMX::node_id node, omx_message *msg, int64_t timeoutUs = -1);
53 omx_message *msg, int64_t timeoutUs = -1);
  /frameworks/av/media/libstagefright/rtsp/
ARTPConnection.h 65 static const int64_t kSelectTimeoutUs;
73 int64_t mLastReceiverReportTimeUs;
  /frameworks/compile/mclinker/lib/Support/
LEB128.cpp 67 size_t encode<int64_t>(ByteType*& pBuf, int64_t pValue) {
90 return encode<int64_t>(pBuf, static_cast<int64_t>(pValue));
184 int64_t decode<int64_t>(const ByteType* pBuf, size_t& pSize) {
205 int64_t decode<int64_t>(const ByteType*& pBuf) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 15 ; int64_t vp9_block_error(int16_t *coeff, int16_t *dqcoeff, intptr_t block_size,
16 ; int64_t *ssz)
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VsyncControl.cpp 65 bool VsyncControl::wait(int disp, int64_t& timestamp)
79 timestamp = (int64_t)arg.vsync.timestamp;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VsyncControl.cpp 65 bool VsyncControl::wait(int disp, int64_t& timestamp)
79 timestamp = (int64_t)arg.vsync.timestamp;
  /system/core/adb/
fdevent.h 21 #include <stdint.h> /* for int64_t */
73 void fdevent_set_timeout(fdevent *fde, int64_t timeout_ms);
  /system/update_engine/common/
mock_prefs.h 35 MOCK_CONST_METHOD2(GetInt64, bool(const std::string& key, int64_t* value));
36 MOCK_METHOD2(SetInt64, bool(const std::string& key, const int64_t value));
  /system/update_engine/
weave_service.h 39 void SendStatusUpdate(int64_t last_checked_time,
43 int64_t new_size) override;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHullComputer.cpp 26 typedef __int64 int64_t; typedef
31 typedef long long int int64_t; typedef
59 int64_t x;
60 int64_t y;
61 int64_t z;
63 Point64(int64_t x, int64_t y, int64_t z): x(x), y(y), z(z)
72 int64_t dot(const Point64& b) const
119 int64_t dot(const Point32& b) cons
    [all...]
  /art/runtime/gc/collector/
garbage_collector.h 47 ObjectBytePair(uint64_t num_objects = 0, int64_t num_bytes = 0)
57 int64_t bytes;
76 int64_t GetFreedBytes() const {
79 int64_t GetFreedLargeObjectBytes() const {
160 int64_t GetTotalFreedBytes() const {
217 int64_t total_freed_bytes_;
  /bionic/libc/include/
stdint.h 66 typedef __int64_t int64_t; typedef
81 typedef int64_t int_least64_t;
87 typedef int64_t int_fast64_t;
91 typedef int64_t int_fast16_t;
93 typedef int64_t int_fast32_t;
103 typedef int64_t intmax_t;
  /development/ndk/platforms/android-21/include/
stdint.h 66 typedef __int64_t int64_t; typedef
81 typedef int64_t int_least64_t;
87 typedef int64_t int_fast64_t;
91 typedef int64_t int_fast16_t;
93 typedef int64_t int_fast32_t;
103 typedef int64_t intmax_t;
  /external/google-benchmark/src/
string_util.cc 28 static const int64_t kUnitsSize = arraysize(kBigSIUnits);
34 int64_t* exponent) {
70 *exponent = -static_cast<int64_t>(i + 1);
84 std::string ExponentToPrefix(int64_t exponent, bool iec) {
87 const int64_t index = (exponent > 0 ? exponent - 1 : -exponent - 1);
101 int64_t exponent;
  /external/libvpx/config/x86/
vp9_rtcd.h 40 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
41 int64_t vp9_block_error_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
44 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
45 int64_t vp9_block_error_fp_sse2(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
  /external/libvpx/config/x86_64/
vp9_rtcd.h 40 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
41 int64_t vp9_block_error_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
44 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
45 int64_t vp9_block_error_fp_sse2(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
rational.h 56 const int64_t tmp= a.num * (int64_t)b.den - b.num * (int64_t)a.den;
83 int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max);
  /external/pdfium/core/src/fxcrt/
fx_basic_gcc.cpp 99 int64_t FXSYS_atoi64(const FX_CHAR* str) {
100 return FXSYS_StrToInt<int64_t>(str);
102 int64_t FXSYS_wtoi64(const FX_WCHAR* str) {
103 return FXSYS_StrToInt<int64_t>(str);
105 const FX_CHAR* FXSYS_i64toa(int64_t value, FX_CHAR* str, int radix) {
106 return FXSYS_IntToStr<int64_t, uint64_t, FX_CHAR*>(value, str, radix);
  /external/vixl/src/vixl/a64/
disasm-a64.h 65 int64_t offset);
105 void MapCodeAddress(int64_t base_address, const Instruction* instr_address);
106 int64_t CodeRelativeAddress(const void* instr);
146 int64_t code_address_offset() const { return code_address_offset_; }
152 void set_code_address_offset(int64_t code_address_offset) {
161 int64_t code_address_offset_;
  /external/webrtc/webrtc/base/
asyncpacketsocket.h 31 int64_t srtp_packet_index; // Required for Rtp Packet authentication.
49 PacketTime(int64_t timestamp, int64_t not_before)
52 int64_t timestamp; // Receive time after socket delivers the data.
58 int64_t not_before;
61 inline PacketTime CreatePacketTime(int64_t not_before) {
  /external/webrtc/webrtc/modules/
module_common_types_unittest.cc 145 int64_t seq = 0;
151 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF));
158 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF));
168 int64_t seq = kNumWraps * 2 * kMaxDecrease;
171 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF));
179 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF));
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_estimator_proxy.cc 44 void RemoteEstimatorProxy::IncomingPacket(int64_t arrival_time_ms,
71 int64_t RemoteEstimatorProxy::TimeUntilNextProcess() {
72 int64_t now = clock_->TimeInMilliseconds();
73 int64_t time_until_next = 0;
103 int64_t arrival_time) {
104 int64_t seq = unwrapper_.Unwrap(sequence_number);
  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator.h 43 void UpdateEstimate(int64_t frameDelayMS,
62 void UpdateRtt(int64_t rttMs);
88 void KalmanEstimateChannel(int64_t frameDelayMS, int32_t deltaFSBytes);
120 double DeviationFromExpectedDelay(int64_t frameDelayMS,
147 int64_t _lastUpdateT;
156 int64_t

Completed in 2876 milliseconds

<<21222324252627282930>>