Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
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()
156 auto act = model.addConstantOperand(&kTypeInt32, kNoActivation); in TEST_F()
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp122 item->mType = kTypeInt32; // clear type in freeItemValue()
203 item->mType = kTypeInt32; in allocateItem()
235 case kTypeInt32: in findAsFloat()
256 case kTypeInt32: in findAsInt64()
567 case kTypeInt32: in debugString()
676 case kTypeInt32: in FromParcel()
766 case kTypeInt32: in writeToParcel()
835 case kTypeInt32: in changesFrom()
944 *type = kTypeInt32; in getEntryNameAt()
958 case kTypeInt32: it.set(mItems[index].u.int32Value); break; in getEntryAt()
[all …]
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAMessage.h176 kTypeInt32, enumerator
/frameworks/av/media/libmediametrics/
DMediaMetricsItem.cpp548 case mediametrics::kTypeInt32: { in readFromParcel()
600 case mediametrics::kTypeInt32: { in readFromByteString()
/frameworks/av/media/ndk/
DNdkMediaFormat.cpp84 case AMessage::kTypeInt32: in AMediaFormat_toString()
/frameworks/base/media/jni/
Dandroid_media_Streams.cpp258 case AMessage::kTypeInt32: in ConvertMessageToMap()
/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h99 kTypeInt32 = 1, enumerator
270 std::is_same<T, int32_t>::value ? kTypeInt32
/frameworks/av/media/extractors/mpeg2/
DMPEG2TSExtractor.cpp115 case AMessage::kTypeInt32: in copyAMessageToAMediaFormat()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1624 case AMessage::kTypeInt32: in getReflectedFormat()
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp4876 case AMessage::kTypeInt32: in writeIlst()
DACodec.cpp7901 && (keyType == AMessage::kTypeInt32 in setVendorParameters()