/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/ |
H A D | item_data_box.cpp | 108 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 D | item_property_basic_box.cpp | 36 return heif_error_ok; in Write() 63 return heif_error_ok; in Write() 82 return heif_error_ok; in Write()
|
H A D | item_property_color_box.cpp | 59 return heif_error_ok; in Write() 65 return heif_error_ok; in Write() 79 return heif_error_ok; in Write()
|
H A D | heif_box.cpp | 107 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 D | item_property_transform_box.cpp | 34 return heif_error_ok; in Write() 52 return heif_error_ok; in Write()
|
H A D | item_info_box.cpp | 30 return heif_error_ok; in ParseContentChildren() 138 return heif_error_ok; in Write() 165 return heif_error_ok; in Write()
|
H A D | basic_box.cpp | 45 return heif_error_ok; in Write() 82 return heif_error_ok; in Write()
|
H A D | item_property_display_box.cpp | 58 return heif_error_ok; in Write() 76 return heif_error_ok; in Write()
|
H A D | item_ref_box.cpp | 51 if (err != heif_error_ok) { in ParseContent() 105 return heif_error_ok; in Write()
|
H A D | item_property_aux_box.cpp | 40 return heif_error_ok; in Write()
|
H A D | item_property_box.cpp | 63 return heif_error_ok; in GetProperties() 197 return heif_error_ok; in Write()
|
H A D | item_property_hvcc_box.cpp | 169 return heif_error_ok; in Write()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | heif_parser_box_test.cpp | 67 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 D | heif_exif_metadata_accessor.cpp | 47 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 D | heif_parser.cpp | 61 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 D | heif_error.h | 22 heif_error_ok = 0, enumerator
|
H A D | heif_stream.h | 101 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 D | HeifDecoderImpl.cpp | 276 if (parser_ == nullptr || err != heif_error_ok) { in init()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 2249 if (parseRet != heif_error_ok) { in HeapMemAlloc()
|