Home
last modified time | relevance | path

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

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