Searched defs:itemType (Results 1 - 9 of 9) sorted by relevance
/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 32 AvrcMeItem::AvrcMeItem(uint8_t itemType, uint64_t uid, uint8_t type, uint8_t playable, const std::string &name, in AvrcMeItem() argument
|
/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
|
/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
|
/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
|
/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
|
/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 425 auto itemType = static_cast<uint8_t>(payload); in DisassembleMpParameter() local 509 auto itemType = static_cast<uint8_t>(payload); in DisassembleMeParameter() local 581 DisassembleMeParameterAttributesAndValues(uint8_t *buffer, uint16_t offset, uint8_t itemType, std::vector<uint32_t> &attributes, std::vector<std::string> &values) DisassembleMeParameterAttributesAndValues() argument [all...] |
/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
|
/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
|
/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 425 const std::string& itemType = infe->GetItemType(); in ExtractGainmap() local 707 std::shared_ptr<HeifInfeBox> HeifParser::AddItem(const char *itemType, bool hidden) in AddItem() argument [all...] |
Completed in 7 milliseconds