Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.h145 constexpr uint32_t bits = 32u; in ExtractPid() local
151 constexpr uint32_t bits = 30u; in GetMockPid() local
163 constexpr uint32_t bits = 32u; in ComposeNodeId() local
174 constexpr uint32_t bits = 31u; in ComposeDataId() local
185 constexpr uint32_t bits = 62u; in PatchNodeId() local
191 constexpr uint32_t bits = 62u; in IsNodeIdPatched() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dbase64_decode.h53 uint32_t bits = static_cast<uint32_t>(Detail::FromBase64((uint8_t)(*src++))) << (3u * 6u); in BASE_BEGIN_NAMESPACE() local
63 auto bits = FromBase64(src); in BASE_BEGIN_NAMESPACE() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dbit_field.h127 constexpr bool IsSet(const EnumType& bits) const noexcept in IsSet()
131 constexpr void Set(const EnumType& bits) in Set()
135 constexpr void Clear(const EnumType& bits) in Clear()
222 auto bits = ~empty; in SetSubBits() local
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/
H A Dmipi_tx_reg.h28 } bits; member
41 } bits; member
53 } bits; member
67 } bits; member
81 } bits; member
97 } bits; member
109 } bits; member
121 } bits; member
147 } bits; member
159 } bits; member
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Dbit_reader.h48 bool ReadBits(uint8_t bits, T& val) in ReadBits()
78 bool PeekBits(uint8_t bits, T& val) in PeekBits()
H A Dbit_reader.cpp52 void BitReader::SkipBits(size_t bits) in SkipBits()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_jpeg_huff_table_v10.md28 ### bits subsection
H A D_codec_jpeg_huff_table_v20.md28 ### bits subsection
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_scdc.h75 } bits; member
99 } bits; member
111 } bits; member
127 } bits; member
141 } bits; member
158 } bits; member
192 } bits; member
212 } bits; member
224 } bits; member
237 } bits; member
[all …]
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/inc/
H A Dcertificate_openssl_class.h35 uint32_t bits; member
44 uint32_t bits; member
/ohos5.0/drivers/hdf_core/framework/core/sec/include/
H A Dhdf_sec.h35 #define HDF_DECLARE_BITMAP(name, bits) \ argument
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_pl011_sample.c11 void UartPl011SetLcrBits(struct UartRegisterMap *regMap, uint32_t bits) in UartPl011SetLcrBits()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_class.h59 uint32_t bits; member
68 uint32_t bits; member
152 uint32_t bits; member
161 uint32_t bits; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_math.h26 static inline int32_t ASR(int32_t val, int bits) in ASR()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Daddress_utils.cpp127 int bits = 0; in NetworkBits() local
141 uint32_t bits = 0; in HostBits() local
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_caps.h75 } bits; member
95 } bits; member
/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_rsa_verify.c39 #define bit2byte(bits) ((bits) >> 3) argument
44 #define bit2byte_align(bits) bit2byte(bit_align(bits, 3)) argument
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_common.c43 int32_t bits; // keyLen member
99 int32_t bits; member
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp163 std::bitset<GSM_BIT> bits(0); in Gsm7Decode() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/include/
H A Dpixel_map_utils.h123 static uint8_t RGB565To32(uint8_t channel, uint8_t bits) in RGB565To32()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_aes_encrypt.c100 int32_t bits = 0; in OpensslAesCfbEncrypt() local
/ohos5.0/drivers/peripheral/codec/image/vdi/
H A Dcodec_jpeg_vdi.h54 std::vector<uint8_t> bits; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp409 int bits[VALUE_OF_TWO][VALUE8]; in UnpackFrameStream() local
581 int bits[VALUE_OF_TWO][VALUE8] = {}; in PackFrameInternal() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp56 …const SampleCountFlagBits bits[] = { CORE_SAMPLE_COUNT_1_BIT, CORE_SAMPLE_COUNT_2_BIT, CORE_SAMPLE… in SamplesToSampleCountFlags() local
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dspi_test.c168 static int32_t SpiCmpMemByBits(uint8_t *wbuf, uint8_t *rbuf, uint32_t len, uint8_t bits) in SpiCmpMemByBits()

12