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

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
IfdData.java 104 protected int getTagCount() {
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
ExifModifier.java 119 if (currIfd.getTagCount() == 0) {
129 if (ifd != null && ifd.getTagCount() > 0) {
ExifOutputStream.java 310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
  /packages/apps/Camera2/src/com/android/camera/exif/
IfdData.java 104 protected int getTagCount() {
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
ExifModifier.java 119 if (currIfd.getTagCount() == 0) {
129 if (ifd != null && ifd.getTagCount() > 0) {
ExifOutputStream.java 310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
IfdData.java 87 private int getTagCount() {
105 if (data.getId() == ifdId && data.getTagCount() == getTagCount()) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
IfdData.java 104 protected int getTagCount() {
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
ExifModifier.java 120 if (currIfd.getTagCount() == 0) {
130 if (ifd != null && ifd.getTagCount() > 0) {
ExifOutputStream.java 310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
IfdData.java 104 protected int getTagCount() {
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
ExifModifier.java 120 if (currIfd.getTagCount() == 0) {
130 if (ifd != null && ifd.getTagCount() > 0) {
ExifOutputStream.java 314 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
  /frameworks/av/camera/include/camera/
VendorTagDescriptor.h 58 int getTagCount() const;
190 int getTagCount(metadata_vendor_id_t id) const;
  /frameworks/av/camera/tests/
VendorTagDescriptorTests.cpp 104 int tagCount = vDesc->getTagCount();
149 int tagCount = vDescOriginal->getTagCount();
150 ASSERT_EQ(tagCount, vDescParceled->getTagCount());
192 EXPECT_EQ(VENDOR_TAG_COUNT_ERR, vDesc->getTagCount());
  /hardware/interfaces/camera/common/1.0/default/include/
VendorTagDescriptor.h 56 int getTagCount() const;
  /hardware/libhardware/modules/camera/3_0/
VendorTags.h 32 int getTagCount(const vendor_tag_ops_t* ops);
VendorTags.cpp 141 int VendorTags::getTagCount(const vendor_tag_ops_t* /*ops*/)
CameraHAL.cpp 129 return gVendorTags.getTagCount(ops);
  /frameworks/av/camera/
VendorTagDescriptor.cpp 220 int VendorTagDescriptor::getTagCount() const {
410 int VendorTagDescriptorCache::getTagCount(metadata_vendor_id_t id) const {
414 ret = desc->second->getTagCount();
662 return sGlobalVendorTagDescriptor->getTagCount();
707 return sGlobalVendorTagDescriptorCache->getTagCount(id);
  /hardware/interfaces/camera/common/1.0/default/
VendorTagDescriptor.cpp 83 int VendorTagDescriptor::getTagCount() const {
321 return sGlobalVendorTagDescriptor->getTagCount();
  /frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.cpp 62 if ((nullptr == vTags.get()) || (0 >= vTags->getTagCount())) {
  /frameworks/av/camera/ndk/impl/
ACameraManager.cpp 134 if (0 < desc->getTagCount()) {
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 722 int count = vTags->getTagCount();
877 if (0 < desc->getTagCount()) {
  /hardware/interfaces/camera/provider/2.4/default/
CameraProvider.cpp 415 int tagCount = desc->getTagCount();

Completed in 912 milliseconds