Home
last modified time | relevance | path

Searched refs:addMime (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/media/
DMediaCodecInfo.h106 status_t addMime(const char *mime);
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp189 addMime(mime); in MediaCodecInfo()
194 status_t MediaCodecInfo::addMime(const char *mime) { in addMime() function in android::MediaCodecInfo
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp576 status_t ret = mCurrentInfo->addMime(name); in addTypeFromAttributes()