Home
last modified time | relevance | path

Searched refs:RATIONAL (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/img_utils/include/img_utils/
H A DTagDefinitions.h262 RATIONAL,
278 RATIONAL,
286 RATIONAL,
318 RATIONAL,
334 RATIONAL,
342 RATIONAL,
660 RATIONAL,
668 RATIONAL,
746 RATIONAL,
778 RATIONAL,
[all …]
H A DTiffEntryImpl.h67 count = (type == RATIONAL || type == SRATIONAL) ? count * 2 : count; in TiffEntryImpl()
105 if (getType() == RATIONAL || getType() == SRATIONAL) { in getActualSize()
135 if (getType() == RATIONAL || getType() == SRATIONAL) { in writeTagInfo()
161 if (getType() == RATIONAL || getType() == SRATIONAL) { in writeData()
H A DTiffHelpers.h72 RATIONAL, enumerator
116 case RATIONAL: in getTypeSize()
/aosp12/frameworks/av/media/img_utils/src/
H A DTiffEntry.cpp88 if (type == LONG || type == RATIONAL) {
169 case RATIONAL: { in toString()
/aosp12/frameworks/hardware/interfaces/cameraservice/common/2.0/
H A Dtypes.hal121 RATIONAL = 5
/aosp12/hardware/interfaces/camera/common/1.0/
H A Dtypes.hal97 RATIONAL = 5
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_utils.cc65 *hidl_type = CameraMetadataType::RATIONAL; in ConvertToHidlVendorTagType()