Searched refs:idatBox (Results 1 – 3 of 3) sorted by relevance
292 const std::shared_ptr<HeifIdatBox> &idatBox) in ReadToExtentData() argument313 if (!idatBox) { in ReadToExtentData()316 idatBox->ReadData(stream, extent.offset + item.baseOffset, extent.length, extent.data); in ReadToExtentData()
73 const std::shared_ptr<HeifIdatBox> &idatBox);
400 std::shared_ptr<HeifIdatBox> idatBox = std::make_shared<HeifIdatBox>(); variable402 ASSERT_EQ(heifIlocBox.ReadToExtentData(item, stream, idatBox), heif_error_eof);