Home
last modified time | relevance | path

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

/external/image_io/src/jpeg/
Djpeg_info_builder.cc45 image_mpf_count_.push_back(0); in Process()
81 ++image_mpf_count_[image_count_ - 1]; in Process()
134 if (image_count_ > 1 && image_mpf_count_[0]) { in HasAppleDepth()
146 if (image_count_ > 1 && image_mpf_count_[0]) { in HasAppleMatte()
/external/image_io/includes/image_io/jpeg/
Djpeg_info_builder.h100 std::vector<int> image_mpf_count_; variable