Searched refs:TYPE_INT32 (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DPrimitiveFormat.java37 return createFormat(FrameFormat.TYPE_INT32, count, target);
57 return createFormat(FrameFormat.TYPE_INT32, target);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DMetadataMarshalSize.java53 return nativeType == CameraMetadataNative.TYPE_INT32;
H A DMetadataMarshalRect.java60 return nativeType == CameraMetadataNative.TYPE_INT32;
H A DCameraMetadataNative.java132 public static final int TYPE_INT32 = 1; field in class:CameraMetadataNative
164 case TYPE_INT32:
181 case TYPE_INT32:
224 } else if (nativeType == TYPE_INT32) {
304 } else if (nativeType == TYPE_INT32) {
/frameworks/av/media/libstagefright/
H A DMetaData.cpp64 return setData(key, TYPE_INT32, &value, sizeof(value));
112 if (!findData(key, &type, &data, &size) || type != TYPE_INT32) {
305 case TYPE_INT32:
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java35 public static final int TYPE_INT32 = 4; field in class:FrameFormat
317 case TYPE_INT32:
349 case TYPE_INT32: return "int";
H A DSimpleFrame.java60 case FrameFormat.TYPE_INT32:
/frameworks/av/include/media/stagefright/
H A DMetaData.h181 TYPE_INT32 = 'in32', enumerator in enum:android::MetaData::Type
/frameworks/base/tools/aapt/
H A DAaptAssets.h362 TYPE_INT32, enumerator in enum:AaptSymbolEntry::__anon1200
388 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
H A DResource.cpp1682 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32
1919 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32
2011 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) {
2133 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) {
/frameworks/base/media/java/android/mtp/
H A DMtpConstants.java36 public static final int TYPE_INT32 = 0x0005; field in class:MtpConstants
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1379 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1385 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1755 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1771 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
2004 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
2036 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
2114 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
/frameworks/av/camera/
H A DCameraMetadata.cpp192 if ( (res = checkType(tag, TYPE_INT32)) != OK) {
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp92 METADATA_UPDATE(TYPE_INT32, int32_t);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java137 assertEquals(TYPE_INT32,
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1933 case TYPE_INT32:
2411 case TYPE_INT32:
2463 case TYPE_INT32:

Completed in 768 milliseconds