Searched refs:changesFrom (Results 1 - 5 of 5) sorted by last modified time

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

Completed in 5180 milliseconds