Home
last modified time | relevance | path

Searched refs:kTypeInt32 (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestCompliance.cpp87 static const WrapperOperandType kTypeInt32(WrapperType::INT32, {}); variable
97 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F()
111 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F()
127 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F()
162 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F()
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp120 item->mType = kTypeInt32; // clear type in freeItemValue()
190 : mType(kTypeInt32) { in Item()
239 case kTypeInt32: in findAsFloat()
260 case kTypeInt32: in findAsInt64()
580 case kTypeInt32: in debugString()
690 case kTypeInt32: in FromParcel()
778 case kTypeInt32: in writeToParcel()
846 case kTypeInt32: in changesFrom()
955 *type = kTypeInt32; in getEntryNameAt()
1036 dst->mType = kTypeInt32; in setEntryAt()
[all …]
/aosp12/hardware/google/av/media/eco/
H A DECOData.cpp64 case kTypeInt32: { in readFromParcel()
140 case kTypeInt32: in writeToParcel()
380 case kTypeInt32: in debugString()
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAMessage.h179 kTypeInt32, enumerator
308 Item() : mName(nullptr), mNameLength(0), mType(kTypeInt32) { } in Item()
/aosp12/hardware/google/av/media/eco/include/eco/
H A DECOData.h167 kTypeInt32 = 0, enumerator
/aosp12/frameworks/av/media/libmedia/tests/codeclist/
H A DCodecListTest.cpp164 case AMessage::kTypeInt32: in TEST()
/aosp12/frameworks/av/media/libmediametrics/
H A DMediaMetricsItem.cpp628 case mediametrics::kTypeInt32: { in readFromParcel()
680 case mediametrics::kTypeInt32: { in readFromByteString()
/aosp12/frameworks/av/media/ndk/
H A DNdkMediaFormat.cpp81 case AMessage::kTypeInt32: in AMediaFormat_toString()
/aosp12/frameworks/av/media/libmediametrics/include/media/
H A DMediaMetricsItem.h101 kTypeInt32 = 1, enumerator
304 std::is_same<T, int32_t>::value ? kTypeInt32
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_Streams.cpp258 case AMessage::kTypeInt32: in ConvertMessageToMap()
H A Dandroid_media_MediaCodec.cpp984 case AMessage::kTypeInt32: type = TYPE_INTEGER; break; in describeParameter()
/aosp12/frameworks/av/media/extractors/mpeg2/
H A DMPEG2TSExtractor.cpp115 case AMessage::kTypeInt32: in copyAMessageToAMediaFormat()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.cpp1724 case AMessage::kTypeInt32: in getReflectedFormat()
1900 desc->type = AMessage::kTypeInt32; in describe()
/aosp12/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp5023 case AMessage::kTypeInt32: in writeIlst()
H A DACodec.cpp8133 && (keyType == AMessage::kTypeInt32 in setVendorParameters()