/external/webrtc/webrtc/base/ |
D | format_macros.h | 42 #if !defined(PRIuS) 43 #define PRIuS "zu" macro 90 #if !defined(PRIuS) 91 #define PRIuS "Iu" macro
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
D | stats.cc | 142 printf(" Min : %7" PRIuS " bytes (frame %d)\n", in PrintSummary() 146 printf(" Max : %7" PRIuS " bytes (frame %d)\n", in PrintSummary() 149 printf(" Average : %7" PRIuS " bytes\n", in PrintSummary() 152 printf(" Average key frame size : %7" PRIuS " bytes (%" PRIuS in PrintSummary() 157 printf(" Average non-key frame size: %7" PRIuS " bytes (%" PRIuS in PrintSummary()
|
/external/v8/src/base/ |
D | format-macros.h | 49 #if !defined(PRIuS) 50 #define PRIuS "zu" macro 91 #if !defined(PRIuS) 92 #define PRIuS "Iu" macro
|
/external/libchrome/base/ |
D | format_macros.h | 51 #if !defined(PRIuS) 52 #define PRIuS "Iu" macro 63 #if !defined(PRIuS) 64 #define PRIuS "zu" macro
|
/external/webrtc/webrtc/modules/video_coding/codecs/tools/ |
D | video_quality_measurement.cc | 332 Log(" Frame length : %" PRIuS " bytes\n", config.frame_length_in_bytes); in PrintConfigurationSummary() 333 Log(" Packet size : %" PRIuS " bytes\n", in PrintConfigurationSummary() 335 Log(" Max payload size : %" PRIuS " bytes\n", in PrintConfigurationSummary() 364 printf("%4d, %d, %d, %2d, %2d, %6d, %6d, %5d, %7" PRIuS in PrintCsvOutput() 365 ", %d, %2d, %2" PRIuS ", %5.3f, %5.2f\n", in PrintCsvOutput() 389 "{'name': 'packet_size_in_bytes', 'value': '%" PRIuS in PrintPythonOutput() 391 "{'name': 'max_payload_size_in_bytes', 'value': '%" PRIuS in PrintPythonOutput() 397 "{'name': 'frame_length_in_bytes', 'value': '%" PRIuS in PrintPythonOutput() 447 "'bit_rate': %d, 'encoded_frame_length': %" PRIuS in PrintPythonOutput() 450 "'total_packets': %" PRIuS ", 'ssim': %f, 'psnr': %f},\n", in PrintPythonOutput()
|
/external/clang/test/SemaCXX/ |
D | cxx0x-compat.cpp | 34 #define PRIuS "uS" macro 38 …printf("foo is %"PRIuS", bar is %"PRIuS, foo, bar); // expected-warning 2{{identifier after litera… in h()
|
/external/libxcam/modules/ocl/ |
D | cl_device.cpp | 130 "\tmax_work_item_sizes:{%" PRIuS ", %" PRIuS ", %" PRIuS "}" in init() 131 "\tmax_work_group_size:%" PRIuS in init()
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_manager_unittest.cc | 85 PRINT("%schannels: %" PRIuS "\n", kTag, playout_parameters_.channels()); in TEST_F() 86 PRINT("%sframes per buffer: %" PRIuS " <=> %.2f ms\n", kTag, in TEST_F() 92 PRINT("%schannels: %" PRIuS "\n", kTag, record_parameters_.channels()); in TEST_F() 93 PRINT("%sframes per buffer: %" PRIuS " <=> %.2f ms\n", kTag, in TEST_F()
|
D | opensles_player.cc | 183 ALOGD("SetPlayoutChannels(%" PRIuS ")", channels); in AttachAudioBuffer() 244 ALOGD("lowest possible buffer size: %" PRIuS, in AllocateDataBuffers() 249 ALOGD("native buffer size: %" PRIuS, bytes_per_buffer_); in AllocateDataBuffers() 260 ALOGD("required buffer size: %" PRIuS, required_buffer_size); in AllocateDataBuffers()
|
D | audio_record_jni.cc | 140 ALOGD("frames_per_buffer: %" PRIuS, frames_per_buffer_); in InitRecording() 189 ALOGD("SetRecordingChannels(%" PRIuS ")", channels); in AttachAudioBuffer()
|
D | audio_track_jni.cc | 206 ALOGD("SetPlayoutChannels(%" PRIuS ")", channels); in AttachAudioBuffer() 228 ALOGD("frames_per_buffer: %" PRIuS, frames_per_buffer_); in OnCacheDirectBufferAddress()
|
/external/v8/src/ |
D | compilation-statistics.cc | 76 "\"%s_time\"=%.3f\n\"%s_space\"=%" PRIuS, name, ms, name, in WriteLine() 80 base::OS::SNPrintF(buffer, kBufferSize, "%28s %10.3f (%5.1f%%) %10" PRIuS in WriteLine() 81 " (%5.1f%%) %10" PRIuS " %10" PRIuS, in WriteLine()
|
/external/v8/src/heap/ |
D | gc-tracer.cc | 532 "total_size_before=%" PRIuS in PrintNVP() 534 "total_size_after=%" PRIuS in PrintNVP() 536 "holes_size_before=%" PRIuS in PrintNVP() 538 "holes_size_after=%" PRIuS in PrintNVP() 540 "allocated=%" PRIuS in PrintNVP() 542 "promoted=%" PRIuS in PrintNVP() 544 "semi_space_copied=%" PRIuS in PrintNVP() 726 "total_size_before=%" PRIuS in PrintNVP() 728 "total_size_after=%" PRIuS in PrintNVP() 730 "holes_size_before=%" PRIuS in PrintNVP() [all …]
|
D | heap-controller.cc | 133 "%s Limit: old size: %" PRIuS " KB, new limit: %" PRIuS " KB (%.1f)\n", in CalculateAllocationLimit()
|
D | heap.cc | 403 "Memory allocator, used: %6" PRIuS in PrintShortHeapStatistics() 405 " available: %6" PRIuS " KB\n", in PrintShortHeapStatistics() 409 "Read-only space, used: %6" PRIuS in PrintShortHeapStatistics() 411 ", available: %6" PRIuS in PrintShortHeapStatistics() 413 ", committed: %6" PRIuS " KB\n", in PrintShortHeapStatistics() 418 "New space, used: %6" PRIuS in PrintShortHeapStatistics() 420 ", available: %6" PRIuS in PrintShortHeapStatistics() 422 ", committed: %6" PRIuS " KB\n", in PrintShortHeapStatistics() 426 "New large object space, used: %6" PRIuS in PrintShortHeapStatistics() 428 ", available: %6" PRIuS in PrintShortHeapStatistics() [all …]
|
/external/pdfium/core/fxcrt/ |
D | fx_system.h | 250 #if !defined(PRIuS) 251 #define PRIuS "zu" macro 256 #if !defined(PRIuS) 257 #define PRIuS "Iu" macro
|
/external/webrtc/webrtc/modules/media_file/ |
D | media_file_utility.cc | 412 "bufSize= %" PRIuS ")", in ReadWavDataAsMono() 491 "outRight= 0x%x, bufSize= %" PRIuS ")", in ReadWavDataAsStereo() 567 "ReadWavStereoData: unsupported sample size %" PRIuS "!", in ReadWavDataAsStereo() 581 "dataLen= %" PRIuS ")", &wav, buffer, dataLengthInBytes); in ReadWavData() 712 "dataLen= %" PRIuS ")", &out, buffer, dataLength); in WriteWavData() 815 "outData= 0x%x, bufferSize= %" PRIuS ")", &in, outData, in ReadPreEncodedData() 844 "buffer not large enough to read %" PRIuS " bytes of " in ReadPreEncodedData() 874 "inData= 0x%x, dataLen= %" PRIuS ")", &out, buffer, in WritePreEncodedData() 997 "bytes=%" PRIuS ")", &in, outData, bufferSize); in ReadCompressedData() 1120 "dataLen= %" PRIuS ")", &out, buffer, dataLength); in WriteCompressedData() [all …]
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/ |
D | rtp_to_text.cc | 50 "%u %u %d %u %u %d %u %" PRIuS " %" PRIuS "\n", in main()
|
/external/webrtc/webrtc/common_audio/ |
D | audio_converter_unittest.cc | 82 printf("SNR=%.1f dB at delay=%" PRIuS "\n", best_snr, best_delay); in ComputeSNR() 132 printf("(%" PRIuS ", %d Hz) -> (%" PRIuS ", %d Hz) ", in RunAudioConverterTest()
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | nonlinear_beamformer_test.cc | 56 printf("Input file: %s\nChannels: %" PRIuS ", Sample rate: %d Hz\n\n", in main() 58 printf("Output file: %s\nChannels: %" PRIuS ", Sample rate: %d Hz\n\n", in main()
|
/external/libxcam/xcore/base/ |
D | xcam_defs.h | 117 #define PRIuS "zu" macro 119 #define PRIuS "u" macro
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | unpack.cc | 272 fprintf(settings_file, " Input channels: %" PRIuS "\n", in do_main() 275 fprintf(settings_file, " Output channels: %" PRIuS "\n", in do_main() 278 fprintf(settings_file, " Reverse channels: %" PRIuS "\n", in do_main()
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | codec_manager.cc | 29 "Wrong number of channels (%" PRIuS ", only mono and stereo " in IsValidSendCodec() 52 "%" PRIuS " number of channels not supportedn for %s.", in IsValidSendCodec()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 898 printf("total bits = %" PRIuS " bits\n", totalbits); in main() 917 printf("Maximum payload size 30ms Frames %" PRIuS " bytes (%0.3f kbps)\n", in main() 921 printf("Maximum payload size 60ms Frames %" PRIuS " bytes (%0.3f kbps)\n", in main() 930 fprintf(stderr, " plmax-30ms %" PRIuS " bytes (%0.0f kbps)", in main() 934 fprintf(stderr, " plmax-60ms %" PRIuS " bytes (%0.0f kbps)", in main()
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
D | audio_device_unittest_ios.cc | 190 PRINTD("(%" PRIuS ")", largest_size_); in Write() 556 PRINTD("file size: %" PRIuS " [bytes]\n", bytes); in GetFileName() 557 PRINTD("file size: %" PRIuS " [samples]\n", bytes / kBytesPerSample); in GetFileName() 561 PRINTD("file size: %" PRIuS " [callbacks]\n", in GetFileName()
|