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

  /system/media/camera/include/system/
camera_vendor_tags.h 90 int (*get_tag_type)(const vendor_tag_ops_t *v, uint32_t tag); member in struct:vendor_tag_ops
147 int (*get_tag_type)(uint32_t tag, metadata_vendor_id_t id); member in struct:vendor_tag_cache_ops
  /hardware/libhardware/modules/camera/3_0/
CameraHAL.cpp 147 static int get_tag_type(const vendor_tag_ops_t* ops, uint32_t tag) function
159 ops->get_tag_type = get_tag_type;
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3VendorTags.h 229 static int get_tag_type(
QCamera3VendorTags.cpp 315 ops->get_tag_type = get_tag_type;
451 * FUNCTION : get_tag_type
462 int QCamera3VendorTags::get_tag_type( function in class:qcamera::QCamera3VendorTags
  /frameworks/av/camera/tests/
VendorTagDescriptorTests.cpp 89 vOps->get_tag_type = default_get_tag_type;
122 EXPECT_EQ(vDesc->getTagType(tag), vOps->get_tag_type(vOps, tag));
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3VendorTags.cpp 669 ops->get_tag_type = get_tag_type;
809 * FUNCTION : get_tag_type
820 int QCamera3VendorTags::get_tag_type( function in class:qcamera::QCamera3VendorTags
QCamera3VendorTags.h 583 static int get_tag_type(
  /hardware/interfaces/camera/common/1.0/default/
VendorTagDescriptor.cpp 249 int tagType = vOps->get_tag_type(vOps, tag);
293 opsPtr->get_tag_type = vendor_tag_descriptor_get_tag_type;
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 208 CHECK_MEMBER_AT(vendor_tag_ops_t, get_tag_type, 16, 32);
  /frameworks/av/camera/
VendorTagDescriptor.cpp 557 int tagType = vOps->get_tag_type(vOps, tag);
601 opsPtr->get_tag_type = vendor_tag_descriptor_get_tag_type;
634 opsPtr->get_tag_type = vendor_tag_descriptor_cache_get_tag_type;
  /system/media/camera/src/
camera_metadata.c     [all...]
  /hardware/interfaces/camera/provider/2.4/default/
CameraProvider.cpp 393 vOps.get_tag_type == nullptr) {

Completed in 151 milliseconds