Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaCodecInfo.h111 void removeMime(const char *mime);
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp209 void MediaCodecInfo::removeMime(const char *mime) { in removeMime() function in android::MediaCodecInfo
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp584 mCurrentInfo->removeMime(name); in addTypeFromAttributes()