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

  /system/media/camera/include/system/
camera_vendor_tags.h 50 * tag_array will be allocated with enough space to hold the number of tags
53 void (*get_all_tags)(const vendor_tag_ops_t *v, uint32_t *tag_array);
107 * tag_array will be allocated with enough space to hold the number of tags
110 void (*get_all_tags)(uint32_t *tag_array, metadata_vendor_id_t id);
camera_metadata.h 530 * tag_array should be allocated with enough space to hold all of the tags.
534 uint32_t *tag_array);
  /hardware/libhardware/modules/camera/3_0/
VendorTags.cpp 147 uint32_t* tag_array)
149 if (tag_array == NULL) {
150 ALOGE("%s: NULL tag_array", __func__);
157 *tag_array++ = tag;
VendorTags.h 33 void getAllTags(const vendor_tag_ops_t* ops, uint32_t* tag_array);
CameraHAL.cpp 132 static void get_all_tags(const vendor_tag_ops_t* ops, uint32_t* tag_array)
134 gVendorTags.getAllTags(ops, tag_array);
  /system/media/camera/tests/
camera_metadata_tests_fake_vendor.h 119 void get_fakevendor_tags(const vendor_tag_ops_t *v, uint32_t *tag_array);
176 void get_fakevendor_tags(const vendor_tag_ops_t *v, uint32_t *tag_array) {
180 if (v != &fakevendor_ops || tag_array == NULL) return;
185 *tag_array++ = tag;
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3VendorTags.h 222 uint32_t *tag_array);
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 63 uint8 tag_array[5]; local
64 io::CodedOutputStream::WriteTagToArray(tag, tag_array);
65 string tag_bytes = SimpleItoa(tag_array[0]);
67 tag_bytes += ", " + SimpleItoa(tag_array[i]);
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3VendorTags.h 576 uint32_t *tag_array);

Completed in 727 milliseconds