Searched refs:atom_count (Results 1 – 1 of 1) sorted by relevance
216 const uint32_t atom_count = data.GetU32(&offset); in Read() local217 if (atom_count == 0x00060003u) { in Read()226 for (uint32_t i = 0; i < atom_count; ++i) { in Read()