HomeSort by relevance Sort by last modified time
    Searched refs:RATIONAL (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/img_utils/include/img_utils/
TagDefinitions.h 250 RATIONAL,
266 RATIONAL,
274 RATIONAL,
306 RATIONAL,
322 RATIONAL,
330 RATIONAL,
648 RATIONAL,
656 RATIONAL,
766 RATIONAL,
774 RATIONAL,
    [all...]
TiffHelpers.h 72 RATIONAL,
116 case RATIONAL:
TiffEntryImpl.h 67 count = (type == RATIONAL || type == SRATIONAL) ? count * 2 : count;
105 if (getType() == RATIONAL || getType() == SRATIONAL) {
106 // 2 ints stored for each rational, multiply by 2
135 if (getType() == RATIONAL || getType() == SRATIONAL) {
138 * rational is represented by 2 ints. To recover the
161 if (getType() == RATIONAL || getType() == SRATIONAL) {
164 * rational is represented by 2 ints. To recover the
  /frameworks/av/media/img_utils/src/
TiffEntry.cpp 88 if (type == LONG || type == RATIONAL) {
169 case RATIONAL: {

Completed in 1818 milliseconds