Searched refs:JpegSegmentInfo (Results 1 – 4 of 4) sorted by relevance
/external/image_io/includes/image_io/jpeg/ |
D | jpeg_segment_info.h | 19 class JpegSegmentInfo { 25 JpegSegmentInfo(size_t image_index, const DataRange& data_range, in JpegSegmentInfo() function 30 JpegSegmentInfo() : image_index_(0) {} in JpegSegmentInfo() function 32 JpegSegmentInfo(const JpegSegmentInfo&) = default; 33 JpegSegmentInfo& operator=(const JpegSegmentInfo&) = default; 37 bool operator==(const JpegSegmentInfo& rhs) const { 44 bool operator!=(const JpegSegmentInfo& rhs) const {
|
D | jpeg_info.h | 25 const std::vector<JpegSegmentInfo>& GetSegmentInfos() const { in GetSegmentInfos() 32 JpegSegmentInfo GetSegmentInfo(size_t image_index, in GetSegmentInfo() 40 return JpegSegmentInfo(0, DataRange(), ""); in GetSegmentInfo() 104 void AddSegmentInfo(const JpegSegmentInfo& segment_info) { in AddSegmentInfo() 137 std::vector<JpegSegmentInfo> segment_infos_;
|
/external/image_io/src/jpeg/ |
D | jpeg_apple_depth_builder.cc | 104 JpegSegmentInfo jfif_segment_info = info.GetSegmentInfo(0, kJfif); in GetPrimaryImageData() 112 JpegSegmentInfo exif_info = info.GetSegmentInfo(0, kExif); in GetPrimaryImageData() 116 JpegSegmentInfo mpf_info = info.GetSegmentInfo(0, kMpf); in GetPrimaryImageData()
|
D | jpeg_info_builder.cc | 72 JpegSegmentInfo segment_info(image_count_ - 1, data_range, kJfif); in Process() 83 JpegSegmentInfo segment_info(image_count_ - 1, data_range, kMpf); in Process() 117 JpegSegmentInfo segment_info(image_count_ - 1, data_range, kExif); in Process()
|