Home
last modified time | relevance | path

Searched refs:MakeFromReader (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 Dheif_box.cpp211 heif_error HeifBox::MakeFromReader(HeifStreamReader &reader, in MakeFromReader() function in OHOS::ImagePlugin::HeifBox
263 heif_error error = HeifBox::MakeFromReader(reader, &box, recursionCount); in ReadChildren()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Dheif_box.h34 static heif_error MakeFromReader(HeifStreamReader &reader,
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp102 heif_error error = HeifBox::MakeFromReader(reader, &box, recursionCount); in AssembleBoxes()