HomeSort by relevance Sort by last modified time
    Searched refs:int64_t (Results 226 - 250 of 759) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/libstagefright/
MPEG4Writer.cpp 41 static const int64_t kMax32BitFileSize = 0x007fffffffLL;
47 static const int64_t kVideoMediaTimeAdjustPeriodTimeUs = 600000000LL; // 10 minutes
60 int64_t getDurationUs() const;
61 int64_t getEstimatedTrackSizeBytes() const;
63 void bufferChunk(int64_t timestampUs);
80 int64_t mTrackDurationUs;
85 int64_t mMaxTimeStampUs;
86 int64_t mEstimatedTrackSizeBytes;
87 int64_t mMdatSizeBytes;
152 int64_t mStartTimestampUs
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
tz2icu.cpp 59 const int64_t SECS_PER_YEAR = 31536000; // 365 days
60 const int64_t SECS_PER_LEAP_YEAR = 31622400; // 366 days
61 const int64_t LOWEST_TIME32 = (int64_t)((int32_t)0x80000000);
62 const int64_t HIGHEST_TIME32 = (int64_t)((int32_t)0x7fffffff);
68 int64_t secsPerYear(int32_t y) {
76 int64_t yearToSeconds(int32_t year) {
78 int64_t s = 0;
93 int32_t secondsToYear(int64_t seconds)
    [all...]
  /external/qemu/
block.c 52 int64_t sector_num, QEMUIOVector *qiov, int nb_sectors,
55 int64_t sector_num, QEMUIOVector *qiov, int nb_sectors,
57 static int bdrv_read_em(BlockDriverState *bs, int64_t sector_num,
59 static int bdrv_write_em(BlockDriverState *bs, int64_t sector_num,
345 int64_t total_size;
518 int64_t i, total_sectors;
557 static int bdrv_check_byte_request(BlockDriverState *bs, int64_t offset,
560 int64_t len;
579 static int bdrv_check_request(BlockDriverState *bs, int64_t sector_num,
586 int bdrv_read(BlockDriverState *bs, int64_t sector_num
    [all...]
host-utils.h 39 int64_t a, int64_t b)
46 void muls64(uint64_t *phigh, uint64_t *plow, int64_t a, int64_t b);
  /bionic/libc/include/
dirent.h 55 int64_t d_off;
stdint.h 60 typedef __int64_t int64_t; typedef
166 * int64_t
168 typedef int64_t int_least64_t;
169 typedef int64_t int_fast64_t;
231 typedef int64_t intmax_t;
  /development/ndk/platforms/android-3/include/
dirent.h 55 int64_t d_off;
stdint.h 60 typedef __int64_t int64_t; typedef
166 * int64_t
168 typedef int64_t int_least64_t;
169 typedef int64_t int_fast64_t;
231 typedef int64_t intmax_t;
  /external/chromium/sdch/open-vcdiff/src/
varint_bigendian.h 39 #include <stdint.h> // int32_t, int64_t
60 template<> class VarintMaxBytes<int64_t> {
70 // Only 32-bit and 64-bit signed integers (int32_t and int64_t) are supported.
  /external/elfutils/libebl/
libebl.h 74 const char *(*dynamic_tag_name) (int64_t, char *, size_t);
77 bool (*dynamic_tag_check) (int64_t);
172 extern const char *ebl_dynamic_tag_name (Ebl *ebl, int64_t tag,
176 extern bool ebl_dynamic_tag_check (Ebl *ebl, int64_t tag);
  /external/icu4c/common/
utext.cpp 34 utext_access(UText *ut, int64_t index, UBool forward) {
80 U_CAPI int64_t U_EXPORT2
93 U_CAPI int64_t U_EXPORT2
104 utext_setNativeIndex(UText *ut, int64_t index) {
137 U_CAPI int64_t U_EXPORT2
145 int64_t result;
213 int64_t nativePosition = ut->chunkNativeLimit;
235 utext_char32At(UText *ut, int64_t nativeIndex) {
342 utext_next32From(UText *ut, int64_t index) {
351 } else if (index - ut->chunkNativeStart <= (int64_t)ut->nativeIndexingLimit)
    [all...]
  /external/qemu/audio/
mixeng_template.h 84 static inline int64_t glue (conv_, ET) (IN_T v)
88 return ((int64_t) nv) << (32 - SHIFT);
90 return ((int64_t) nv - HALF) << (32 - SHIFT);
94 static inline IN_T glue (clip_, ET) (int64_t v)
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_dreamcast.h 36 typedef signed long long int64_t; typedef
SDL_config_macos.h 38 typedef SInt64 int64_t; typedef
  /external/webkit/WebCore/loader/
FTPDirectoryParser.h 108 int64_t numLines; /* number of lines seen */
  /external/webkit/WebKit/android/jni/
WebCoreResourceLoader.h 57 static bool willLoadFromCache(const WebCore::KURL& url, int64_t identifier);
  /frameworks/base/cmds/stagefright/
stagefright.cpp 64 static int64_t getNowUs() {
68 return (int64_t)tv.tv_usec + tv.tv_sec * 1000000ll;
118 int64_t durationUs;
124 int64_t seekTimeUs = -1;
140 int64_t timestampUs;
146 int64_t diff = timestampUs - seekTimeUs;
196 int64_t startTime = getNowUs();
201 int64_t sumDecodeUs = 0;
202 int64_t totalBytes = 0;
210 int64_t startDecodeUs = getNowUs()
    [all...]
  /frameworks/base/include/media/
mediaplayer.h 147 status_t setDataSource(int fd, int64_t offset, int64_t length);
168 static sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat);
  /frameworks/base/include/media/stagefright/foundation/
ALooperRoster.h 34 void postMessage(const sp<AMessage> &msg, int64_t delayUs = 0);
  /frameworks/base/media/libeffects/testlibs/
AudioCommon.h 31 typedef int64_t audio_coef_sample_acc_t;
  /frameworks/base/services/sensorservice/
SensorDevice.h 54 status_t setDelay(void* ident, int handle, int64_t ns);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
dirent.h 55 int64_t d_off;
stdint.h 60 typedef __int64_t int64_t; typedef
166 * int64_t
168 typedef int64_t int_least64_t;
169 typedef int64_t int_fast64_t;
231 typedef int64_t intmax_t;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
dirent.h 55 int64_t d_off;
stdint.h 60 typedef __int64_t int64_t; typedef
166 * int64_t
168 typedef int64_t int_least64_t;
169 typedef int64_t int_fast64_t;
231 typedef int64_t intmax_t;

Completed in 809 milliseconds

1 2 3 4 5 6 7 8 91011>>