Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaCodecInfo.h109 status_t updateMime(const char *mime);
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp658 mCurrentInfo->updateMime(type); // to set the current cap in setCurrentCodecInfo()
729 mCurrentInfo->updateMime(type); in addMediaCodecFromAttributes()
830 ret = mCurrentInfo->updateMime(name); in addTypeFromAttributes()
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp209 status_t MediaCodecInfo::updateMime(const char *mime) { in updateMime() function in android::MediaCodecInfo