Home
last modified time | relevance | path

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

/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DAMessage.h179 sp<AMessage> changesFrom(const sp<const AMessage> &other, bool deep = false) const;
/frameworks/av/media/module/foundation/
DAMessage.cpp841 sp<AMessage> AMessage::changesFrom(const sp<const AMessage> &other, bool deep) const { in changesFrom() function in android::AMessage
937 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1351 || mInputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()
1362 || mOutputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()
DCCodec.cpp769 sp<AMessage> diff = currentFormat->changesFrom(oldFormat); in RevertOutputFormatIfNeeded()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2841 sp<AMessage> deltas = updatedFormat->changesFrom(format, false /* deep */); in shapeMediaFormat()
5816 sp<AMessage> diff1 = mOutputFormat->changesFrom(format); in handleOutputFormatChangeIfNeeded()
5817 sp<AMessage> diff2 = format->changesFrom(mOutputFormat); in handleOutputFormatChangeIfNeeded()
DACodec.cpp5858 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged()
5859 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat); in onOutputFormatChanged()