Home
last modified time | relevance | path

Searched refs:heif_error_item_data_not_found (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_error.h37 heif_error_item_data_not_found = 15, enumerator
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp231 return heif_error_item_data_not_found; in GetGridLength()
257 return heif_error_item_data_not_found; in GetItemData()
267 return heif_error_item_data_not_found; in GetItemData()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_test.cpp313 ASSERT_EQ(ret, heif_error_item_data_not_found);