Searched refs:heif_error_eof (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/ |
H A D | heif_box.cpp | 44 return heif_error_eof; in ParseHeader() 54 return heif_error_eof; in ParseHeader() 62 return heif_error_eof; in ParseHeader() 229 return heif_error_eof; in MakeFromReader()
|
H A D | item_property_color_box.cpp | 30 return heif_error_eof; in ParseContent() 38 return heif_error_eof; in ParseContent()
|
H A D | item_data_box.cpp | 301 return heif_error_eof; in ReadToExtentData() 305 return heif_error_eof; in ReadToExtentData() 310 return heif_error_eof; in ReadToExtentData() 392 return heif_error_eof; in ReadData() 394 return heif_error_eof; in ReadData()
|
H A D | item_property_basic_box.cpp | 44 return heif_error_eof; in ParseContent()
|
H A D | item_property_hvcc_box.cpp | 57 return heif_error_eof; in ParseNalUnitArray()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/ |
H A D | heif_error.h | 23 heif_error_eof = 1, enumerator
|
H A D | heif_stream.h | 101 return hasError_ ? heif_error_eof : heif_error_ok; in GetError()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | heif_parser_box_test.cpp | 402 ASSERT_EQ(heifIlocBox.ReadToExtentData(item, stream, idatBox), heif_error_eof); 434 ASSERT_EQ(heifIdatBox.ReadData(stream, 16, 0, outData), heif_error_eof); 435 ASSERT_EQ(heifIdatBox.ReadData(stream, 0, 16, outData), heif_error_eof);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/ |
H A D | heif_parser.cpp | 103 if (reader.IsAtEnd() || error == heif_error_eof) { in AssembleBoxes()
|