Searched refs:TYPE_INT32 (Results 1 - 9 of 9) 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.cpp62 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/
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.h173 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.h359 TYPE_INT32, enumerator in enum:AaptSymbolEntry::__anon1191
385 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
H A DResource.cpp1603 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32
1844 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

Completed in 250 milliseconds