Home
last modified time | relevance | path

Searched refs:kTypeInt32 (Results 1 – 14 of 14) 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/libmediametrics/
DMediaAnalyticsItem.cpp328 prop->mType = kTypeInt32; in setInt32()
380 case kTypeInt32: in addInt32()
385 prop->mType = kTypeInt32; in addInt32()
447 if (prop == NULL || prop->mType != kTypeInt32) { in getInt32()
698 case MediaAnalyticsItem::kTypeInt32: in readFromParcel0()
763 case MediaAnalyticsItem::kTypeInt32: in writeToParcel0()
861 case MediaAnalyticsItem::kTypeInt32: in toString()
1125 case MediaAnalyticsItem::kTypeInt32: in dumpAttributes()
1174 case MediaAnalyticsItem::kTypeInt32: in dumpAttributes()
/frameworks/av/media/libmediametrics/include/
DMediaAnalyticsItem.h52 kTypeInt32 = 1, enumerator
/frameworks/av/include/media/
DMediaAnalyticsItem.h52 kTypeInt32 = 1, enumerator
/frameworks/base/core/jni/
Dandroid_media_MediaMetricsJNI.cpp67 case MediaAnalyticsItem::kTypeInt32: in writeMetricsToBundle()
/frameworks/base/media/jni/
Dandroid_media_MediaMetricsJNI.cpp67 case MediaAnalyticsItem::kTypeInt32: in writeMetricsToBundle()
Dandroid_media_Streams.cpp319 case AMessage::kTypeInt32: in ConvertMessageToMap()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAMessage.h176 kTypeInt32, enumerator
/frameworks/av/media/ndk/
DNdkMediaFormat.cpp81 case AMessage::kTypeInt32: in AMediaFormat_toString()
/frameworks/av/media/extractors/mpeg2/
DMPEG2TSExtractor.cpp115 case AMessage::kTypeInt32: in copyAMessageToAMediaFormat()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1493 case AMessage::kTypeInt32: in getReflectedFormat()
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp4405 case AMessage::kTypeInt32: in writeIlst()
DACodec.cpp7811 && (keyType == AMessage::kTypeInt32 in setVendorParameters()