Home
last modified time | relevance | path

Searched refs:addProperty_l (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMPEG4Writer.h261 uint16_t addProperty_l(const ItemProperty &);
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp2067 mProperties.push_back(mOwner->addProperty_l({ in addItemOffsetAndSize()
2072 mProperties.push_back(mOwner->addProperty_l({ in addItemOffsetAndSize()
2079 mProperties.push_back(mOwner->addProperty_l({ in addItemOffsetAndSize()
2099 mProperties.push_back(mOwner->addProperty_l({ in addItemOffsetAndSize()
2105 mProperties.push_back(mOwner->addProperty_l({ in addItemOffsetAndSize()
4701 uint16_t MPEG4Writer::addProperty_l(const ItemProperty &prop) { in addProperty_l() function in android::MPEG4Writer