HomeSort by relevance Sort by last modified time
    Searched full:strip_offsets (Results 1 - 5 of 5) sorted by null

  /external/piex/src/
tiff_parser.cc 244 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[0]
    [all...]
  /device/google/marlin/camera/mm-image-codec/qexif/
qexif.h 186 STRIP_OFFSETS,
686 CONSTRUCT_TAGID(STRIP_OFFSETS, _ID_STRIP_OFFSETS)
    [all...]
  /device/huawei/angler/camera/mm-image-codec/qexif/
qexif.h 186 STRIP_OFFSETS,
686 CONSTRUCT_TAGID(STRIP_OFFSETS, _ID_STRIP_OFFSETS)
    [all...]
  /device/lge/bullhead/camera/mm-image-codec/qexif/
qexif.h 186 STRIP_OFFSETS,
686 CONSTRUCT_TAGID(STRIP_OFFSETS, _ID_STRIP_OFFSETS)
    [all...]
  /hardware/qcom/camera/msm8998/mm-image-codec/qexif/
qexif.h 186 STRIP_OFFSETS,
686 CONSTRUCT_TAGID(STRIP_OFFSETS, _ID_STRIP_OFFSETS)
    [all...]

Completed in 662 milliseconds