Home
last modified time | relevance | path

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

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