HomeSort by relevance Sort by last modified time
    Searched refs:PRIuS (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/webrtc/webrtc/base/
format_macros.h 24 // printf("xyz: %" PRIuS, size);
42 #if !defined(PRIuS)
43 #define PRIuS "zu"
90 #if !defined(PRIuS)
91 #define PRIuS "Iu"
  /external/libchrome/base/
format_macros.h 21 // printf("xyz: %" PRIuS, size);
49 #if !defined(PRIuS)
50 #define PRIuS "zu"
91 #if !defined(PRIuS)
92 #define PRIuS "Iu"
  /external/v8/src/base/
format-macros.h 21 // printf("xyz: %" PRIuS, size);
49 #if !defined(PRIuS)
50 #define PRIuS "zu"
91 #if !defined(PRIuS)
92 #define PRIuS "Iu"
  /external/clang/test/SemaCXX/
cxx0x-compat.cpp 34 #define PRIuS "uS"
38 printf("foo is %"PRIuS", bar is %"PRIuS, foo, bar); // expected-warning 2{{identifier after literal will be treated as a reserved user-defined literal suffix in C++11}}
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
stats.cc 142 printf(" Min : %7" PRIuS " bytes (frame %d)\n",
146 printf(" Max : %7" PRIuS " bytes (frame %d)\n",
149 printf(" Average : %7" PRIuS " bytes\n",
152 printf(" Average key frame size : %7" PRIuS " bytes (%" PRIuS
157 printf(" Average non-key frame size: %7" PRIuS " bytes (%" PRIuS
packet_manipulator.cc 76 printf("Dropped %d packets for frame %d (frame length: %" PRIuS ")\n",
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
rtp_to_text.cc 50 "%u %u %d %u %u %d %u %" PRIuS " %" PRIuS "\n",
  /external/libxcam/modules/ocl/
cl_device.cpp 130 "\tmax_work_item_sizes:{%" PRIuS ", %" PRIuS ", %" PRIuS "}"
131 "\tmax_work_group_size:%" PRIuS
  /external/webrtc/webrtc/modules/audio_device/android/
audio_manager_unittest.cc 85 PRINT("%schannels: %" PRIuS "\n", kTag, playout_parameters_.channels());
86 PRINT("%sframes per buffer: %" PRIuS " <=> %.2f ms\n", kTag,
92 PRINT("%schannels: %" PRIuS "\n", kTag, record_parameters_.channels());
93 PRINT("%sframes per buffer: %" PRIuS " <=> %.2f ms\n", kTag,
opensles_player.cc 183 ALOGD("SetPlayoutChannels(%" PRIuS ")", channels);
244 ALOGD("lowest possible buffer size: %" PRIuS,
249 ALOGD("native buffer size: %" PRIuS, bytes_per_buffer_);
260 ALOGD("required buffer size: %" PRIuS, required_buffer_size);
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer_test.cc 56 printf("Input file: %s\nChannels: %" PRIuS ", Sample rate: %d Hz\n\n",
58 printf("Output file: %s\nChannels: %" PRIuS ", Sample rate: %d Hz\n\n",
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 332 Log(" Frame length : %" PRIuS " bytes\n", config.frame_length_in_bytes);
333 Log(" Packet size : %" PRIuS " bytes\n",
335 Log(" Max payload size : %" PRIuS " bytes\n",
364 printf("%4d, %d, %d, %2d, %2d, %6d, %6d, %5d, %7" PRIuS
365 ", %d, %2d, %2" PRIuS ", %5.3f, %5.2f\n",
389 "{'name': 'packet_size_in_bytes', 'value': '%" PRIuS
391 "{'name': 'max_payload_size_in_bytes', 'value': '%" PRIuS
397 "{'name': 'frame_length_in_bytes', 'value': '%" PRIuS
447 "'bit_rate': %d, 'encoded_frame_length': %" PRIuS
450 "'total_packets': %" PRIuS ", 'ssim': %f, 'psnr': %f},\n"
    [all...]
  /external/libxcam/xcore/base/
xcam_defs.h 117 #define PRIuS "zu"
119 #define PRIuS "u"
  /external/libxcam/modules/isp/
hybrid_analyzer_loader.cpp 94 XCAM_LOG_DEBUG ("get symbol failed, XCam3ADescription size is:%" PRIu32 ", but expect:%" PRIuS,
  /external/libxcam/xcore/
dynamic_analyzer_loader.cpp 73 XCAM_LOG_DEBUG ("get symbol failed, XCam3ADescription size is:%" PRIu32 ", but expect:%" PRIuS,
smart_analyzer_loader.cpp 137 XCAM_LOG_DEBUG ("get symbol failed, XCamSmartAnalysisDescription size is:%" PRIu32 ", but expect:%" PRIuS,
  /external/pdfium/core/fxcrt/
fx_system.h 235 // printf("xyz: %" PRIuS, size);
250 #if !defined(PRIuS)
251 #define PRIuS "zu"
256 #if !defined(PRIuS)
257 #define PRIuS "Iu"
  /external/v8/src/
compilation-statistics.cc 76 "\"%s_time\"=%.3f\n\"%s_space\"=%" PRIuS, name, ms, name,
80 base::OS::SNPrintF(buffer, kBufferSize, "%28s %10.3f (%5.1f%%) %10" PRIuS
81 " (%5.1f%%) %10" PRIuS " %10" PRIuS,
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_external_decoder_test.cc 29 printf("%" PRIuS "\n", channels_);
  /external/v8/src/heap/
gc-tracer.cc 467 "total_size_before=%" PRIuS
469 "total_size_after=%" PRIuS
471 "holes_size_before=%" PRIuS
473 "holes_size_after=%" PRIuS
475 "allocated=%" PRIuS
477 "promoted=%" PRIuS
479 "semi_space_copied=%" PRIuS
598 "total_size_before=%" PRIuS
600 "total_size_after=%" PRIuS
602 "holes_size_before=%" PRIuS
    [all...]
gc-idle-time-handler.cc 44 PrintF("size_of_objects=%" PRIuS " ", size_of_objects);
  /external/webrtc/webrtc/modules/audio_coding/acm2/
codec_manager.cc 29 "Wrong number of channels (%" PRIuS ", only mono and stereo "
52 "%" PRIuS " number of channels not supportedn for %s.",
  /external/webrtc/webrtc/common_audio/
audio_converter_unittest.cc 82 printf("SNR=%.1f dB at delay=%" PRIuS "\n", best_snr, best_delay);
132 printf("(%" PRIuS ", %d Hz) -> (%" PRIuS ", %d Hz) ",
  /external/webrtc/webrtc/modules/media_file/
media_file_utility.cc 412 "bufSize= %" PRIuS ")",
491 "outRight= 0x%x, bufSize= %" PRIuS ")",
567 "ReadWavStereoData: unsupported sample size %" PRIuS "!",
581 "dataLen= %" PRIuS ")", &wav, buffer, dataLengthInBytes);
712 "dataLen= %" PRIuS ")", &out, buffer, dataLength);
815 "outData= 0x%x, bufferSize= %" PRIuS ")", &in, outData,
844 "buffer not large enough to read %" PRIuS " bytes of "
874 "inData= 0x%x, dataLen= %" PRIuS ")", &out, buffer,
997 "bytes=%" PRIuS ")", &in, outData, bufferSize);
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
unpack.cc 272 fprintf(settings_file, " Input channels: %" PRIuS "\n",
275 fprintf(settings_file, " Output channels: %" PRIuS "\n",
278 fprintf(settings_file, " Reverse channels: %" PRIuS "\n",

Completed in 2816 milliseconds

1 2 3