HomeSort by relevance Sort by last modified time
    Searched refs:kExifTagHeight (Results 1 - 3 of 3) sorted by null

  /external/piex/src/
tiff_parser.h 53 kExifTagHeight = 0xA003,
piex.cc 383 const TagSet extended_tags = {kExifTagHeight, kExifTagWidth,
399 const TagSet extended_tags = {kExifTagHeight, kExifTagWidth,
617 const TagSet extended_tags = {kExifTagWidth, kExifTagHeight,
tiff_parser.cc 564 tiff_directory.Has(kExifTagHeight)) {
566 !tiff_directory.Get(kExifTagHeight, height)) {

Completed in 3362 milliseconds