HomeSort by relevance Sort by last modified time
    Searched refs:PRId64 (Results 176 - 200 of 377) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 730 ALOGV("[video] time %" PRId64 " us (%.2f secs), dts/pts diff %" PRId64,
740 ALOGV("[audio] time %" PRId64 " us (%.2f secs), drift %" PRId64,
VBRISeeker.cpp 166 ALOGV("getOffsetForTime %" PRId64 " us => 0x%016llx", *timeUs, *pos);
AACWriter.cpp 354 ALOGV("time stamp: %" PRId64 ", previous paused duration: %" PRId64,
SurfaceMediaSource.cpp 368 ALOGV("Frames encoded = %d, timestamp = %" PRId64 ", time diff = %" PRId64,
AwesomePlayer.cpp     [all...]
  /frameworks/native/cmds/installd/
installd.c 106 snprintf(reply, REPLY_MAX, "%" PRId64 " %" PRId64 " %" PRId64 " %" PRId64,
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 222 ALOGV("Submitting capture request %d with exposure %"PRId64, i,
234 ALOGV("Reading capture request %d with exposure %"PRId64, i, exposures[i]);
621 ALOGV("Submitting capture %zu with exposure %"PRId64", frame duration %"PRId64", sensitivity %d",
CameraMultiStreamTests.cpp 359 ALOGV("Submitting request with: id %d with exposure %"PRId64", sensitivity %d",
557 ALOGV("targeted minimal frame duration is: %"PRId64"ns", minFrameDuration);
675 ALOGV("Submitting preview request %zu with exposure %"PRId64,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inttypes.h 42 #define PRId64 "I64d"
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
inttypes.h 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
inttypes.h 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
inttypes.h 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
inttypes.h 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
inttypes.h 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
  /system/core/include/cutils/
trace.h 277 len = snprintf(buf, ATRACE_MESSAGE_LENGTH, "C|%d|%s|%" PRId64,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
conflict_resolver.cc 68 "Detected multi-parent trackers (active tracker_id=%" PRId64 ")",
118 "(primary tracker_id=%" PRId64 ")",
  /external/chromium_org/content/browser/media/capture/
video_capture_oracle.cc 143 "Captured #%d: delta=%" PRId64 " usec"
152 "Captured #%d: delta=%" PRId64 " usec"
  /external/valgrind/main/none/tests/s390x/
mvcl.c 166 ", addr1 diff: %"PRId64", addr2 diff: %"PRId64"\n", result.cc,
  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.cpp 280 ALOGI("Start time offset: %" PRId64 " us", startTimeOffsetUs);
380 "%s %s frame at %" PRId64 " size %zu\n",
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 157 RAW_VLOG(0, "pagemap read failed @ %#llx %" PRId64 " bytes",
526 appended = snprintf(position, available, "%" PRId64, value);
528 appended = snprintf(position, available, "%*" PRId64, width, value);
982 RAW_VLOG(0, "[%d] Mismatched total in VMA %" PRId64 ":"
983 "%" PRId64 " (%" PRId64 ")",
    [all...]
  /external/e2fsprogs/intl/
loadmsgcat.c 171 #if !defined PRId64 || PRI_MACROS_BROKEN
172 # undef PRId64
173 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld")
269 # define PRIdLEAST64 PRId64
365 # define PRIdFAST64 PRId64
566 return PRId64;
    [all...]
  /external/qemu/block/
qcow2-refcount.c 330 fprintf(stderr, "qcow2: Grow refcount table %" PRId32 " => %" PRId64 "\n",
469 printf("update_refcount: offset=%" PRId64 " size=%" PRId64 " addend=%d\n",
605 printf("alloc_clusters: size=%" PRId64 " -> %" PRId64 "\n",
956 fprintf(stderr, "ERROR: cluster %" PRId64 ": "
    [all...]
raw-posix.c 256 DEBUG_BLOCK_PRINT("raw_pread(%d:%s, %" PRId64 ", %p, %d) [%" PRId64
270 DEBUG_BLOCK_PRINT("raw_pread(%d:%s, %" PRId64 ", %p, %d) [%" PRId64
300 DEBUG_BLOCK_PRINT("raw_pwrite(%d:%s, %" PRId64 ", %p, %d) [%" PRId64
    [all...]
  /external/elfutils/0.153/src/
readelf.c 794 printf (gettext (" Start of program headers: %" PRId64 " %s\n"),
797 printf (gettext (" Start of section headers: %" PRId64 " %s\n"),
952 " %2" PRId64 " %-5s %2" PRId32 " %3" PRId32
953 " %2" PRId64 "\n",
    [all...]

Completed in 521 milliseconds

1 2 3 4 5 6 78 91011>>