Home
last modified time | relevance | path

Searched refs:image_xmp_apple_depth_count_ (Results 1 – 2 of 2) sorted by relevance

/external/image_io/src/jpeg/
Djpeg_info_builder.cc46 image_xmp_apple_depth_count_.push_back(0); in Process()
97 ++image_xmp_apple_depth_count_[image_count_ - 1]; in Process()
135 for (size_t image = 1; image < image_xmp_apple_depth_count_.size(); in HasAppleDepth()
137 if (image_xmp_apple_depth_count_[image]) { in HasAppleDepth()
/external/image_io/includes/image_io/jpeg/
Djpeg_info_builder.h105 std::vector<int> image_xmp_apple_depth_count_; variable