/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | avrcp_media.cpp | 22 AvrcMpItem::AvrcMpItem(uint8_t itemType, uint16_t playerId, uint8_t majorType, uint32_t subType, uint8_t playStatus, in AvrcMpItem() argument 24 : itemType_(itemType), in AvrcMpItem() 32 AvrcMeItem::AvrcMeItem(uint8_t itemType, uint64_t uid, uint8_t type, uint8_t playable, const std::string &name, in AvrcMeItem() argument 34 : itemType_(itemType), in AvrcMeItem()
|
H A D | avrcp_media.h | 35 AvrcMpItem(uint8_t itemType, uint16_t playerId, uint8_t majorType, uint32_t subType, uint8_t playStatus, 59 AvrcMeItem(uint8_t itemType, uint64_t uid, uint8_t type, uint8_t playable, const std::string &name,
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/ |
H A D | item_info_box.cpp | 61 uint32_t itemType = reader.Read32(); in ParseContent() local 62 if (itemType != 0) { in ParseContent() 63 itemType_ = code_to_fourcc(itemType); in ParseContent() 66 if (itemType == ITEM_TYPE_MIME) { in ParseContent() 69 } else if (itemType == ITEM_TYPE_URI) { in ParseContent()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_browse.cpp | 389 uint8_t itemType = AVRC_MEDIA_TYPE_INVALID; in DisassemblePacket() local 392 itemType = static_cast<uint8_t>(payload); in DisassemblePacket() 393 switch (itemType) { in DisassemblePacket() 425 auto itemType = static_cast<uint8_t>(payload); in DisassembleMpParameter() local 426 HILOGI("itemType: %{public}x", itemType); in DisassembleMpParameter() 466 AvrcMpItem mpItem(itemType, playerId, majorType, subType, playStatus, features, name); in DisassembleMpParameter() 509 auto itemType = static_cast<uint8_t>(payload); in DisassembleMeParameter() local 510 HILOGI("itemType: %{public}x", itemType); in DisassembleMeParameter() 581 DisassembleMeParameterAttributesAndValues(uint8_t *buffer, uint16_t offset, uint8_t itemType, std::vector<uint32_t> &attributes, std::vector<std::string> &values) DisassembleMeParameterAttributesAndValues() argument [all...] |
H A D | avrcp_ct_browse.h | 596 uint16_t DisassembleMeParameterAttributesAndValues(uint8_t *buffer, uint16_t offset, uint8_t itemType,
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/ |
H A D | heif_parser.cpp | 315 const std::string& itemType = infe->GetItemType(); in AssembleImages() local 316 if (INFE_ITEM_TYPE.find(itemType) == INFE_ITEM_TYPE.end()) { in AssembleImages() 320 if (itemType == "tmap") { in AssembleImages() 425 const std::string& itemType = infe->GetItemType(); in ExtractGainmap() local 426 if (itemType == "it35") { in ExtractGainmap() 429 if (itemType == "tmap") { in ExtractGainmap() 651 metadata->itemType = GetItemType(metadataItemId); in ExtractMetadata() 707 std::shared_ptr<HeifInfeBox> HeifParser::AddItem(const char *itemType, bool hidden) in AddItem() argument 710 auto newInfe = std::make_shared<HeifInfeBox>(newItemId, itemType, false); in AddItem() 924 if (metadata && metadata->itemType in SetTiffOffset() [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/ |
H A D | item_info_box.h | 38 HeifInfeBox(heif_item_id id, const char *itemType, bool isHidden) : HeifFullBox(BOX_TYPE_INFE), in HeifInfeBox() argument 39 itemId_(id), itemType_(itemType), in HeifInfeBox()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | indexer_component.cpp | 122 void IndexerComponent::BuildTextItem(const std::u16string& strSection, const std::u16string& strLabel, int32_t itemType) in BuildTextItem() argument 129 textItem->SetItemType(itemType); in BuildTextItem()
|
H A D | indexer_component.h | 295 void BuildTextItem(const std::u16string& strSection, const std::u16string& strLabel, int32_t itemType = 0);
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/ |
H A D | heif_type.h | 102 std::string itemType; member
|
H A D | heif_parser.h | 161 std::shared_ptr<HeifInfeBox> AddItem(const char *itemType, bool hidden = false);
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/ |
H A D | image_heif_impl_fuzzer.cpp | 225 const char *itemType = "abc"; in HeifImplFuzzTest001() local 229 std::shared_ptr<HeifInfeBox> heifinfebox = heifparse.AddItem(itemType, flag); in HeifImplFuzzTest001()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | heif_exif_metadata_accessor.cpp | 205 if (meta->itemType == EXIF_ID) { in GetExifItemIdByHeifParser()
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_component.cpp | 198 void IndexerComponent::BuildTextItem(const std::u16string& strSection, const std::u16string& strLabel, int32_t itemType) in BuildTextItem() argument 205 textItem->SetItemType(itemType); in BuildTextItem()
|
H A D | indexer_component.h | 139 void BuildTextItem(const std::u16string& strSection, const std::u16string& strLabel, int32_t itemType = 0);
|