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

1 2

  /system/media/camera/src/
camera_metadata_tag_info.c 139 { "id", TYPE_INT32 },
149 { "frameCount", TYPE_INT32 }
183 { "shadingMapSize", TYPE_INT32 },
187 { "geometricCorrectionMapSize", TYPE_INT32 },
203 { "sensitivity", TYPE_INT32 },
215 { "availableSensitivities", TYPE_INT32 },
221 { "pixelArraySize", TYPE_INT32 },
223 { "activeArraySize", TYPE_INT32 },
225 { "whiteLevel", TYPE_INT32 },
227 { "blackLevelPattern", TYPE_INT32 },
    [all...]
camera_metadata.c 108 [TYPE_INT32] = sizeof(int32_t),
117 [TYPE_INT32] = "int32",
693 [TYPE_INT32] = 4,
717 case TYPE_INT32:
  /external/libvpx/vp8/common/
type_aliases.h 71 #ifndef TYPE_INT32
72 /*#define TYPE_INT32*/
  /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/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, 3))
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...]
  /system/media/camera/tests/
camera_metadata_tests.cpp 248 EXPECT_EQ(TYPE_INT32, entry.type);
794 case TYPE_INT32:
1012 EXPECT_EQ(TYPE_INT32, e.type);
    [all...]
  /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) {
301 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:
  /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";
java_helpers.cc 188 case FieldDescriptor::TYPE_INT32:
  /frameworks/av/include/media/stagefright/
MetaData.h 174 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;
javamicro_helpers.cc 260 case FieldDescriptor::TYPE_INT32:
  /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/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 215 case FieldDescriptor::TYPE_INT32 : return "Int32";
cpp_primitive_field.cc 54 case FieldDescriptor::TYPE_INT32 : return -1;
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 77 result["int32" ] = FieldDescriptorProto::TYPE_INT32;
450 FieldDescriptorProto::Type type = FieldDescriptorProto::TYPE_INT32;
541 case FieldDescriptorProto::TYPE_INT32:
548 if (field->type() == FieldDescriptorProto::TYPE_INT32 ||
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 362 TYPE_INT32,
388 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
  /external/protobuf/python/google/protobuf/
descriptor.py 332 TYPE_INT32 = 5
  /frameworks/av/services/camera/libcameraservice/camera2/
CameraMetadata.cpp 115 if ( (res = checkType(tag, TYPE_INT32)) != OK) {

Completed in 742 milliseconds

1 2