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

1 2 3

  /external/chromium_org/ppapi/shared_impl/
socket_option_data.cc 27 if (!out_value || type_ != TYPE_INT32)
39 type_ = TYPE_INT32;
socket_option_data.h 18 TYPE_INT32 = 2
  /system/media/camera/src/
camera_metadata_tag_info.c 130 { "aeExposureCompensation", TYPE_INT32 },
136 { "aeRegions", TYPE_INT32 },
138 { "aeTargetFpsRange", TYPE_INT32 },
144 { "afRegions", TYPE_INT32 },
152 { "awbRegions", TYPE_INT32 },
168 { "aeAvailableTargetFpsRanges", TYPE_INT32 },
170 { "aeCompensationRange", TYPE_INT32 },
186 { "maxRegions", TYPE_INT32 },
190 { "aePrecaptureId", TYPE_INT32 },
196 { "afTriggerId", TYPE_INT32 },
    [all...]
  /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);
  /frameworks/base/core/java/android/hardware/camera2/impl/
MetadataMarshalSize.java 53 return nativeType == CameraMetadataNative.TYPE_INT32;
MetadataMarshalRect.java 60 return nativeType == CameraMetadataNative.TYPE_INT32;
CameraMetadataNative.java 132 public static final int TYPE_INT32 = 1;
164 case TYPE_INT32:
181 case TYPE_INT32:
224 } else if (nativeType == TYPE_INT32) {
304 } else if (nativeType == TYPE_INT32) {
  /external/chromium_org/third_party/protobuf/python/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/python/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,
  /hardware/samsung_slsi/exynos5/libcamera2/
MetadataConverter.cpp 142 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT32, 1))
175 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT32, 4))
183 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT32, 1))
189 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT32, 2))
196 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT32, 1))
226 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT32, 1))
275 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT32, 1))
305 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT32, 5))
312 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT32, 5))
320 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT32, 1)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 119 case FieldDescriptor::TYPE_INT32 : return "Int32" ;
150 case FieldDescriptor::TYPE_INT32 : return -1;
181 case FieldDescriptor::TYPE_INT32 : return false;
  /frameworks/av/media/libstagefright/
MetaData.cpp 64 return setData(key, TYPE_INT32, &value, sizeof(value));
109 if (!findData(key, &type, &data, &size) || type != TYPE_INT32) {
302 case TYPE_INT32:
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 35 public static final int TYPE_INT32 = 4;
317 case TYPE_INT32:
349 case TYPE_INT32: return "int";
SimpleFrame.java 60 case FrameFormat.TYPE_INT32:
  /hardware/libhardware/tests/camera2/
CameraMetadataTests.cpp 126 EXPECT_EQ(TYPE_INT32, entry.type);
  /external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 97 case FieldDescriptor::TYPE_INT32 : return "Int32" ;
128 case FieldDescriptor::TYPE_INT32 : return -1;
java_extension.cc 49 case FieldDescriptor::TYPE_INT32 : return "INT32";
  /system/media/camera/tests/
camera_metadata_tests.cpp 272 EXPECT_EQ(TYPE_INT32, entry.type);
858 case TYPE_INT32:
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc 199 FieldDescriptorProto::TYPE_INT32);
210 FieldDescriptorProto::TYPE_INT32);
660 FieldDescriptorProto::TYPE_INT32);
663 FieldDescriptorProto::TYPE_INT32);
666 FieldDescriptorProto::TYPE_INT32);
669 FieldDescriptorProto::TYPE_INT32);
672 FieldDescriptorProto::TYPE_INT32);
676 FieldDescriptorProto::TYPE_INT32);
679 FieldDescriptorProto::TYPE_INT32);
682 FieldDescriptorProto::TYPE_INT32);
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 50 case FieldDescriptor::TYPE_INT32 : return "INT32";
  /frameworks/av/include/media/stagefright/
MetaData.h 180 TYPE_INT32 = 'in32',
  /system/media/camera/include/system/
camera_metadata.h 55 TYPE_INT32 = 1,
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 97 case FieldDescriptor::TYPE_INT32 : return "Int32" ;
128 case FieldDescriptor::TYPE_INT32 : return -1;
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 197 FieldDescriptorProto::TYPE_INT32);
208 FieldDescriptorProto::TYPE_INT32);
658 FieldDescriptorProto::TYPE_INT32);
661 FieldDescriptorProto::TYPE_INT32);
664 FieldDescriptorProto::TYPE_INT32);
667 FieldDescriptorProto::TYPE_INT32);
670 FieldDescriptorProto::TYPE_INT32);
674 FieldDescriptorProto::TYPE_INT32);
677 FieldDescriptorProto::TYPE_INT32);
680 FieldDescriptorProto::TYPE_INT32);
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 366 TYPE_INT32 = 5
407 TYPE_INT32: CPPTYPE_INT32,

Completed in 620 milliseconds

1 2 3