Searched defs:entryCount (Results 1 – 5 of 5) sorted by relevance
44 void GenerateEntry(int entryCount, int startPosition, Entry &entryTest) in GenerateEntry()53 void GenerateEntryVector(int entryVectorCount, int entryCount, std::vector<Entry> &entrysTest) in GenerateEntryVector()
28 uint32_t entryCount = (boxVersion == HEIF_BOX_VERSION_ZERO) ? reader.Read16() : reader.Read32(); in ParseContentChildren() local
269 uint32_t entryCount = *reinterpret_cast<const uint32_t*>(ptr + sizeof(uint32_t)); in ParseCtts() local306 uint32_t entryCount = *reinterpret_cast<const uint32_t*>(ptr + sizeof(uint32_t)); in ParseStts() local
1606 int16_t entryCount = ReadShort(); in GetDataRangeFromIFD() local
1635 int16_t entryCount = byteOrderedBuffer.ReadShort(); variable