Searched refs:ReadToExtentData (Results 1 – 4 of 4) sorted by relevance
72 heif_error ReadToExtentData(Item &item, const std::shared_ptr<HeifInputStream> &stream,
402 ASSERT_EQ(heifIlocBox.ReadToExtentData(item, stream, idatBox), heif_error_eof);
291 heif_error HeifIlocBox::ReadToExtentData(Item &item, const std::shared_ptr<HeifInputStream> &stream, in ReadToExtentData() function in OHOS::ImagePlugin::HeifIlocBox
839 ilocBox_->ReadToExtentData(const_cast<HeifIlocBox::Item &>(item), inputStream_, idatBox_); in CheckExtentData()