Home
last modified time | relevance | path

Searched refs:idatBox (Results 1 – 3 of 3) 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.cpp292 const std::shared_ptr<HeifIdatBox> &idatBox) in ReadToExtentData() argument
313 if (!idatBox) { in ReadToExtentData()
316 idatBox->ReadData(stream, extent.offset + item.baseOffset, extent.length, extent.data); in ReadToExtentData()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_data_box.h73 const std::shared_ptr<HeifIdatBox> &idatBox);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp400 std::shared_ptr<HeifIdatBox> idatBox = std::make_shared<HeifIdatBox>(); variable
402 ASSERT_EQ(heifIlocBox.ReadToExtentData(item, stream, idatBox), heif_error_eof);