Home
last modified time | relevance | path

Searched refs:META_TYPE_DOUBLE (Results 1 - 8 of 8) sorted by relevance

/drivers/interface/camera/metadata/include/
H A Dcamera_metadata_operator.h50 META_TYPE_DOUBLE = 5, enumerator
63 [META_TYPE_DOUBLE] = "double",
H A Dcamera_metadata_item_info.h28 [META_TYPE_DOUBLE] = sizeof(double),
345 [OHOS_JPEG_GPS_COORDINATES - OHOS_STREAM_JPEG_START] = {"gpsCoordinates", META_TYPE_DOUBLE, -1},
/drivers/peripheral/camera/interfaces/hdi_ipc/utils/src/
H A Dutils_data_stub.cpp42 } else if (entry.data_type == META_TYPE_DOUBLE) { in WriteMetadataDataToVec()
156 } else if (entry.data_type == META_TYPE_DOUBLE) { in ReadMetadataDataFromVec()
312 } else if (type == META_TYPE_DOUBLE) { in GetDataSize()
348 } else if (entry.data_type == META_TYPE_DOUBLE) { in WriteMetadata()
470 case META_TYPE_DOUBLE: in ReadMetadata()
490 } else if (entry.data_type == META_TYPE_DOUBLE) { in EntryDataToBuffer()
/drivers/peripheral/camera/test/fuzztest/metadata_utils/
H A Dmetadata_utils_fuzzer.cpp66 case META_TYPE_DOUBLE: in GetMinInputSize()
/drivers/interface/camera/metadata/src/
H A Dmetadata_utils.cpp49 } else if (entry.data_type == META_TYPE_DOUBLE) { in WriteMetadataDataToVec()
251 case META_TYPE_DOUBLE: in ReadMetadataDataFromVec()
390 } else if (item.data_type == META_TYPE_DOUBLE) { in WriteMetadata()
680 case META_TYPE_DOUBLE: in ReadMetadata()
706 } else if (item.data_type == META_TYPE_DOUBLE) { in ItemDataToBuffer()
735 } else if (entry.data_type == META_TYPE_DOUBLE) { in FreeMetadataBuffer()
H A Dcamera_metadata_info.cpp1492 case META_TYPE_DOUBLE: in MetadataItemDump()
/drivers/peripheral/camera/test/fuzztest/metadata_operator/
H A Dmetadata_operator_fuzzer.cpp66 case META_TYPE_DOUBLE: in GetMinInputSize()
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp671 } else if (type == META_TYPE_DOUBLE) { in GetDataSize()
699 case META_TYPE_DOUBLE: { in GetMetadataItemData()
933 } else if (item.data_type == META_TYPE_DOUBLE) { in PrintDCameraMetadata()

Completed in 8 milliseconds