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

1 2 3 4 5 6

  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3VendorTags.cpp 120 { "privatedata_reprocess", TYPE_INT32 }
124 { "cds_mode", TYPE_INT32 },
130 { "opaque_raw_strides", TYPE_INT32 },
135 { "count", TYPE_INT32 },
136 { "data", TYPE_INT32},
137 { "roimap", TYPE_INT32 }
142 { "tuning_meta_data_blob", TYPE_INT32 }
148 { "process_type", TYPE_INT32 }
154 { "select_priority", TYPE_INT32 },
155 { "iso_available_modes", TYPE_INT32 },
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 80 { "privatedata_reprocess", TYPE_INT32 }
84 { "cds_mode", TYPE_INT32 },
90 { "opaque_raw_strides", TYPE_INT32 },
95 { "count", TYPE_INT32 },
96 { "data", TYPE_INT32},
97 { "roimap", TYPE_INT32 }
102 { "tuning_meta_data_blob", TYPE_INT32 }
108 { "process_type", TYPE_INT32 }
129 { "devcamdebug_af_lens_position", TYPE_INT32 },
130 { "devcamdebug_af_tof_confidence", TYPE_INT32 },
    [all...]
  /system/media/camera/src/
camera_metadata_tag_info.c 145 { "aeExposureCompensation", TYPE_INT32 },
151 { "aeRegions", TYPE_INT32 },
153 { "aeTargetFpsRange", TYPE_INT32 },
159 { "afRegions", TYPE_INT32 },
167 { "awbRegions", TYPE_INT32 },
183 { "aeAvailableTargetFpsRanges", TYPE_INT32 },
185 { "aeCompensationRange", TYPE_INT32 },
201 { "maxRegions", TYPE_INT32 },
205 { "aePrecaptureId", TYPE_INT32 },
211 { "afTriggerId", TYPE_INT32 },
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/marshal/
MarshalHelpers.java 58 case TYPE_INT32:
170 * Return a human-readable representation of the {@code nativeType}, e.g. "TYPE_INT32"
182 case TYPE_INT32:
183 return "TYPE_INT32";
210 case TYPE_INT32:
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableBlackLevelPattern.java 25 import static android.hardware.camera2.impl.CameraMetadataNative.TYPE_INT32;
29 * Marshal {@link BlackLevelPattern} to/from {@link #TYPE_INT32} {@code x 4}
73 return nativeType == TYPE_INT32 &&
MarshalQueryableEnum.java 31 * {@code TYPE_BYTE} or {@code TYPE_INT32}.
62 if (mNativeType == TYPE_INT32) {
80 case TYPE_INT32:
108 if (nativeType == TYPE_INT32 || nativeType == TYPE_BYTE) {
MarshalQueryablePrimitive.java 34 * <li>int <-> TYPE_INT32
46 * (e.g. a byte will not map to a {@link CameraMetadataNative#TYPE_INT32 TYPE_INT32} or vice versa)
76 checkNativeTypeEquals(TYPE_INT32, mNativeType);
131 case TYPE_INT32:
170 return nativeType == TYPE_INT32;
MarshalQueryableRect.java 29 * Marshal {@link Rect} to/from {@link #TYPE_INT32}
74 return nativeType == TYPE_INT32 && (Rect.class.equals(managedType.getType()));
MarshalQueryableSize.java 29 * Marshal {@link Size} to/from {@code TYPE_INT32}
66 return nativeType == TYPE_INT32 && (Size.class.equals(managedType.getType()));
MarshalQueryableStreamConfiguration.java 78 return nativeType == TYPE_INT32 && managedType.getType().equals(StreamConfiguration.class);
MarshalQueryableHighSpeedVideoConfiguration.java 82 return nativeType == TYPE_INT32 &&
MarshalQueryableMeteringRectangle.java 29 * Marshal {@link MeteringRectangle} to/from {@link #TYPE_INT32}
85 return nativeType == TYPE_INT32 && MeteringRectangle.class.equals(managedType.getType());
MarshalQueryableReprocessFormatsMap.java 75 throw new AssertionError("ReprocessFormatsMap was not TYPE_INT32");
129 return nativeType == TYPE_INT32 && managedType.getType().equals(ReprocessFormatsMap.class);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
PrimitiveFormat.java 37 return createFormat(FrameFormat.TYPE_INT32, count, target);
57 return createFormat(FrameFormat.TYPE_INT32, target);
  /external/perfetto/include/perfetto/protozero/
proto_field_descriptor.h 33 TYPE_INT32 = 5,
  /hardware/libhardware/modules/camera/3_0/
VendorTags.cpp 53 {"dimensionSize", TYPE_INT32},
55 {"dimensions", TYPE_INT32},
  /external/protobuf/src/google/protobuf/util/internal/
object_writer.cc 44 case DataPiece::TYPE_INT32: {
datapiece.h 65 TYPE_INT32 = 1,
79 explicit DataPiece(const int32 value) : type_(TYPE_INT32), i32_(value) {}
  /frameworks/base/tools/streaming_proto/
stream_proto_utils.cpp 53 case FieldDescriptorProto::TYPE_INT32:
  /external/nanopb-c/generator/google/protobuf/internal/
type_checkers.py 178 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize,
201 _FieldDescriptor.TYPE_INT32: encoder.Int32Encoder,
224 _FieldDescriptor.TYPE_INT32: encoder.Int32Sizer,
247 _FieldDescriptor.TYPE_INT32: decoder.Int32Decoder,
269 _FieldDescriptor.TYPE_INT32: wire_format.WIRETYPE_VARINT,
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 183 case FieldDescriptor::TYPE_INT32:
225 case FieldDescriptor::TYPE_INT32:
260 case FieldDescriptor::TYPE_INT32:
346 case FieldDescriptor::TYPE_INT32:
398 case FieldDescriptor::TYPE_INT32:
  /external/protobuf/src/google/protobuf/
map_field_test.cc 104 typedef MapField<int32, int32, WireFormatLite::TYPE_INT32,
105 WireFormatLite::TYPE_INT32, false> MapFieldType;
211 typedef MapField<int32, int32, WireFormatLite::TYPE_INT32,
212 WireFormatLite::TYPE_INT32, false> MapFieldType;
213 typedef MapFieldLite<int32, int32, WireFormatLite::TYPE_INT32,
214 WireFormatLite::TYPE_INT32, false> MapFieldLiteType;
  /external/tensorflow/tensorflow/core/util/
command_line_flags.cc 130 type_(TYPE_INT32),
181 type_(TYPE_INT32),
220 if (type_ == TYPE_INT32) {
283 if (flag.type_ == Flag::TYPE_INT32) {
command_line_flags.h 95 TYPE_INT32,
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 244 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize,
267 _FieldDescriptor.TYPE_INT32: encoder.Int32Encoder,
290 _FieldDescriptor.TYPE_INT32: encoder.Int32Sizer,
313 _FieldDescriptor.TYPE_INT32: decoder.Int32Decoder,
335 _FieldDescriptor.TYPE_INT32: wire_format.WIRETYPE_VARINT,

Completed in 494 milliseconds

1 2 3 4 5 6