Home
last modified time | relevance | path

Searched defs:microseconds (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/include/
Dpcap.h51 uint32_t microseconds = (time % 1s) / 1ms; in WriteRecordHeader() local
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Dutils.cc60 size_t FrameCount(uint64_t microseconds, uint32_t sample_rate) { in FrameCount()