Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/include/media/
DMediaCodecInfo.h314 bool removeMediaType(const char* mediaType);
/frameworks/av/media/libstagefright/
DOmxInfoBuilder.cpp219 info->removeMediaType(typeName.c_str()); in buildMediaCodecList()
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp278 bool MediaCodecInfoWriter::removeMediaType(const char *mediaType) { in removeMediaType() function in android::MediaCodecInfoWriter