HomeSort by relevance Sort by last modified time
    Searched defs:tag_type (Results 1 - 25 of 42) sorted by null

1 2

  /hardware/libhardware/modules/camera/
Metadata.cpp 108 bool Metadata::validate(uint32_t tag, int tag_type, int count)
114 if (tag_type < 0 || tag_type >= NUM_TYPES) {
115 ALOGE("%s: Invalid metadata entry tag type: %d", __func__, tag_type);
118 if (tag_type != get_camera_metadata_tag_type(tag)) {
120 camera_metadata_type_names[tag_type], tag_type);
136 int tag_type = get_camera_metadata_tag_type(tag); local
137 size_t size = calculate_camera_metadata_entry_data_size(tag_type, count);
  /hardware/libhardware/modules/usbcamera/
Metadata.cpp 96 bool Metadata::validate(uint32_t tag, int tag_type, int count) {
101 if (tag_type < 0 || tag_type >= NUM_TYPES) {
102 ALOGE("%s: Invalid metadata entry tag type: %d", __func__, tag_type);
105 if (tag_type != get_camera_metadata_tag_type(tag)) {
107 camera_metadata_type_names[tag_type], tag_type);
125 int tag_type = get_camera_metadata_tag_type(tag); local
126 size_t size = calculate_camera_metadata_entry_data_size(tag_type, count);
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 61 uint8_t tag_type; member in struct:qcamera::vendor_tag_info
373 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 61 uint8_t tag_type; member in struct:qcamera::vendor_tag_info
373 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 56 uint8_t tag_type; member in struct:qcamera::vendor_tag_info
320 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /external/clang/test/Sema/
gnu-flags.c 155 short tag_type; member in struct:vst
struct-decl.c 28 short tag_type; member in struct:pppoe_tag
  /external/tcpdump/
print-pppoe.c 134 u_short tag_type = 0xffff, tag_len; local
140 * tag_type is previous tag or 0xffff for first iteration
142 while (tag_type && p < pppoe_payload + pppoe_length) {
144 tag_type = EXTRACT_16BITS(p);
169 tok2str(pppoetag2str, "TAG-0x%x", tag_type),
175 ND_PRINT((ndo, " [%s 0x", tok2str(pppoetag2str, "TAG-0x%x", tag_type)));
185 "TAG-0x%x", tag_type)));
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 61 uint8_t tag_type; member in struct:qcamera::vendor_tag_info
481 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/
QCamera3VendorTags.cpp 66 uint8_t tag_type; member in struct:qcamera::vendor_tag_info
455 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /bionic/libc/kernel/uapi/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /development/ndk/platforms/android-21/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /external/kernel-headers/original/uapi/linux/
if_pppox.h 119 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_pppox.h 86 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_pppox.h 107 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
if_pppox.h 95 __be16 tag_type; member in struct:pppoe_tag

Completed in 1627 milliseconds

1 2