Searched refs:TYPE_INT32 (Results 1 - 10 of 10) 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/av/media/libstagefright/
H A DMetaData.cpp64 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/
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.h174 TYPE_INT32 = 'in32', enumerator in enum:android::MetaData::Type
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1167 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1173 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1503 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1519 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1752 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1784 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
1862 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
/frameworks/base/tools/aapt/
H A DAaptAssets.h362 TYPE_INT32, enumerator in enum:AaptSymbolEntry::__anon1146
388 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
H A DResource.cpp1634 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32
1883 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32
1979 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) {
2107 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) {
/frameworks/av/services/camera/libcameraservice/camera2/
H A DCameraMetadata.cpp115 if ( (res = checkType(tag, TYPE_INT32)) != OK) {
/frameworks/base/media/java/android/mtp/
H A DMtpConstants.java36 public static final int TYPE_INT32 = 0x0005; field in class:MtpConstants

Completed in 1494 milliseconds