Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaCodecInfo.h112 void addFeature(const AString &key, int32_t value);
113 void addFeature(const AString &key, const char *value);
/frameworks/av/include/media/stagefright/
DMediaCodecList.h124 status_t addFeature(const char **attrs);
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp265 void MediaCodecInfo::addFeature(const AString &key, int32_t value) { in addFeature() function in android::MediaCodecInfo
271 void MediaCodecInfo::addFeature(const AString &key, const char *value) { in addFeature() function in android::MediaCodecInfo
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp512 mInitCheck = addFeature(attrs); in startElementHandler()
1043 status_t MediaCodecList::addFeature(const char **attrs) { in addFeature() function in android::MediaCodecList
1091 mCurrentInfo->addFeature(name, value); in addFeature()
1093 mCurrentInfo->addFeature(name, (required == 1) || (optional == 0)); in addFeature()