/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/libchrome/base/ |
D | format_macros.h | 49 #if !defined(PRIuS) 50 #define PRIuS "zu" macro 91 #if !defined(PRIuS) 92 #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()
|
D | packet_manipulator.cc | 76 printf("Dropped %d packets for frame %d (frame length: %" PRIuS ")\n", in ManipulatePackets()
|
/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/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/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()
|
D | audio_device_unittest.cc | 193 PRINTD("(%" PRIuS ")", largest_size_); in Write() 582 PRINT("file size: %" PRIuS " [bytes]\n", bytes); in GetFileName() 583 PRINT("file size: %" PRIuS " [samples]\n", bytes / kBytesPerSample); in GetFileName() 587 PRINT("file size: %" PRIuS " [callbacks]\n", in GetFileName()
|
/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 …]
|
D | media_file_impl.cc | 109 "MediaFileImpl::PlayoutData(buffer= 0x%x, bufLen= %" PRIuS ")", in PlayoutAudioData() 239 " Len= %" PRIuS ")", in PlayoutStereoData() 605 "MediaFile::IncomingData(buffer= 0x%x, bufLen= %" PRIuS, in IncomingAudioData()
|
/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/pdfium/core/include/fxcrt/ |
D | fx_system.h | 300 #if !defined(PRIuS) 301 #define PRIuS "zu" macro 306 #if !defined(PRIuS) 307 #define PRIuS "Iu" macro
|
/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_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()
|
D | process_test.cc | 211 ASSERT_EQ(1, sscanf(argv[i], "%" PRIuS, &num_capture_input_channels)); in void_main() 213 ASSERT_EQ(1, sscanf(argv[i], "%" PRIuS, &num_capture_output_channels)); in void_main() 218 ASSERT_EQ(1, sscanf(argv[i], "%" PRIuS, &num_render_channels)); in void_main() 451 printf("Primary channels: %" PRIuS " (in), %" PRIuS " (out)\n", in void_main() 454 printf("Reverse channels: %" PRIuS "\n", num_render_channels); in void_main()
|
/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_coding/neteq/tools/ |
D | neteq_external_decoder_test.cc | 29 printf("%" PRIuS "\n", channels_); in NetEqExternalDecoderTest()
|
/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()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/tools/ |
D | audio_codec_speed_test.cc | 103 printf("Coding %d kHz-sampled %" PRIuS "-channel audio at %d bps ...\n", in EncodeDecode()
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.cc | 257 " payloadSize=%" PRIuS ", fragmentation=0x%x)", in SendData() 322 "Channel::SendPacket(channel=%d, len=%" PRIuS ")", len); in SendRtp() 353 "Channel::SendRtcp(len=%" PRIuS ")", len); in SendRtcp() 426 "payloadName=%s, frequency=%u, channels=%" PRIuS ", rate=%u)", in OnInitializeDecoder() 461 "Channel::OnReceivedPayloadData(payloadSize=%" PRIuS "," in OnReceivedPayloadData() 462 " payloadType=%u, audioChannel=%" PRIuS ")", in OnReceivedPayloadData() 1083 "(%d/%d/%" PRIuS "/%d) to RTP/RTCP receiver", in Init() 1091 "Channel::Init() %s (%d/%d/%" PRIuS "/%d) has been " in Init() 3780 "Channel::MixAudioWithFile() samples_per_channel_(%" PRIuS ") != " in MixAudioWithFile() 3781 "fileSamples(%" PRIuS ")", in MixAudioWithFile() [all …]
|