Searched refs:updateMime (Results 1 – 3 of 3) sorted by relevance
109 status_t updateMime(const char *mime);
658 mCurrentInfo->updateMime(type); // to set the current cap in setCurrentCodecInfo()729 mCurrentInfo->updateMime(type); in addMediaCodecFromAttributes()830 ret = mCurrentInfo->updateMime(name); in addTypeFromAttributes()
209 status_t MediaCodecInfo::updateMime(const char *mime) { in updateMime() function in android::MediaCodecInfo