Home
last modified time | relevance | path

Searched refs:EXIF_TAG_MODEL (Results 1 – 25 of 100) sorted by relevance

1234

/dports/graphics/libopenraw/libopenraw-0.3.0/lib/
H A Dcrwfile.cpp295 } else if (index == EXIF_TAG_MODEL && !m_model.empty()) { in getMakeOrModel()
322 if (index == EXIF_TAG_MODEL) { in getMakeOrModel()
352 case EXIF_TAG_MODEL: in _getMetaValue()
392 MetaValue * v = _getMetaValue(META_NS_TIFF | EXIF_TAG_MODEL); in _identifyId()
/dports/graphics/libopenraw/libopenraw-0.3.0/lib/ciff/
H A Dciffifd.cpp93 val_str = m_file.getMakeOrModel(EXIF_TAG_MODEL); in load()
95 auto entry = entryForString(EXIF_TAG_MODEL, val_str.value()); in load()
96 m_entries[EXIF_TAG_MODEL] = entry; in load()
304 { TAG_RAWMAKEMODEL, { EXIF_TAG_MODEL, OR_IFD_MAIN, &translateMakeModel } },
/dports/graphics/feh/feh-3.5/src/
H A Dexif_cfg.h43 {EXIF_IFD_0, EXIF_TAG_MODEL},
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/src/formats/
H A Dformatjpeg.cpp81 EXIF_TAG_MODEL, in dumpAllExif()
270 addExifTag(ed, EXIF_IFD_0, EXIF_TAG_MODEL, exifList); in LoadImpl()
/dports/graphics/gimageview/gimageview-0.2.27/lib/libexif/
H A Dexif-tag.h40 EXIF_TAG_MODEL = 0x0110, enumerator
H A Dexif-tag.c78 {EXIF_TAG_MODEL, "Model", N_("Model"),
H A Dexif-entry.c264 EXIF_TAG_MODEL); in exif_entry_get_value()
1022 EXIF_TAG_MODEL); in exif_entry_get_value_brief()
1393 case EXIF_TAG_MODEL: in exif_entry_initialize()
/dports/graphics/libopenraw/libopenraw-0.3.0/tools/
H A Ddumputils.cpp123 = or_rawfile_get_metavalue(rf, META_NS_TIFF | EXIF_TAG_MODEL); in dump_file_info()
/dports/graphics/libexif/libexif-0.6.23/contrib/examples/
H A Dcam_features.c133 exif_entry_initialize (pE, EXIF_TAG_MODEL); in createEXIF()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_LibExifModule/libexif-0.6.20/contrib/examples/
H A Dcam_features.c133 exif_entry_initialize (pE, EXIF_TAG_MODEL); in createEXIF()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_LibExifModule/libexif-0.6.20/libexif/
H A Dexif-tag.h47 EXIF_TAG_MODEL = 0x0110, enumerator
/dports/graphics/libexif/libexif-0.6.23/libexif/
H A Dexif-tag.h47 EXIF_TAG_MODEL = 0x0110, enumerator
/dports/graphics/libopenraw/libopenraw-0.3.0/include/libopenraw/
H A Dexif.h48 EXIF_TAG_MODEL = 0x0110, enumerator
/dports/graphics/ristretto/ristretto-0.12.1/src/
H A Dproperties_dialog.c367 exif_entry = rstto_file_get_exif (file, EXIF_TAG_MODEL); in properties_dialog_set_file()
373 EXIF_TAG_MODEL, in properties_dialog_set_file()
/dports/net/gerbera/gerbera-1.9.2/src/metadata/
H A Dlibexif_handler.cc72 { "EXIF_TAG_MODEL", EXIF_TAG_MODEL },
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_LibExifModule/
H A DLibExifModule.cpp48 retval.insert(pair<ExifTag, TSK_ATTRIBUTE_TYPE>(EXIF_TAG_MODEL, TSK_DEVICE_MODEL)); in initializeTagMap()
/dports/x11-fm/thunar/thunar-4.16.10/plugins/thunar-apr/
H A Dthunar-apr-image-page.c49 { N_ ("Camera Model:"), EXIF_TAG_MODEL, },
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/jpeg/
H A Dexif.c436 case EXIF_TAG_MODEL: in foreach2()
/dports/graphics/eog/eog-41.1/src/
H A Deog-metadata-sidebar.c215 exif_data, EXIF_TAG_MODEL); in eog_metadata_sidebar_update_metadata_section()
H A Deog-metadata-details.c98 { EXIF_TAG_MODEL , EXIF_CATEGORY_CAMERA},
/dports/graphics/eom/eom-1.26.0/src/
H A Deom-metadata-sidebar.c225 exif_data, EXIF_TAG_MODEL); in eom_metadata_sidebar_update_metadata_section()
H A Deom-metadata-details.c98 { EXIF_TAG_MODEL, EXIF_CATEGORY_CAMERA},
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/libtracker-extract/
H A Dtracker-exif.c490 data->model = get_value (exif, EXIF_TAG_MODEL); in parse_exif()
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-image-properties-page.c279 append_tag_value_pair (page, exifdata, EXIF_TAG_MODEL, _("Camera Model")); in append_exifdata_string()
/dports/graphics/libexif-gtk/libexif-gtk-0.5.0/libexif-gtk/
H A Dgtk-exif-browser.c297 case EXIF_TAG_MODEL: in gtk_exif_browser_show_entry()

1234