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 262 RATIONAL,
278 RATIONAL,
286 RATIONAL,
318 RATIONAL,
334 RATIONAL,
342 RATIONAL,
660 RATIONAL,
668 RATIONAL,
746 RATIONAL,
778 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 74 milliseconds