/external/webrtc/api/ |
D | rtc_event_log_output_file.cc | 34 size_t max_size_bytes) in RtcEventLogOutputFile() argument 39 max_size_bytes) {} in RtcEventLogOutputFile() 41 RtcEventLogOutputFile::RtcEventLogOutputFile(FILE* file, size_t max_size_bytes) in RtcEventLogOutputFile() argument 42 : RtcEventLogOutputFile(FileWrapper(file), max_size_bytes) {} in RtcEventLogOutputFile() 45 size_t max_size_bytes) in RtcEventLogOutputFile() argument 46 : max_size_bytes_(max_size_bytes), file_(std::move(file)) { in RtcEventLogOutputFile()
|
D | rtc_event_log_output_file.h | 30 RtcEventLogOutputFile(const std::string& file_name, size_t max_size_bytes); 34 RtcEventLogOutputFile(FILE* file, size_t max_size_bytes); 43 RtcEventLogOutputFile(FileWrapper file, size_t max_size_bytes);
|
D | peer_connection_interface.h | 1418 virtual bool StartAecDump(FILE* file, int64_t max_size_bytes) { in StartAecDump() argument
|
/external/perfetto/test/trace_processor/memory/ |
D | android_ion.out | 6 max_size_bytes: 1100.0 13 max_size_bytes: 2000.0
|
D | android_dma_heap_stat.out | 4 max_size_bytes: 2048.0
|
D | android_ion_stat.out | 6 max_size_bytes: 2000.0
|
D | android_fastrpc_dma_stat.out | 6 max_size_bytes: 2000.0
|
/external/perfetto/protos/perfetto/metrics/android/ |
D | dma_heap_metric.proto | 25 optional double max_size_bytes = 3; field
|
D | ion_metric.proto | 27 optional double max_size_bytes = 4; field
|
D | fastrpc_metric.proto | 27 optional double max_size_bytes = 4; field
|
/external/webrtc/pc/ |
D | channel_manager.cc | 388 int64_t max_size_bytes) { in StartAecDump() argument 390 return media_engine_->voice().StartAecDump(std::move(file), max_size_bytes); in StartAecDump()
|
D | peer_connection_factory.h | 71 bool StartAecDump(FILE* file, int64_t max_size_bytes) override;
|
D | channel_manager.h | 158 bool StartAecDump(webrtc::FileWrapper file, int64_t max_size_bytes);
|
D | peer_connection_factory.cc | 219 bool PeerConnectionFactory::StartAecDump(FILE* file, int64_t max_size_bytes) { in StartAecDump() argument 221 return channel_manager_->StartAecDump(FileWrapper(file), max_size_bytes); in StartAecDump()
|
/external/webrtc/media/base/ |
D | media_engine.h | 89 int64_t max_size_bytes) = 0;
|
D | fake_media_engine.cc | 559 int64_t max_size_bytes) { in StartAecDump() argument
|
D | fake_media_engine.h | 536 bool StartAecDump(webrtc::FileWrapper file, int64_t max_size_bytes) override;
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | PeerConnection.java | 1150 public boolean startRtcEventLog(int file_descriptor, int max_size_bytes) { in startRtcEventLog() argument 1151 return nativeStartRtcEventLog(file_descriptor, max_size_bytes); in startRtcEventLog() 1273 private native boolean nativeStartRtcEventLog(int file_descriptor, int max_size_bytes); in nativeStartRtcEventLog() argument
|
/external/llvm-project/llvm/include/llvm-c/ |
D | lto.h | 906 unsigned max_size_bytes);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | lto.h | 891 unsigned max_size_bytes);
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | peer_connection.cc | 772 int max_size_bytes) { in JNI_PeerConnection_StartRtcEventLog() argument 774 const size_t max_size = (max_size_bytes < 0) in JNI_PeerConnection_StartRtcEventLog() 776 : rtc::saturated_cast<size_t>(max_size_bytes); in JNI_PeerConnection_StartRtcEventLog()
|
/external/webrtc/media/engine/ |
D | webrtc_voice_engine.h | 80 bool StartAecDump(webrtc::FileWrapper file, int64_t max_size_bytes) override;
|
D | webrtc_voice_engine.cc | 629 int64_t max_size_bytes) { in StartAecDump() argument 640 return ap->CreateAndAttachAecDump(file.Release(), max_size_bytes, in StartAecDump()
|
/external/perfetto/protos/perfetto/metrics/ |
D | perfetto_merged_metrics.proto | 167 optional double max_size_bytes = 3; field 184 optional double max_size_bytes = 4; field 397 optional double max_size_bytes = 4; field
|
/external/webrtc/modules/audio_processing/ |
D | audio_processing_unittest.cc | 399 int max_size_bytes); 1355 int max_size_bytes) { in ProcessDebugDump() argument 1381 AecDumpFactory::Create(out_filename, max_size_bytes, &worker_queue); in ProcessDebugDump()
|