Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp135 static inline void WriteInt24LE(uint8_t *p, uint32_t u) in WriteInt24LE() function
167 WriteInt24LE(ptr, (static_cast<uint32_t>(temp) >> INT24_SHIFT)); in ProcessOneFrame()