Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp171 std::string HeifParser::GetItemType(heif_item_id itemId) const in GetItemType() function in OHOS::ImagePlugin::HeifParser
177 return infe_box->GetItemType(); in GetItemType()
221 std::string item_type = infe_box->GetItemType(); in GetItemData()
258 if (!infe || infe->GetItemType() != "grid") { in GetTileImages()
276 if (!infe || infe->GetItemType() != "iden") { in GetIdenImage()
315 const std::string& itemType = infe->GetItemType(); in AssembleImages()
347 if (GetItemType(metadataItemId) != "it35") { in ExtractIT35Metadata()
360 if (GetItemType(itemId) != "tmap") { in ExtractISOMetadata()
425 const std::string& itemType = infe->GetItemType(); in ExtractGainmap()
492 if (!infe || (infe->GetItemType() ! in ExtractDerivedImageProperties()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_element.h35 std::string GetItemType() const in GetItemType() function in OHOS::Ace::ListItemElement
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.h131 int32_t GetItemType() const in GetItemType() function in OHOS::Ace::V2::IndexerItemComponent
H A Drender_indexer_item.h41 int32_t GetItemType() const in GetItemType() function in OHOS::Ace::V2::RenderIndexerItem
H A Drender_indexer_item.cpp41 itemType_ = itemComponent->GetItemType(); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.h158 int32_t GetItemType() const in GetItemType() function in OHOS::Ace::IndexerItemComponent
H A Drender_indexer_item.h45 int32_t GetItemType() const in GetItemType() function in OHOS::Ace::RenderIndexerItem
H A Drender_indexer_item.cpp49 itemType_ = itemComponent->GetItemType(); in Update()
H A Drender_indexer_circle.cpp235 return indexerItem->GetItemType() != curItemType_; in NeedChangeIndexer()
949 if (indexerItem && (indexerItem->GetItemType() == curItemType_ || indexerItem->IsItemPrimary())) { in NeedProcess()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_info_box.h50 const std::string &GetItemType() const { return itemType_; } in GetItemType() function in OHOS::ImagePlugin::HeifInfeBox
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp366 if (info->mIccData.empty() && !info->hasNclxColor && (parser_->GetItemType(image->GetItemId())== "grid")) { in InitFrameInfo()
417 std::string imageType = parser_->GetItemType(image->GetItemId()); in GetTileSize()
561 parser_->GetItemType(auxiliaryImage_->GetItemId()) == "mime") { in decodeAuxiliaryMap()
611 std::string imageType = parser_->GetItemType(image->GetItemId()); in HwDecodeImage()
792 std::string imageType = parser_->GetItemType(image->GetItemId()); in SwDecodeImage()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_parser.h63 std::string GetItemType(heif_item_id itemId) const;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_test.cpp263 std::string ret = heifParser.GetItemType(itemId); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.h485 const ObexOptionalStringHeader *GetItemType() const;
H A Dobex_headers.cpp718 const ObexOptionalStringHeader *ObexHeader::GetItemType() const in GetItemType() function in OHOS::bluetooth::ObexHeader

Completed in 15 milliseconds