Searched defs:strip_offsets (Results 1 - 1 of 1) sorted by relevance

/external/piex/src/
H A Dtiff_parser.cc244 const std::vector<std::uint32_t>& strip_offsets,
246 if (strip_offsets.size() != strip_byte_counts.size() ||
247 strip_offsets.empty()) {
251 for (size_t i = 0; i < strip_offsets.size() - 1; ++i) {
252 if (strip_offsets[i] + strip_byte_counts[i] != strip_offsets[i + 1]) {
379 std::vector<std::uint32_t> strip_offsets; local
381 if (!tiff_directory.Get(kTiffTagStripOffsets, &strip_offsets) ||
387 if (!OffsetsAreConsecutive(strip_offsets, strip_byte_counts) ||
412 offset = strip_offsets[
243 OffsetsAreConsecutive( const std::vector<std::uint32_t>& strip_offsets, const std::vector<std::uint32_t>& strip_byte_counts) argument
[all...]

Completed in 27 milliseconds