/hardware/libhardware/modules/camera/3_4/metadata/ |
D | metadata_common.h | 62 int32_t tag, in UpdateMetadata() 76 int32_t tag, in UpdateMetadata() 84 int32_t tag, in UpdateMetadata() 92 int32_t tag, in UpdateMetadata() 100 int32_t tag, in UpdateMetadata() 108 int32_t tag, in UpdateMetadata() 179 int32_t tag, in SingleTagValue() 210 int32_t tag, in SingleTagValue() 259 int32_t tag, in VectorTagValue() 283 int32_t tag, in VectorTagValue()
|
D | test_common.h | 34 int32_t tag, in ExpectMetadataEq() 50 int32_t tag, in ExpectMetadataEq() 58 int32_t tag, in ExpectMetadataEq() 66 int32_t tag, in ExpectMetadataEq() 74 int32_t tag, in ExpectMetadataEq() 83 int32_t tag, in ExpectMetadataEq()
|
D | tagged_control_delegate.h | 30 TaggedControlDelegate(int32_t tag, in TaggedControlDelegate() 34 int32_t tag() { return tag_; }; in tag() function
|
D | tagged_control_options.h | 37 TaggedControlOptions(int32_t tag, in TaggedControlOptions() 41 int32_t tag() { return tag_; }; in tag() function
|
/hardware/libhardware/modules/usbcamera/ |
D | Metadata.cpp | 64 int Metadata::addUInt8(uint32_t tag, int count, const uint8_t *data) { in addUInt8() 69 int Metadata::add1UInt8(uint32_t tag, const uint8_t data) { in add1UInt8() 73 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data) { in addInt32() 78 int Metadata::addFloat(uint32_t tag, int count, const float *data) { in addFloat() 83 int Metadata::addInt64(uint32_t tag, int count, const int64_t *data) { in addInt64() 88 int Metadata::addDouble(uint32_t tag, int count, const double *data) { in addDouble() 93 int Metadata::addRational(uint32_t tag, int count, in addRational() 99 bool Metadata::validate(uint32_t tag, int tag_type, int count) { in validate() 120 int Metadata::add(uint32_t tag, int count, const void *tag_data) { in add()
|
/hardware/libhardware/modules/camera/3_0/ |
D | Metadata.cpp | 68 int Metadata::addUInt8(uint32_t tag, int count, const uint8_t *data) in addUInt8() 74 int Metadata::add1UInt8(uint32_t tag, const uint8_t data) in add1UInt8() 79 int Metadata::addInt32(uint32_t tag, int count, const int32_t *data) in addInt32() 85 int Metadata::addFloat(uint32_t tag, int count, const float *data) in addFloat() 91 int Metadata::addInt64(uint32_t tag, int count, const int64_t *data) in addInt64() 97 int Metadata::addDouble(uint32_t tag, int count, const double *data) in addDouble() 103 int Metadata::addRational(uint32_t tag, int count, in addRational() 110 bool Metadata::validate(uint32_t tag, int tag_type, int count) in validate() 132 int Metadata::add(uint32_t tag, int count, const void *tag_data) in add()
|
D | VendorTags.cpp | 93 const Section* getSection(uint32_t tag) in getSection() 111 const Entry* getEntry(uint32_t tag) in getEntry() 155 for (uint32_t tag = DemoSections[i].start; in getAllTags() local 163 uint32_t tag) in getSectionName() 174 uint32_t tag) in getTagName() 184 int VendorTags::getTagType(const vendor_tag_ops_t* /*ops*/, uint32_t tag) in getTagType()
|
D | CameraHAL.cpp | 137 static const char* get_section_name(const vendor_tag_ops_t* ops, uint32_t tag) in get_section_name() 142 static const char* get_tag_name(const vendor_tag_ops_t* ops, uint32_t tag) in get_tag_name() 147 static int get_tag_type(const vendor_tag_ops_t* ops, uint32_t tag) in get_tag_type()
|
/hardware/interfaces/camera/common/1.0/default/ |
D | CameraMetadata.cpp | 173 status_t CameraMetadata::checkType(uint32_t tag, uint8_t expectedType) { in checkType() 189 status_t CameraMetadata::update(uint32_t tag, in update() 202 status_t CameraMetadata::update(uint32_t tag, in update() 215 status_t CameraMetadata::update(uint32_t tag, in update() 228 status_t CameraMetadata::update(uint32_t tag, in update() 241 status_t CameraMetadata::update(uint32_t tag, in update() 254 status_t CameraMetadata::update(uint32_t tag, in update() 267 status_t CameraMetadata::update(uint32_t tag, in update() 293 status_t CameraMetadata::updateImpl(uint32_t tag, const void *data, in updateImpl() 355 camera_metadata_entry_t CameraMetadata::find(uint32_t tag) { in find() [all …]
|
D | VendorTagDescriptor.cpp | 161 uint32_t tag = mTagToNameMap.keyAt(i); in dump() local 200 const char* VendorTagDescriptorCache::getSectionName(uint32_t tag, metadata_vendor_id_t id) const { in getSectionName() 212 const char* VendorTagDescriptorCache::getTagName(uint32_t tag, metadata_vendor_id_t id) const { in getTagName() 224 int VendorTagDescriptorCache::getTagType(uint32_t tag, metadata_vendor_id_t id) const { in getTagType() 321 uint32_t tag = tagArray[i]; in createDescriptorFromOps() local 354 uint32_t tag = tagArray[i]; in createDescriptorFromOps() local 460 const char* vendor_tag_descriptor_get_section_name(const vendor_tag_ops_t* /*v*/, uint32_t tag) { in vendor_tag_descriptor_get_section_name() 469 const char* vendor_tag_descriptor_get_tag_name(const vendor_tag_ops_t* /*v*/, uint32_t tag) { in vendor_tag_descriptor_get_tag_name() 478 int vendor_tag_descriptor_get_tag_type(const vendor_tag_ops_t* /*v*/, uint32_t tag) { in vendor_tag_descriptor_get_tag_type() 504 const char* vendor_tag_descriptor_cache_get_section_name(uint32_t tag, metadata_vendor_id_t id) { in vendor_tag_descriptor_cache_get_section_name() [all …]
|
D | Exif.cpp | 319 #define SET_SHORT(ifd, tag, value) \ argument 325 #define SET_LONG(ifd, tag, value) \ argument 331 #define SET_RATIONAL(ifd, tag, numerator, denominator) \ argument 337 #define SET_SRATIONAL(ifd, tag, numerator, denominator) \ argument 343 #define SET_STRING(ifd, tag, format, buffer) \ argument 520 ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_ALTITUDE); in setGpsAltitude() local 549 const ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_LATITUDE); in setGpsLatitude() local 577 ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_LONGITUDE); in setGpsLongitude() local 820 ExifTag tag, in addVariableLengthEntry() 857 std::unique_ptr<ExifEntry> ExifUtilsImpl::addEntry(ExifIfd ifd, ExifTag tag) { in addEntry() [all …]
|
/hardware/qcom/sdm845/display/libdebug/ |
D | debug_handler.h | 38 #define DLOG_IF(tag, method, format, ...) \ argument 43 #define DLOGE_IF(tag, format, ...) DLOG_IF(tag, Error, format, ##__VA_ARGS__) argument 44 #define DLOGW_IF(tag, format, ...) DLOG_IF(tag, Warning, format, ##__VA_ARGS__) argument 45 #define DLOGI_IF(tag, format, ...) DLOG_IF(tag, Info, format, ##__VA_ARGS__) argument 46 #define DLOGD_IF(tag, format, ...) DLOG_IF(tag, Debug, format, ##__VA_ARGS__) argument 47 #define DLOGV_IF(tag, format, ...) DLOG_IF(tag, Verbose, format, ##__VA_ARGS__) argument
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | debug.h | 38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument 41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument 42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument 43 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument 44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument 45 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | debug.h | 38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument 41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument 42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument 43 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument 44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument 45 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | debug.h | 39 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument 42 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument 43 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument 44 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument 45 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument 46 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | debug.h | 38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \ argument 41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) argument 42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) argument 43 #define DLOGI_IF(tag, format, ...) DLOG(tag, Info, format, ##__VA_ARGS__) argument 44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__) argument 45 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) argument
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_debugger.cpp | 111 void HWCDebugHandler::Error(DebugTag tag, const char *format, ...) { in Error() 119 void HWCDebugHandler::Warning(DebugTag tag, const char *format, ...) { in Warning() 127 void HWCDebugHandler::Info(DebugTag tag, const char *format, ...) { in Info() 135 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) { in Debug() 143 void HWCDebugHandler::Verbose(DebugTag tag, const char *format, ...) { in Verbose()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 111 void HWCDebugHandler::Error(DebugTag tag, const char *format, ...) { in Error() 119 void HWCDebugHandler::Warning(DebugTag tag, const char *format, ...) { in Warning() 127 void HWCDebugHandler::Info(DebugTag tag, const char *format, ...) { in Info() 135 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) { in Debug() 143 void HWCDebugHandler::Verbose(DebugTag tag, const char *format, ...) { in Verbose()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 146 void HWCDebugHandler::Error(DebugTag tag, const char *format, ...) { in Error() 154 void HWCDebugHandler::Warning(DebugTag tag, const char *format, ...) { in Warning() 162 void HWCDebugHandler::Info(DebugTag tag, const char *format, ...) { in Info() 170 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) { in Debug() 178 void HWCDebugHandler::Verbose(DebugTag tag, const char *format, ...) { in Verbose()
|
/hardware/libhardware/modules/camera/3_4/arc/ |
D | exif_utils.cpp | 161 const ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_LATITUDE); in SetGpsLatitude() local 189 ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_LONGITUDE); in SetGpsLongitude() local 217 ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_ALTITUDE); in SetGpsAltitude() local 268 ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_PROCESSING_METHOD); in SetGpsProcessingMethod() local 383 ExifIfd ifd, ExifTag tag, ExifFormat format, uint64_t components, in AddVariableLengthEntry() 418 std::unique_ptr<ExifEntry> ExifUtils::AddEntry(ExifIfd ifd, ExifTag tag) { in AddEntry()
|
/hardware/libhardware/modules/camera/3_4/ |
D | format_metadata_factory_test.cpp | 40 uint32_t tag, in ExpectMetadataTagCount() 106 int32_t tag = component->StaticTags()[0]; in TEST_F() local 172 int32_t tag = component->StaticTags()[0]; in TEST_F() local
|
/hardware/qcom/gps/msm8909/utils/ |
D | log_util.h | 162 #define LOC_LOG_HEAD(tag,fmt) "%s:%d][" tag "] " fmt "\n" argument 163 #define LOC_LOGv(tag,fmt,...) LOC_LOGV(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument 164 #define LOC_LOGw(tag,fmt,...) LOC_LOGW(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument 165 #define LOC_LOGd(tag,fmt,...) LOC_LOGD(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument 166 #define LOC_LOGe(tag,fmt,...) LOC_LOGE(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
|
/hardware/qcom/sdm845/gps/msm8909/utils/ |
D | log_util.h | 162 #define LOC_LOG_HEAD(tag,fmt) "%s:%d][" tag "] " fmt "\n" argument 163 #define LOC_LOGv(tag,fmt,...) LOC_LOGV(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument 164 #define LOC_LOGw(tag,fmt,...) LOC_LOGW(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument 165 #define LOC_LOGd(tag,fmt,...) LOC_LOGD(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument 166 #define LOC_LOGe(tag,fmt,...) LOC_LOGE(LOC_LOG_HEAD(tag,fmt), __func__, __LINE__, ##__VA_ARGS__) argument
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | keymaster_tags.h | 76 constexpr TagType typeFromTag(Tag tag) { in typeFromTag() 238 inline KeyParameter makeKeyParameter(TypedTag<TagType::BOOL, tag>) { in makeKeyParameter() argument
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 123 void HWCDebugHandler::Info(DebugTag tag, const char *format, ...) { in Info() 131 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) { in Debug() 139 void HWCDebugHandler::Verbose(DebugTag tag, const char *format, ...) { in Verbose()
|