Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Draw_stream_data.h31 static constexpr int BYTE_TO_BIT = 8; variable
H A Draw_stream_data.cpp103 … ((static_cast<unsigned int>(num) >> static_cast<unsigned int>(BYTE_TO_BIT * i))) & INT_TO_BYTE); in InsertBufferLength()
H A Di_stream_socket.h87 static constexpr int BYTE_TO_BIT = 8; variable
H A Dvtp_stream_socket.cpp1022 … ((static_cast<unsigned int>(num) >> static_cast<unsigned int>(BYTE_TO_BIT * i))) & INT_TO_BYTE); in InsertBufferLength()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp32 constexpr double BYTE_TO_BIT = 8.0; variable
650 static_cast<uint32_t>(static_cast<double>(curBitrate) / BYTE_TO_BIT * BUFFER_LOW_LIMIT); in GetNextBitrate()
H A Ddash_segment_downloader.cpp36 constexpr uint32_t BYTE_TO_BIT = 8; variable
900 uint32_t writeBits = len * BYTE_TO_BIT; in OnWriteRingBuffer()