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

/frameworks/av/include/media/
H A DMediaCodecInfo.h128 status_t updateMime(const char *mime);
/frameworks/av/media/libmedia/
H A DMediaCodecInfo.cpp226 status_t MediaCodecInfo::updateMime(const char *mime) { function in class:android::MediaCodecInfo
229 ALOGE("updateMime mime not found %s", mime);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp659 mCurrentInfo->updateMime(type); // to set the current cap
730 mCurrentInfo->updateMime(type);
835 ret = mCurrentInfo->updateMime(name);

Completed in 105 milliseconds