Searched defs:entryCount (Results 1 – 4 of 4) 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()
24 uint32_t entryCount = (boxVersion == HEIF_BOX_VERSION_ZERO) ? reader.Read16() : reader.Read32(); in ParseContent() local
1604 int16_t entryCount = ReadShort(); in GetDataRangeFromIFD() local
1635 int16_t entryCount = byteOrderedBuffer.ReadShort(); variable