Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAMessage.h171 sp<AMessage> changesFrom(const sp<const AMessage> &other, bool deep = false) const;
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp818 sp<AMessage> AMessage::changesFrom(const sp<const AMessage> &other, bool deep) const { in changesFrom() function in android::AMessage
915 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1061 || mInputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()
1072 || mOutputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()
/frameworks/av/media/libstagefright/
DACodec.cpp5569 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged()
5570 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat); in onOutputFormatChanged()