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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/ui/
input.c 232 monitor_printf(mon, "%c Mouse #%" PRId64 ": %s%s\n",
  /frameworks/av/cmds/stagefright/
muxer.cpp 203 fprintf(stderr, "SUCCESS: muxer generate the video in %" PRId64 " ms\n",
recordvideo.cpp 320 fprintf(stderr, "encoding %d frames in %" PRId64 " us\n", nFrames, (end-start)/1000);
sf2.cpp 86 printf("%" PRId64 " bytes received. %.2f KB/sec\n",
90 printf("%d frames decoded, %.2f fps. %" PRId64 " bytes "
  /frameworks/av/media/libmedia/
SoundPool.cpp 218 ALOGV("load: fd=%d, offset=%" PRId64 ", length=%" PRId64 ", priority=%d",
468 ALOGV("create sampleID=%d, fd=%d, offset=%" PRId64 " length=%" PRId64,
  /frameworks/av/media/libstagefright/
TimedEventQueue.cpp 262 ALOGW("delay_us exceeds max timeout: %" PRId64 " us", delay_us);
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 373 ALOGV("Seek to beginning: %" PRId64, seekTimeUs);
382 ALOGV("Seeking to: %" PRId64, seekTimeUs);
479 ALOGV("Requested seek point: %" PRId64 " actual: %" PRId64,
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 275 ALOGE("%s: Listener is NULL. (fireTimeUs = %" PRId64" )",
  /frameworks/av/media/ndk/
NdkMediaFormat.cpp 100 ret.appendFormat("int64(%" PRId64 ")", val);
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.cpp 246 ALOGV("%s: Shutter notification for request id %" PRId32 " at time %" PRId64,
  /system/core/fastbootd/
commands.c 323 D(INFO, "writing %"PRId64" bytes to '%s'\n", sz, arg);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 427 lines.appendFormat(" Frame %d | Timestamp: %" PRId64 ", metadata"
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc     [all...]
heap-profile-table.cc 306 snprintf(buf + buflen, bufsize - buflen, "%6d: %8"PRId64" [%6d: %8"PRId64"] @%s",
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 228 PRId64 ", 0, 0)",
242 "INSERT INTO \"visits\" VALUES(%" PRIuS ", %" PRIuS ", %" PRId64
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.cc 254 new std::string(base::StringPrintf("%" PRId64, action_id())));
318 std::string result = base::StringPrintf("ACTION ID=%" PRId64, action_id());
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.cc 788 "Native version (%" PRId64 ") does not match sync version (%"
789 PRId64 ")",
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c     [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 271 #ifndef PRId64
272 #error PRId64 not defined
  /external/libvpx/libvpx/
vpxenc.c     [all...]
  /external/lldb/source/API/
SBData.cpp 325 "(%" PRId64 ")", error.get(), offset, value);
413 "(%" PRId64 ")", error.get(), offset, value);
  /external/lldb/source/Expression/
IRMemoryMap.cpp 495 log->Printf("IRMemoryMap::WriteMemory (0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRId64 ") went to [0x%" PRIx64 "..0x%" PRIx64 ")",
628 log->Printf("IRMemoryMap::ReadMemory (0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRId64 ") came from [0x%" PRIx64 "..0x%" PRIx64 ")",
  /external/qemu/util/
qemu-option.c 480 printf("%s=%" PRId64 " ", list->name, list->value.n);
865 n = snprintf(buf, sizeof(buf), "%" PRId64,
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 366 ALOGV("Got data in buffer %zu, size=%zu, pts=%" PRId64,
477 printf("Encoder stopping; recorded %u frames in %" PRId64 " seconds\n",
    [all...]

Completed in 2906 milliseconds

1 2 3 4 5 6 7 8 91011>>