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

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

Completed in 742 milliseconds