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

  /frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.cpp 61 sp<VendorTagDescriptor> vTags =
63 if ((nullptr == vTags.get()) || (0 >= vTags->getTagCount())) {
67 cache->getVendorTagDescriptor(mVendorTagId, &vTags);
78 status_t res = CameraMetadata::getTagFromName(nextTagName, vTags.get(), &tag);
  /frameworks/av/camera/
CameraMetadata.cpp 420 sp<VendorTagDescriptor> vTags = VendorTagDescriptor::getGlobalVendorTagDescriptor();
421 if ((nullptr == vTags.get()) || (0 >= vTags->getTagCount())) {
425 cache->getVendorTagDescriptor(vendorId, &vTags);
429 if ((nullptr != vTags.get()) && (vTags->getTagCount() > 0)) {
430 tagCount = vTags->getTagCount();
435 vTags->getTagArray(vendorTags);
773 const VendorTagDescriptor* vTags, uint32_t *tag) {
782 if (vTags != NULL)
    [all...]
  /frameworks/av/camera/include/camera/
CameraMetadata.h 228 const VendorTagDescriptor* vTags, uint32_t *tag);
  /frameworks/av/camera/ndk/ndk_vendor/impl/
ACameraManager.cpp 606 sp<VendorTagDescriptor> vTags = nullptr;
607 vtCache->getVendorTagDescriptor(vendorTagId, &vTags);
608 status_t status= metadata.getTagFromName(name, vTags.get(), tag);

Completed in 1192 milliseconds