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

  /hardware/samsung_slsi/exynos5/libcamera2/
MetadataConverter.h 53 status_t CheckEntryTypeMismatch(camera_metadata_entry_t * entry, uint8_t type);
54 status_t CheckEntryTypeMismatch(camera_metadata_entry_t * entry, uint8_t type, size_t count);
MetadataConverter.cpp 52 status_t MetadataConverter::CheckEntryTypeMismatch(camera_metadata_entry_t * entry,
64 status_t MetadataConverter::CheckEntryTypeMismatch(camera_metadata_entry_t * entry,
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(&curr_entry, TYPE_INT64, 1)
    [all...]

Completed in 30 milliseconds