Searched defs:CheckEntryTypeMismatch (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
H A DMetadataConverter.cpp52 status_t MetadataConverter::CheckEntryTypeMismatch(camera_metadata_entry_t * entry, function in class:android::MetadataConverter
64 status_t MetadataConverter::CheckEntryTypeMismatch(camera_metadata_entry_t * entry, function in class:android::MetadataConverter
103 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
109 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
115 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
121 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
127 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_BYTE, 1))
135 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT64, 1))
142 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT32, 1))
148 if (NO_ERROR != CheckEntryTypeMismatch(
[all...]

Completed in 64 milliseconds