Home
last modified time | relevance | path

Searched refs:changesFrom (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAMessage.h174 sp<AMessage> changesFrom(const sp<const AMessage> &other, bool deep = false) const;
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp830 sp<AMessage> AMessage::changesFrom(const sp<const AMessage> &other, bool deep) const { in changesFrom() function in android::AMessage
926 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.cpp1205 || mInputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()
1216 || mOutputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()
H A DCCodec.cpp513 sp<AMessage> diff = currentFormat->changesFrom(oldFormat); in RevertOutputFormatIfNeeded()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2033 sp<AMessage> deltas = updatedFormat->changesFrom(format, false /* deep */); in shapeMediaFormat()
4462 sp<AMessage> diff1 = mOutputFormat->changesFrom(format); in handleOutputFormatChangeIfNeeded()
4463 sp<AMessage> diff2 = format->changesFrom(mOutputFormat); in handleOutputFormatChangeIfNeeded()
H A DACodec.cpp5767 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged()
5768 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat); in onOutputFormatChanged()