Home
last modified time | relevance | path

Searched refs:dumpSize (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/media_foundation/engine/foundation/utils/
H A Ddump_buffer.cpp99 void DumpBufferToLog(const char* desc, const std::shared_ptr<Plugin::Buffer>& buffer, uint64_t offset, size_t dumpSize) in DumpBufferToLog() argument
103 size_t realDumpSize = std::min(dumpSize, bufferSize); in DumpBufferToLog()
/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Ddump_buffer.h64 void DumpBufferToLog(const char* desc, const std::shared_ptr<Plugin::Buffer>& buffer, uint64_t offset, size_t dumpSize);
/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Ddump_buffer.h66 size_t dumpSize);
/foundation/resourceschedule/ffrt/src/queue/
H A Deventhandler_adapter_queue.cpp71 uint32_t dumpSize = MAX_DUMP_SIZE; in DumpUnexecutedTaskInfo() local
85 dumpSize--; in DumpUnexecutedTaskInfo()
95 if (dumpSize > 0) { in DumpUnexecutedTaskInfo()

Completed in 1 milliseconds