Searched refs:image_xmp_apple_depth_count_ (Results 1 – 2 of 2) sorted by relevance
46 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()
105 std::vector<int> image_xmp_apple_depth_count_; variable