Home
last modified time | relevance | path

Searched refs:kTypeInt64 (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libmediametrics/
DMediaAnalyticsItem.cpp337 prop->mType = kTypeInt64; in setInt64()
397 case kTypeInt64: in addInt64()
402 prop->mType = kTypeInt64; in addInt64()
458 if (prop == NULL || prop->mType != kTypeInt64) { in getInt64()
701 case MediaAnalyticsItem::kTypeInt64: in readFromParcel0()
766 case MediaAnalyticsItem::kTypeInt64: in writeToParcel0()
865 case MediaAnalyticsItem::kTypeInt64: in toString()
1128 case MediaAnalyticsItem::kTypeInt64: in dumpAttributes()
1184 case MediaAnalyticsItem::kTypeInt64: in dumpAttributes()
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp232 case kTypeInt64: in findAsFloat()
253 case kTypeInt64: in findAsInt64()
571 case kTypeInt64: in debugString()
682 case kTypeInt64: in FromParcel()
772 case kTypeInt64: in writeToParcel()
841 case kTypeInt64: in changesFrom()
959 case kTypeInt64: it.set(mItems[index].u.int64Value); break; in getEntryAt()
1027 dst->mType = kTypeInt64; in setEntryAt()
/frameworks/av/media/libmediametrics/include/
DMediaAnalyticsItem.h53 kTypeInt64 = 2, enumerator
/frameworks/av/include/media/
DMediaAnalyticsItem.h53 kTypeInt64 = 2, enumerator
/frameworks/base/core/jni/
Dandroid_media_MediaMetricsJNI.cpp71 case MediaAnalyticsItem::kTypeInt64: in writeMetricsToBundle()
/frameworks/base/media/jni/
Dandroid_media_MediaMetricsJNI.cpp71 case MediaAnalyticsItem::kTypeInt64: in writeMetricsToBundle()
Dandroid_media_Streams.cpp328 case AMessage::kTypeInt64: in ConvertMessageToMap()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAMessage.h177 kTypeInt64, enumerator
/frameworks/av/media/ndk/
DNdkMediaFormat.cpp88 case AMessage::kTypeInt64: in AMediaFormat_toString()
/frameworks/av/media/extractors/mpeg2/
DMPEG2TSExtractor.cpp121 case AMessage::kTypeInt64: in copyAMessageToAMediaFormat()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1494 case AMessage::kTypeInt64: in getReflectedFormat()
/frameworks/av/media/libstagefright/
DACodec.cpp7812 || keyType == AMessage::kTypeInt64 in setVendorParameters()