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.h302 uint16_t addProperty_l(const ItemProperty &);
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp2520 mProperties.push_back(mOwner->addProperty_l({ in addItemOffsetAndSize()
2527 mProperties.push_back(mOwner->addProperty_l({ in addItemOffsetAndSize()
2534 mProperties.push_back(mOwner->addProperty_l({ in addItemOffsetAndSize()
2555 mProperties.push_back(mOwner->addProperty_l({ in addItemOffsetAndSize()
2561 mProperties.push_back(mOwner->addProperty_l({ in addItemOffsetAndSize()
5600 uint16_t MPEG4Writer::addProperty_l(const ItemProperty &prop) { in addProperty_l() function in android::MPEG4Writer