Searched refs:mCurrentInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp365 bool outside = !inType && !mCurrentInfo->mHasSoleMime;
413 mCurrentInfo->complete();
422 mCurrentInfo->complete();
423 mCurrentInfo = NULL;
432 mCurrentInfo->complete();;
433 mCurrentInfo = NULL;
484 mCurrentInfo = new MediaCodecInfo(name, encoder, type);
487 // However, keep mCurrentInfo object around until parsing
490 mCodecInfos.push_back(mCurrentInfo);
501 mCurrentInfo
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h76 sp<MediaCodecInfo> mCurrentInfo; member in struct:android::MediaCodecList

Completed in 85 milliseconds