Home
last modified time | relevance | path

Searched refs:heif_error_ok (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_data_box.cpp108 return heif_error_ok; in GetIlocDataLength()
135 return heif_error_ok; in ReadData()
162 return heif_error_ok; in AppendData()
193 return heif_error_ok; in UpdateData()
258 return heif_error_ok; in Write()
288 return heif_error_ok; in WriteMdatBox()
320 return heif_error_ok; in ReadToExtentData()
375 return heif_error_ok; in Write()
384 return heif_error_ok; in Write()
406 return heif_error_ok; in ReadData()
H A Ditem_property_basic_box.cpp36 return heif_error_ok; in Write()
63 return heif_error_ok; in Write()
82 return heif_error_ok; in Write()
H A Ditem_property_color_box.cpp59 return heif_error_ok; in Write()
65 return heif_error_ok; in Write()
79 return heif_error_ok; in Write()
H A Dheif_box.cpp107 return heif_error_ok; in WriteHeader()
142 return heif_error_ok; in WriteHeader()
247 return heif_error_ok; in Write()
264 if (error != heif_error_ok) { in ReadChildren()
280 return heif_error_ok; in WriteChildren()
H A Ditem_property_transform_box.cpp34 return heif_error_ok; in Write()
52 return heif_error_ok; in Write()
H A Ditem_info_box.cpp30 return heif_error_ok; in ParseContentChildren()
138 return heif_error_ok; in Write()
165 return heif_error_ok; in Write()
H A Dbasic_box.cpp45 return heif_error_ok; in Write()
82 return heif_error_ok; in Write()
H A Ditem_property_display_box.cpp58 return heif_error_ok; in Write()
76 return heif_error_ok; in Write()
H A Ditem_ref_box.cpp51 if (err != heif_error_ok) { in ParseContent()
105 return heif_error_ok; in Write()
H A Ditem_property_aux_box.cpp40 return heif_error_ok; in Write()
H A Ditem_property_box.cpp63 return heif_error_ok; in GetProperties()
197 return heif_error_ok; in Write()
H A Ditem_property_hvcc_box.cpp169 return heif_error_ok; in Write()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp67 ASSERT_EQ(ret, heif_error_ok);
82 ASSERT_EQ(ret, heif_error_ok);
268 ASSERT_EQ(heifIinfBox.ParseContent(reader), heif_error_ok);
304 ASSERT_EQ(heifInfeBox.Write(write), heif_error_ok);
308 ASSERT_EQ(heifInfeBox.Write(write), heif_error_ok);
310 ASSERT_EQ(heifInfeBox.Write(write), heif_error_ok);
313 ASSERT_EQ(heifPtimBox.Write(write), heif_error_ok);
381 ASSERT_EQ(heifIlocBox.UpdateData(itemId, data, constructionMethod), heif_error_ok);
418 ASSERT_EQ(heifIdatBox.Write(writer), heif_error_ok);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dheif_exif_metadata_accessor.cpp47 if (parseRet != heif_error_ok) { in Read()
118 if (parseRet != heif_error_ok) { in WriteMetadata()
128 != heif_error::heif_error_ok) { in WriteMetadata()
134 != heif_error::heif_error_ok) { in WriteMetadata()
187 if (parser->GetItemData(exifItemId, &item) != heif_error::heif_error_ok) { in GetExifItemData()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp61 if (errorBox != heif_error_ok) { in MakeFromStream()
66 if (errorImage != heif_error_ok) { in MakeFromStream()
106 if (error != heif_error_ok) { in AssembleBoxes()
171 return heif_error_ok; in AssembleBoxes()
272 error = heif_error_ok; in GetItemData()
368 return heif_error_ok; in AssembleImages()
378 if (err != heif_error_ok || extendInfo.empty()) { in ExtractIT35Metadata()
681 if (err != heif_error_ok) { in ExtractMetadata()
783 return heif_error_ok; in AppendHvccNalData()
793 return heif_error_ok; in SetHvccConfig()
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_error.h22 heif_error_ok = 0, enumerator
H A Dheif_stream.h101 return hasError_ ? heif_error_eof : heif_error_ok; in GetError()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp276 if (parser_ == nullptr || err != heif_error_ok) { in init()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp2249 if (parseRet != heif_error_ok) { in HeapMemAlloc()