Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/protocol/
H A Dtlv_protocol.cpp41 WifiDirectUtils::IntToBytes(size, format_.lengthSize, lengthVector); in Write()
49 if (data_.size() - readPos_ < format_.tagSize + format_.lengthSize) { in Read()
55 size = WifiDirectUtils::BytesToInt(data_.data() + readPos_, format_.lengthSize); in Read()
56 readPos_ += format_.lengthSize; in Read()
H A Dwifi_direct_protocol.h25 uint32_t lengthSize; member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_data_box.cpp27 …::ParseExtents(Item& item, HeifStreamReader &reader, int indexSize, int offsetSize, int lengthSize) in ParseExtents() argument
52 if (lengthSize == UINT32_BYTES_NUM) { in ParseExtents()
54 } else if (lengthSize == UINT64_BYTES_NUM) { in ParseExtents()
68 int lengthSize = (values4 >> ONE_BYTE_SHIFT) & 0xF; in ParseContent() local
92 ParseExtents(item, reader, indexSize, offsetSize, lengthSize); in ParseContent()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_data_box.h86 … ParseExtents(Item& item, HeifStreamReader &reader, int indexSize, int offsetSize, int lengthSize);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp224 size_t lengthSize = 12 * sizeof(float); in SetInputAndOutput() local
225 size_t *length = &lengthSize; in SetInputAndOutput()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp225 size_t lengthSize = 12 * sizeof(float); in SetInputAndOutput() local
226 size_t *length = &lengthSize; in SetInputAndOutput()