Home
last modified time | relevance | path

Searched refs:itemType (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Davrcp_media.cpp22 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 Davrcp_media.h35 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 Ditem_info_box.cpp61 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 Davrcp_ct_browse.cpp389 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 Davrcp_ct_browse.h596 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 Dheif_parser.cpp315 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 Ditem_info_box.h38 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 Dindexer_component.cpp122 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 Dindexer_component.h295 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 Dheif_type.h102 std::string itemType; member
H A Dheif_parser.h161 std::shared_ptr<HeifInfeBox> AddItem(const char *itemType, bool hidden = false);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/
H A Dimage_heif_impl_fuzzer.cpp225 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 Dheif_exif_metadata_accessor.cpp205 if (meta->itemType == EXIF_ID) { in GetExifItemIdByHeifParser()
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_component.cpp198 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 Dindexer_component.h139 void BuildTextItem(const std::u16string& strSection, const std::u16string& strLabel, int32_t itemType = 0);

Completed in 10 milliseconds