Searched refs:kTypeInt32 (Results 1 – 15 of 15) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestCompliance.cpp | 87 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 D | AMessage.cpp | 120 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 D | ECOData.cpp | 64 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 D | AMessage.h | 179 kTypeInt32, enumerator 308 Item() : mName(nullptr), mNameLength(0), mType(kTypeInt32) { } in Item()
|
/aosp12/hardware/google/av/media/eco/include/eco/ |
H A D | ECOData.h | 167 kTypeInt32 = 0, enumerator
|
/aosp12/frameworks/av/media/libmedia/tests/codeclist/ |
H A D | CodecListTest.cpp | 164 case AMessage::kTypeInt32: in TEST()
|
/aosp12/frameworks/av/media/libmediametrics/ |
H A D | MediaMetricsItem.cpp | 628 case mediametrics::kTypeInt32: { in readFromParcel() 680 case mediametrics::kTypeInt32: { in readFromByteString()
|
/aosp12/frameworks/av/media/ndk/ |
H A D | NdkMediaFormat.cpp | 81 case AMessage::kTypeInt32: in AMediaFormat_toString()
|
/aosp12/frameworks/av/media/libmediametrics/include/media/ |
H A D | MediaMetricsItem.h | 101 kTypeInt32 = 1, enumerator 304 std::is_same<T, int32_t>::value ? kTypeInt32
|
/aosp12/frameworks/base/media/jni/ |
H A D | android_media_Streams.cpp | 258 case AMessage::kTypeInt32: in ConvertMessageToMap()
|
H A D | android_media_MediaCodec.cpp | 984 case AMessage::kTypeInt32: type = TYPE_INTEGER; break; in describeParameter()
|
/aosp12/frameworks/av/media/extractors/mpeg2/ |
H A D | MPEG2TSExtractor.cpp | 115 case AMessage::kTypeInt32: in copyAMessageToAMediaFormat()
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodecConfig.cpp | 1724 case AMessage::kTypeInt32: in getReflectedFormat() 1900 desc->type = AMessage::kTypeInt32; in describe()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MPEG4Writer.cpp | 5023 case AMessage::kTypeInt32: in writeIlst()
|
H A D | ACodec.cpp | 8133 && (keyType == AMessage::kTypeInt32 in setVendorParameters()
|