Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/foundation/
DAMessage.h165 sp<AMessage> changesFrom(const sp<const AMessage> &other, bool deep = false) const;
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp811 sp<AMessage> AMessage::changesFrom(const sp<const AMessage> &other, bool deep) const { in changesFrom() function in android::AMessage
908 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom()
/frameworks/av/media/libstagefright/
DACodec.cpp5259 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged()
5260 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat); in onOutputFormatChanged()