Lines Matching refs:format
57 switch(format())
83 if((format() == EXIF_FORMAT_ASCII) || (components()==1))
110 + index * exif_format_get_size(format());
113 switch(format())
116 *data= extractComponent<ExifByte>(index, value, "invalid assignment to data: could not convert value to byte format");
119 exif_set_short(data, bo, extractComponent<ExifShort>(index, value, "invalid assignment to data: could not convert value to short format"));
122 exif_set_long(data, bo, extractComponent<ExifLong>(index, value, "invalid assignment to data: could not convert value to long format"));
125 exif_set_slong(data, bo, extractComponent<ExifSLong>(index, value, "invalid assignment to data: could not convert value to signed long format"));
128 exif_set_rational(data, bo, extractComponent<ExifRational>(index, value, "invalid assignment to data: could not convert value to rational format (2-tuple expected)"));
131 exif_set_srational(data, bo, extractComponent<ExifSRational>(index, value, "invalid assignment to data: could not convert value to signed rational format (2-tuple expected)"));
142 if(format() == EXIF_FORMAT_ASCII)
153 exif_format_get_size(format()) * entry_->components;
161 "invalid assignment to data of ASCII format entry: string expected");
498 .add_property("format", &Exif::Entry::format)