Home
last modified time | relevance | path

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 Ditem_property_hvcc_box.cpp172 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 Ditem_property_hvcc_box.h95 int32_t GetWord(const std::vector<uint8_t>& nalu, int length);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp247 header->AppendItemConnectionId(connectId->GetWord()); in GetNextReqHeader()
380 header->AppendItemConnectionId(connectId->GetWord()); in GetContinueReqHeader()
H A Dobex_mp_server.cpp75 respHeader->AppendItemConnectionId(connectId->GetWord()); in HandlePutRequest()
H A Dobex_utils.cpp147 OBEX_LOG_INFO("WORD(dec):%{public}d", static_cast<const ObexOptionalWordHeader *>(&hi)->GetWord()); in ObexHeaderItemDebug()
H A Dobex_headers.cpp1125 uint32_t ObexOptionalWordHeader::GetWord() const in GetWord() function in OHOS::bluetooth::ObexOptionalWordHeader
1142 return std::make_unique<ObexOptionalWordHeader>(GetHeaderId(), GetWord()); in Clone()
H A Dobex_headers.h278 uint32_t GetWord() const;
H A Dobex_client.cpp179 obexClient_.clientSession_->SetConnectId(connectId->GetWord()); in HandleDataAvailableConnect()

Completed in 8 milliseconds