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

/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp507 bool outside = !inType && !mCurrentInfo->mHasSoleMime;
563 mCurrentInfo->complete();
572 mCurrentInfo->complete();
573 mCurrentInfo = NULL;
582 mCurrentInfo->complete();;
583 mCurrentInfo = NULL;
656 mCurrentInfo = new MediaCodecInfo(name, encoder, type);
658 mCurrentInfo = mCodecInfos.editItemAt(i);
659 mCurrentInfo->updateMime(type); // to set the current cap
664 mCurrentInfo
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h117 sp<MediaCodecInfo> mCurrentInfo; member in struct:android::MediaCodecList

Completed in 57 milliseconds