Searched refs:BOX_TYPE_IDAT (Results 1 – 4 of 4) sorted by relevance
45 static const uint32_t BOX_TYPE_IDAT = fourcc_to_code("idat"); variable
246 if (boxType_ == BOX_TYPE_MDAT || boxType_ == BOX_TYPE_IDAT) { in Write()
227 writer.Write32(BOX_TYPE_IDAT); in Write()
165 idatBox_ = metaBox_->GetChild<HeifIdatBox>(BOX_TYPE_IDAT); in AssembleBoxes()