Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/utils/
H A Ddump_buffer.cpp99 …(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()
/ohos5.0/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()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Ddump_buffer.h64 …const char* desc, const std::shared_ptr<Plugin::Buffer>& buffer, uint64_t offset, size_t dumpSize);
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Ddump_buffer.h66 size_t dumpSize);