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.h101 status_t addFeature(const char **attrs);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp371 mInitCheck = addFeature(attrs);
781 status_t MediaCodecList::addFeature(const char **attrs) { function in class:android::MediaCodecList
829 mCurrentInfo->addFeature(name, value);
831 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 170 milliseconds