Home
last modified time | relevance | path

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

/frameworks/av/media/module/foundation/
DAMessage.cpp236 case kTypeInt64: in findAsFloat()
257 case kTypeInt64: in findAsInt64()
595 case kTypeInt64: in debugString()
707 case kTypeInt64: in FromParcel()
795 case kTypeInt64: in writeToParcel()
863 case kTypeInt64: in changesFrom()
986 case kTypeInt64: it.set(mItems[index].u.int64Value); break; in getEntryAt()
1054 dst->mType = kTypeInt64; in setEntryAt()
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DAMessage.h185 kTypeInt64, enumerator
/frameworks/av/media/libmediametrics/
DMediaMetricsItem.cpp636 case mediametrics::kTypeInt64: { in readFromParcel()
688 case mediametrics::kTypeInt64: { in readFromByteString()
/frameworks/av/media/ndk/
DNdkMediaFormat.cpp88 case AMessage::kTypeInt64: in AMediaFormat_toString()
/frameworks/base/media/jni/
Dandroid_media_Streams.cpp267 case AMessage::kTypeInt64: in ConvertMessageToMap()
Dandroid_media_MediaCodec.cpp1090 case AMessage::kTypeInt64: type = TYPE_LONG; break; in describeParameter()
/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h102 kTypeInt64 = 2, enumerator
305 : std::is_same<T, int64_t>::value ? kTypeInt64
/frameworks/av/media/module/extractors/mpeg2/
DMPEG2TSExtractor.cpp120 case AMessage::kTypeInt64: in copyAMessageToAMediaFormat()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1951 case AMessage::kTypeInt64: in getReflectedFormat()
2194 desc->type = AMessage::kTypeInt64; in describe()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp4618 case AMessage::kTypeInt64: { in onMessageReceived()
DACodec.cpp8365 || keyType == AMessage::kTypeInt64 in setVendorParameters()