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

1 2

  /system/media/camera/src/
camera_metadata_tag_info.c 136 { "id", TYPE_INT32 },
142 { "frameCount", TYPE_INT32 }
190 { "sensitivity", TYPE_INT32 },
202 { "availableSensitivities", TYPE_INT32 },
206 { "pixelArraySize", TYPE_INT32 },
208 { "activeArraySize", TYPE_INT32 },
210 { "whiteLevel", TYPE_INT32 },
212 { "blackLevelPattern", TYPE_INT32 },
232 { "maxAnalogSensitivity", TYPE_INT32 },
236 { "orientation", TYPE_INT32 }
    [all...]
camera_metadata.c 107 [TYPE_INT32] = sizeof(int32_t),
116 [TYPE_INT32] = "int32",
534 [TYPE_INT32] = 4,
558 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,
  /frameworks/av/media/libstagefright/
MetaData.cpp 62 return setData(key, TYPE_INT32, &value, sizeof(value));
107 if (!findData(key, &type, &data, &size) || type != TYPE_INT32) {
299 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:
  /system/media/camera/include/system/
camera_metadata.h 55 TYPE_INT32 = 1,
  /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 173 TYPE_INT32 = 'in32',
  /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 359 TYPE_INT32,
385 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
  /external/protobuf/python/google/protobuf/
descriptor.py 332 TYPE_INT32 = 5
text_format.py 236 if field.type in (descriptor.FieldDescriptor.TYPE_INT32,
  /frameworks/base/media/java/android/mtp/
MtpConstants.java 36 public static final int TYPE_INT32 = 0x0005;
  /system/media/camera/tests/
camera_metadata_tests.cpp 248 EXPECT_EQ(TYPE_INT32, type);
788 case TYPE_INT32:

Completed in 519 milliseconds

1 2