Home
last modified time | relevance | path

Searched refs:BYTE_TO_KB_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_dump_pcm.cpp321 … dataLength / BYTE_TO_KB_SIZE, bufferLength / BYTE_TO_KB_SIZE, structLength / BYTE_TO_KB_SIZE); in PrintCurMemoryCondition()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_dump_pcm.h33 constexpr size_t BYTE_TO_KB_SIZE = 1024; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server_dump.cpp543 dumpString += "dataLength: " + std::to_string(dataLength / BYTE_TO_KB_SIZE) + " KB, " + in AudioCacheMemoryDump()
544 "bufferLength: " + std::to_string(bufferLength / BYTE_TO_KB_SIZE) + " KB, " + in AudioCacheMemoryDump()
545 "structLength: " + std::to_string(structLength / BYTE_TO_KB_SIZE) + " KB \n"; in AudioCacheMemoryDump()