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

/frameworks/av/include/media/
H A DMediaCodecInfo.h84 bool mHasSoleMime; // was initialized with mime member in struct:android::MediaCodecInfo
/frameworks/av/media/libmedia/
H A DMediaCodecInfo.cpp187 mHasSoleMime(false) {
190 mHasSoleMime = true;
195 if (mHasSoleMime) {
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp376 bool outside = !inType && !mCurrentInfo->mHasSoleMime;

Completed in 96 milliseconds