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

  /frameworks/av/media/img_utils/include/img_utils/
TiffHelpers.h 77 SRATIONAL,
117 case SRATIONAL:
TagDefinitions.h 742 SRATIONAL,
750 SRATIONAL,
814 SRATIONAL,
822 SRATIONAL,
830 SRATIONAL,
838 SRATIONAL,
846 SRATIONAL,
854 SRATIONAL,
886 SRATIONAL,
1030 SRATIONAL,
    [all...]
TiffEntryImpl.h 67 count = (type == RATIONAL || type == SRATIONAL) ? count * 2 : count;
105 if (getType() == RATIONAL || getType() == SRATIONAL) {
135 if (getType() == RATIONAL || getType() == SRATIONAL) {
161 if (getType() == RATIONAL || getType() == SRATIONAL) {
  /frameworks/av/media/img_utils/src/
TiffEntry.cpp 98 if (type == SLONG || type == SRATIONAL) {
198 case SRATIONAL: {

Completed in 523 milliseconds