Searched refs:GetWord (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/ |
H A D | item_property_hvcc_box.cpp | 172 int32_t HeifHvccBox::GetWord(const std::vector<uint8_t>& nalu, int length) in GetWord() function in OHOS::ImagePlugin::HeifHvccBox 195 return GetWord(nalu, zeros) + ((BIT_SHIFT << zeros) - BIT_SHIFT); in GetGolombCode() 203 GetWord(nalUnits, READ_BIT_NUM_FLAG); in GetNaluTypeId() 204 spsConfig_.nalUnitType = GetWord(nalUnits, NALU_TYPE_ID_SIZE); in GetNaluTypeId() 246 GetWord(nalUnits, READ_BIT_NUM_FLAG); // general_profile_idc in ProfileTierLevel() 249 int32_t flag = GetWord(nalUnits, READ_BIT_NUM_FLAG); in ProfileTierLevel() 252 GetWord(nalUnits, READ_BYTE_NUM_FLAG); in ProfileTierLevel() 253 GetWord(nalUnits, READ_BYTE_NUM_FLAG); in ProfileTierLevel() 254 GetWord(nalUnits, READ_GENERAL_PROFILE_IDC_NUM); in ProfileTierLevel() 256 GetWord(nalUnit in ProfileTierLevel() [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/ |
H A D | item_property_hvcc_box.h | 95 int32_t GetWord(const std::vector<uint8_t>& nalu, int length);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_session.cpp | 247 header->AppendItemConnectionId(connectId->GetWord()); in GetNextReqHeader() 380 header->AppendItemConnectionId(connectId->GetWord()); in GetContinueReqHeader()
|
H A D | obex_mp_server.cpp | 75 respHeader->AppendItemConnectionId(connectId->GetWord()); in HandlePutRequest()
|
H A D | obex_utils.cpp | 147 OBEX_LOG_INFO("WORD(dec):%{public}d", static_cast<const ObexOptionalWordHeader *>(&hi)->GetWord()); in ObexHeaderItemDebug()
|
H A D | obex_headers.cpp | 1125 uint32_t ObexOptionalWordHeader::GetWord() const in GetWord() function in OHOS::bluetooth::ObexOptionalWordHeader 1142 return std::make_unique<ObexOptionalWordHeader>(GetHeaderId(), GetWord()); in Clone()
|
H A D | obex_headers.h | 278 uint32_t GetWord() const;
|
H A D | obex_client.cpp | 179 obexClient_.clientSession_->SetConnectId(connectId->GetWord()); in HandleDataAvailableConnect()
|
Completed in 8 milliseconds