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

  /frameworks/av/media/img_utils/src/
TiffEntry.cpp 37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) {
47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) {
57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) {
67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) {
77 const int16_t* TiffEntry::forceValidType<int16_t>(TagType type, const int16_t* value) {
87 const uint32_t* TiffEntry::forceValidType<uint32_t>(TagType type, const uint32_t* value) {
97 const int32_t* TiffEntry::forceValidType<int32_t>(TagType type, const int32_t* value) {
107 const double* TiffEntry::forceValidType<double>(TagType type, const double* value) {
117 const float* TiffEntry::forceValidType<float>(TagType type, const float* value) {
  /frameworks/av/media/img_utils/include/img_utils/
TiffEntry.h 96 static const T* forceValidType(TagType type, const T* value);
121 return forceValidType<T>(getType(), value);
TiffWriter.h 289 if (TiffEntry::forceValidType(fixedType, data) == NULL) {

Completed in 121 milliseconds