Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaCodecInfo.h109 void addFeature(const AString &key, int32_t value);
110 void addFeature(const AString &key, const char *value);
/frameworks/av/include/media/stagefright/
DMediaCodecList.h107 status_t addFeature(const char **attrs);
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp382 mInitCheck = addFeature(attrs); in startElementHandler()
792 status_t MediaCodecList::addFeature(const char **attrs) { in addFeature() function in android::MediaCodecList
840 mCurrentInfo->addFeature(name, value); in addFeature()
842 mCurrentInfo->addFeature(name, (required == 1) || (optional == 0)); in addFeature()
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp254 void MediaCodecInfo::addFeature(const AString &key, int32_t value) { in addFeature() function in android::MediaCodecInfo
260 void MediaCodecInfo::addFeature(const AString &key, const char *value) { in addFeature() function in android::MediaCodecInfo